summaryrefslogtreecommitdiff
path: root/drivers/core/lists.c
AgeCommit message (Expand)Author
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-07-21dm: core: Use debug() instead of printf() for failuresSimon Glass
2015-04-29dm: core: Add a function to bind a driver for a device tree nodeSimon Glass
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass
2014-11-22dm: core: remove unnecessary return condition in uclass lookupMasahiro Yamada
2014-11-22dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada
2014-11-22dm: core: remove meaningless if conditionalMasahiro Yamada
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass
2014-10-22dm: simplify the loop in lists_driver_lookup_name()Masahiro Yamada
2014-09-10dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass
2014-07-23dm: Improve errors and warnings in lists_bind_fdt()Simon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-07-18dm: add missing includesJeroen Hofstee
2014-06-20dm: Add missing header files in lists and rootSimon Glass
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add base driver model supportSimon Glass