summaryrefslogtreecommitdiff
path: root/drivers/core/lists.c
Commit message (Expand)AuthorAgeLines
* dm: core: Don't use device tree with of-platdataSimon Glass2016-07-14-1/+1
* dm: allow setting driver_data before/during bindStephen Warren2016-05-26-2/+2
* dm: core: allow drivers to refuse to bindStephen Warren2016-05-17-0/+4
* dm: core: Display the error number when driver binding failsSimon Glass2016-01-24-1/+2
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18-1/+1
* dm: core: Use debug() instead of printf() for failuresSimon Glass2015-07-21-3/+3
* dm: core: Add a function to bind a driver for a device tree nodeSimon Glass2015-04-29-1/+8
* dm: core: Rename driver data function to dev_get_driver_data()Simon Glass2015-04-18-1/+1
* dm: core: remove unnecessary return condition in uclass lookupMasahiro Yamada2014-11-22-3/+0
* dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada2014-11-22-3/+0
* dm: core: remove meaningless if conditionalMasahiro Yamada2014-11-22-2/+1
* dm: Add a function to bind a device by driver nameSimon Glass2014-11-22-0/+21
* dm: core: Allow access to the device's driver_id dataSimon Glass2014-11-22-6/+14
* dm: simplify the loop in lists_driver_lookup_name()Masahiro Yamada2014-10-22-8/+1
* dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass2014-09-10-3/+7
* dm: Improve errors and warnings in lists_bind_fdt()Simon Glass2014-07-23-3/+13
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-23-3/+3
* dm: add missing includesJeroen Hofstee2014-07-18-0/+1
* dm: Add missing header files in lists and rootSimon Glass2014-06-20-0/+1
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-20-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-4/+4
* dm: Add base driver model supportSimon Glass2014-03-04-0/+155