aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/lists.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay2020-04-161-1/+1
* dm: Add a debug message when devices are skipped pre-relocSean Anderson2020-01-071-1/+3
* dm: core: Use U-Boot logging instead of pr_debug()Simon Glass2019-10-081-8/+12
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-141-1/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: replace dm_dbg() with pr_debug()Masahiro Yamada2017-10-041-7/+8
* dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-111-2/+1
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-011-9/+6
* dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass2017-06-011-6/+6
* dm: core: Allow binding a device from a live treeSimon Glass2017-06-011-1/+1
* dm: core: Set return value first in lists_bind_fdt()Simon Glass2017-06-011-2/+2
* dm: core: Match compatible strings in order of priorityPaul Burton2016-09-211-37/+41
* dm: core: Don't use device tree with of-platdataSimon Glass2016-07-141-1/+1
* 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