~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dm: core: Fix iteration over driver_info recordsPaul Barker2022-12-02
* dm: core: Fix lists_bind_fdt() using non-existent of_matchSimon Glass2022-10-29
* dm: fix logic of lists_bind_fdt()Heinrich Schuchardt2022-07-26
* dm: avoid NULL dereference in lists_bind_fdt()Heinrich Schuchardt2022-07-26
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* drivers: core: lists: fix for loop index typeAlexander Preißner2021-12-02
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-12
|\
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-12
* | treewide: Simply conditions with the new OF_REALSimon Glass2021-09-25
|/
* dm: core: Add logging when lists_bind_fdt() failsSimon Glass2021-01-05
* dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass2021-01-05
* dm: Support parent devices with of-platdataSimon Glass2020-10-29
* dm: Use an allocated array for run-time device infoSimon Glass2020-10-29
* common: Drop log.h from common headerSimon Glass2020-05-18
* dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay2020-04-16
* dm: Add a debug message when devices are skipped pre-relocSean Anderson2020-01-07
* dm: core: Use U-Boot logging instead of pr_debug()Simon Glass2019-10-08
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-14
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* dm: replace dm_dbg() with pr_debug()Masahiro Yamada2017-10-04
* dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-11
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-01
* dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass2017-06-01
* dm: core: Allow binding a device from a live treeSimon Glass2017-06-01
* dm: core: Set return value first in lists_bind_fdt()Simon Glass2017-06-01
* dm: core: Match compatible strings in order of priorityPaul Burton2016-09-21
* dm: core: Don't use device tree with of-platdataSimon Glass2016-07-14
* dm: allow setting driver_data before/during bindStephen Warren2016-05-26
* dm: core: allow drivers to refuse to bindStephen Warren2016-05-17
* dm: core: Display the error number when driver binding failsSimon Glass2016-01-24
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18
* dm: core: Use debug() instead of printf() for failuresSimon Glass2015-07-21
* dm: core: Add a function to bind a driver for a device tree nodeSimon Glass2015-04-29
* dm: core: Rename driver data function to dev_get_driver_data()Simon Glass2015-04-18
* dm: core: remove unnecessary return condition in uclass lookupMasahiro Yamada2014-11-22
* dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada2014-11-22
* dm: core: remove meaningless if conditionalMasahiro Yamada2014-11-22
* dm: Add a function to bind a device by driver nameSimon Glass2014-11-22
* dm: core: Allow access to the device's driver_id dataSimon Glass2014-11-22
* dm: simplify the loop in lists_driver_lookup_name()Masahiro Yamada2014-10-22
* dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass2014-09-10
* dm: Improve errors and warnings in lists_bind_fdt()Simon Glass2014-07-23
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-23
* dm: add missing includesJeroen Hofstee2014-07-18
* dm: Add missing header files in lists and rootSimon Glass2014-06-20
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-20
* dm: rename device struct to udeviceHeiko Schocher2014-05-27
* dm: Add base driver model supportSimon Glass2014-03-04