summaryrefslogtreecommitdiff
path: root/include/dm/lists.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-14dm: Correct pre_reloc_only parameter description in several APIs' commentsBin Meng1-2/+2
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng1-1/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-1/+1
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass1-4/+3
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada1-2/+2
2015-04-30dm: core: Add a function to bind a driver for a device tree nodeSimon Glass1-0/+16
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass1-0/+13
2014-10-22dm: fix commentsMasahiro Yamada1-2/+2
2014-09-10dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass1-1/+5
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-1/+1
2014-06-20dm: Tidy up four minor code nitsSimon Glass1-0/+20
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-2/+2
2014-03-04dm: Add base driver model supportSimon Glass1-0/+39