summaryrefslogtreecommitdiffstats
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: add missing includesJeroen Hofstee2014-07-182-0/+2
* dm: Cast away the const-ness of the global_data pointerSimon Glass2014-06-202-4/+4
* dm: Add missing header files in lists and rootSimon Glass2014-06-202-0/+2
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-201-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-274-36/+37
* dm: Add base driver model supportSimon Glass2014-03-046-0/+934
OpenPOWER on IntegriCloud