aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2014-12-11dm: device: Add newline to debug() messagesSimon Glass1-3/+3
2014-11-22dm: core: remove unnecessary return condition in uclass lookupMasahiro Yamada1-3/+0
2014-11-22dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada1-3/+0
2014-11-22dm: core: remove meaningless if conditionalMasahiro Yamada1-2/+1
2014-11-22dm: core: a trivial clean upMasahiro Yamada1-3/+1
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass1-0/+21
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass1-0/+5
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass2-6/+19
2014-11-21dm: Allow device removal features to be droppedSimon Glass3-169/+189
2014-10-23dm: add entries to KconfigMasahiro Yamada1-0/+6
2014-10-22dm: core: Add support for simple-busSimon Glass2-0/+34
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass1-1/+8
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass1-0/+27
2014-10-22dm: simplify the loop in lists_driver_lookup_name()Masahiro Yamada1-8/+1
2014-10-22dm: do not check the existence of uclass operationMasahiro Yamada1-4/+0
2014-09-24kbuild: refactor some makefilesMasahiro Yamada1-1/+1
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-09-23dm: avoid dev->req_seq overflowRobert Baldyga1-0/+2
2014-09-23dm: core: Allow device_bind() to used without CONFIG_OF_CONTROLSimon Glass1-2/+5
2014-09-10dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass2-4/+8
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass1-0/+8
2014-07-23dm: Improve errors and warnings in lists_bind_fdt()Simon Glass1-3/+13
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass1-1/+15
2014-07-23dm: Introduce per-child data for devicesSimon Glass1-0/+26
2014-07-23dm: Add functions to access a device's childrenSimon Glass1-0/+93
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass1-15/+18
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass1-0/+2
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass1-0/+35
2014-07-23dm: Introduce device sequence numberingSimon Glass2-0/+106
2014-07-23dm: Move uclass error checking/probing into a functionSimon Glass1-6/+22
2014-07-23dm: Support driver model prior to relocationSimon Glass1-0/+25
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass3-9/+14
2014-07-23dm: Provide a way to shut down driver modelSimon Glass1-0/+8
2014-07-23dm: Make sure that the root device is probedSimon Glass1-0/+3
2014-07-18dm: add missing includesJeroen Hofstee2-0/+2
2014-06-20dm: Cast away the const-ness of the global_data pointerSimon Glass2-4/+4
2014-06-20dm: Add missing header files in lists and rootSimon Glass2-0/+2
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass1-1/+1
2014-05-27dm: rename device struct to udeviceHeiko Schocher4-36/+37
2014-03-04dm: Add base driver model supportSimon Glass6-0/+934