aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass1-11/+45
2020-12-18dm: core: Drop seq and req_seqSimon Glass1-8/+1
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass1-7/+10
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2-26/+10
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass1-15/+0
2020-12-18dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass1-0/+1
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass1-1/+1
2020-12-18dm: core: Allow manual sequence numberingSimon Glass1-0/+3
2020-12-18dm: core: Add a new sequence number for devicesSimon Glass1-0/+8
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass1-2/+2
2020-12-18dm: Avoid accessing seq directlySimon Glass1-0/+5
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass12-17/+17
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass3-11/+11
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass7-45/+45
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-19/+19
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass1-3/+2
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass1-2/+1
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass1-0/+12
2020-12-13dm: core: Drop device_bind_offset()Simon Glass1-7/+3
2020-12-13dm: core: Drop dev_set_of_offset()Simon Glass1-5/+0
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-2/+2
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass1-0/+11
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-3/+3
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-4/+4
2020-11-06board: Rename uclass to sysinfoSimon Glass1-1/+1
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass1-0/+9
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini5-15/+63
2020-10-29dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass1-0/+8
2020-10-29dm: Use driver_info index instead of pointerSimon Glass1-0/+14
2020-10-29dm: Support parent devices with of-platdataSimon Glass1-1/+9
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass2-3/+13
2020-10-29dm: core: fix typo in device.hDario Binacchi1-1/+1
2020-10-29dm: core: Allow dm_warn() to be used in SPLSimon Glass1-1/+1
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass1-8/+1
2020-10-29dm: core: Expand the comment for DM_GET_DEVICE()Simon Glass1-1/+16
2020-10-29Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-0/+22
2020-10-28drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot1-0/+1
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek1-0/+22
2020-10-22dm: core: improve uclass_get_device_by_phandle_id() descriptionDario Binacchi1-1/+2
2020-10-16dm: Don't undefine dev_xxx macrosSean Anderson1-20/+0
2020-10-08pinctrl: Reformat documentation in dm/pinctrl.hSean Anderson1-162/+339
2020-10-08pinctrl: Add pinmux property support to pinctrl-genericSean Anderson1-8/+13
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay3-5/+10
2020-10-06dm: update test on of_offset in ofnode_validPatrick Delaunay1-1/+1
2020-10-06dm: ofnode: Fix compile breakage with OF_CHECKS enabledStefan Roese1-3/+4
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-0/+9
2020-09-30firmware: add SCMI agent uclassEtienne Carriere1-0/+1
2020-09-30dm: Print device name in dev_xxx like LinuxSean Anderson1-28/+82