aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/lists.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-02dm: core: Fix iteration over driver_info recordsPaul Barker1-3/+3
2022-10-29dm: core: Fix lists_bind_fdt() using non-existent of_matchSimon Glass1-1/+3
2022-07-26dm: fix logic of lists_bind_fdt()Heinrich Schuchardt1-2/+6
2022-07-26dm: avoid NULL dereference in lists_bind_fdt()Heinrich Schuchardt1-3/+4
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-12-02drivers: core: lists: fix for loop index typeAlexander Preißner1-1/+1
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-1/+3
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard1-1/+3
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-01-05dm: core: Add logging when lists_bind_fdt() failsSimon Glass1-1/+1
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass1-2/+2
2020-10-29dm: Support parent devices with of-platdataSimon Glass1-2/+52
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass1-5/+11
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay1-1/+1
2020-01-07dm: Add a debug message when devices are skipped pre-relocSean Anderson1-1/+3
2019-10-08dm: core: Use U-Boot logging instead of pr_debug()Simon Glass1-8/+12
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng1-1/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada1-7/+8
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada1-2/+1
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-9/+6
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass1-6/+6
2017-06-01dm: core: Allow binding a device from a live treeSimon Glass1-1/+1
2017-06-01dm: core: Set return value first in lists_bind_fdt()Simon Glass1-2/+2
2016-09-21dm: core: Match compatible strings in order of priorityPaul Burton1-37/+41
2016-07-14dm: core: Don't use device tree with of-platdataSimon Glass1-1/+1
2016-05-26dm: allow setting driver_data before/during bindStephen Warren1-2/+2
2016-05-17dm: core: allow drivers to refuse to bindStephen Warren1-0/+4
2016-01-24dm: core: Display the error number when driver binding failsSimon Glass1-1/+2
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2015-07-21dm: core: Use debug() instead of printf() for failuresSimon Glass1-3/+3
2015-04-29dm: core: Add a function to bind a driver for a device tree nodeSimon Glass1-1/+8
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-18dm: 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