summaryrefslogtreecommitdiff
path: root/drivers/core/lists.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass1-1/+1
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: Add a function to bind a device by driver nameSimon Glass1-0/+21
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass1-6/+14
2014-10-22dm: simplify the loop in lists_driver_lookup_name()Masahiro Yamada1-8/+1
2014-09-10dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass1-3/+7
2014-07-23dm: Improve errors and warnings in lists_bind_fdt()Simon Glass1-3/+13
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-3/+3
2014-07-19dm: add missing includesJeroen Hofstee1-0/+1
2014-06-20dm: Add missing header files in lists and rootSimon Glass1-0/+1
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass1-1/+1
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-4/+4
2014-03-04dm: Add base driver model supportSimon Glass1-0/+155