summaryrefslogtreecommitdiffstats
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* dm: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-02-121-0/+64
* dm: introduce dev_get_addr interfacePeng Fan2015-02-121-0/+12
* dm: Add Kconfig options for driver model SPL supportSimon Glass2015-02-121-0/+44
* dm: Expand and complete Kconfig in drivers/Simon Glass2015-02-121-2/+4
* dm: core: Ignore disabled devices when bindingSimon Glass2015-01-291-0/+5
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-292-0/+17
* dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-291-5/+16
* dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-292-0/+8
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-15/+13
* dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-291-0/+5
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-291-0/+12
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-291-0/+4
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-292-2/+32
* dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-292-13/+17
* dm: core: Tidy up error handling in device_bind()Simon Glass2015-01-291-8/+10
* dm: core: Set device tree node for root deviceSimon Glass2015-01-291-0/+3
* dm: device: Add newline to debug() messagesSimon Glass2014-12-111-3/+3
* dm: core: remove unnecessary return condition in uclass lookupMasahiro Yamada2014-11-221-3/+0
* dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada2014-11-221-3/+0
* dm: core: remove meaningless if conditionalMasahiro Yamada2014-11-221-2/+1
* dm: core: a trivial clean upMasahiro Yamada2014-11-221-3/+1
* dm: Add a function to bind a device by driver nameSimon Glass2014-11-221-0/+21
* dm: core: Add functions to find parent and OF dataSimon Glass2014-11-221-0/+5
* dm: core: Allow access to the device's driver_id dataSimon Glass2014-11-222-6/+19
* dm: Allow device removal features to be droppedSimon Glass2014-11-213-169/+189
* dm: add entries to KconfigMasahiro Yamada2014-10-231-0/+6
* dm: core: Add support for simple-busSimon Glass2014-10-222-0/+34
* dm: core: Allow parents to pass data to children during probeSimon Glass2014-10-221-1/+8
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-221-0/+27
* dm: simplify the loop in lists_driver_lookup_name()Masahiro Yamada2014-10-221-8/+1
* dm: do not check the existence of uclass operationMasahiro Yamada2014-10-221-4/+0
* kbuild: refactor some makefilesMasahiro Yamada2014-09-241-1/+1
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+0
* dm: avoid dev->req_seq overflowRobert Baldyga2014-09-231-0/+2
* dm: core: Allow device_bind() to used without CONFIG_OF_CONTROLSimon Glass2014-09-231-2/+5
* dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass2014-09-102-4/+8
* dm: Add dm_scan_other() to locate board-specific devicesSimon Glass2014-07-231-0/+8
* dm: Improve errors and warnings in lists_bind_fdt()Simon Glass2014-07-231-3/+13
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-231-1/+15
* dm: Introduce per-child data for devicesSimon Glass2014-07-231-0/+26
* dm: Add functions to access a device's childrenSimon Glass2014-07-231-0/+93
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-231-15/+18
* dm: Avoid accessing uclasses before they are readySimon Glass2014-07-231-0/+2
* dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-231-0/+35
* dm: Introduce device sequence numberingSimon Glass2014-07-232-0/+106
* dm: Move uclass error checking/probing into a functionSimon Glass2014-07-231-6/+22
* dm: Support driver model prior to relocationSimon Glass2014-07-231-0/+25
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-233-9/+14
* dm: Provide a way to shut down driver modelSimon Glass2014-07-231-0/+8
* dm: Make sure that the root device is probedSimon Glass2014-07-231-0/+3
OpenPOWER on IntegriCloud