summaryrefslogtreecommitdiffstats
path: root/drivers/core/lists.c
Commit message (Expand)AuthorAgeFilesLines
* dm: allow setting driver_data before/during bindStephen Warren2016-05-261-2/+2
* dm: core: allow drivers to refuse to bindStephen Warren2016-05-171-0/+4
* dm: core: Display the error number when driver binding failsSimon Glass2016-01-241-1/+2
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* dm: core: Use debug() instead of printf() for failuresSimon Glass2015-07-211-3/+3
* dm: core: Add a function to bind a driver for a device tree nodeSimon Glass2015-04-291-1/+8
* dm: core: Rename driver data function to dev_get_driver_data()Simon Glass2015-04-181-1/+1
* 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: Add a function to bind a device by driver nameSimon Glass2014-11-221-0/+21
* dm: core: Allow access to the device's driver_id dataSimon Glass2014-11-221-6/+14
* dm: simplify the loop in lists_driver_lookup_name()Masahiro Yamada2014-10-221-8/+1
* dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass2014-09-101-3/+7
* dm: Improve errors and warnings in lists_bind_fdt()Simon Glass2014-07-231-3/+13
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-231-3/+3
* dm: add missing includesJeroen Hofstee2014-07-181-0/+1
* dm: Add missing header files in lists and rootSimon Glass2014-06-201-0/+1
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-201-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-4/+4
* dm: Add base driver model supportSimon Glass2014-03-041-0/+155
OpenPOWER on IntegriCloud