aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2023-09-24Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/24Sep2023Tom Rini2-8/+15
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-23cmd: dm: allow for selecting uclass and deviceAKASHI Takahiro1-4/+11
2023-09-23dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocationJonas Karlman1-4/+4
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek1-0/+27
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek1-0/+26
2023-09-21dm: core: support reading a single indexed u64 valueMichal Simek2-0/+31
2023-08-08arm_ffa: introduce sandbox FF-A supportAbdellatif El Khlifi1-0/+1
2023-08-08arm_ffa: introduce Arm FF-A supportAbdellatif El Khlifi1-0/+6
2023-08-03dm: Correct DM_FLAG_ commentBin Meng1-1/+1
2023-07-28core: read: add dev_read_addr_size_index_ptr functionJonas Karlman1-0/+21
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini1-7/+0
2023-07-24arm_ffa: introduce sandbox FF-A supportAbdellatif El Khlifi1-0/+1
2023-07-24arm_ffa: introduce Arm FF-A supportAbdellatif El Khlifi1-0/+6
2023-07-20core: read: fix dev_read_addr_size()John Keeping1-9/+3
2023-07-14fdt: Allow more general use of livetreeSimon Glass1-0/+10
2023-07-14fdt: Align the start of the livetreeSimon Glass1-0/+2
2023-07-13Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiWIP/13Jul2023Tom Rini1-21/+0
2023-07-13spi: pl022: Remove platform data headerStefan Herbrechtsmeier1-21/+0
2023-07-11serial: pl01x: Prepare the driver to support SPL_OF_PLATDATALukasz Majewski1-0/+4
2023-05-06core: fdtaddr: add devfdt_get_addr_size_index_ptr functionJohan Jonker1-1/+16
2023-05-06include: dm: ofnode: fix headersJohan Jonker1-8/+8
2023-05-04dm: core: fix introduce uclass_get_device_by_of_pathHeinrich Schuchardt1-1/+1
2023-05-02dm: extcon: add an uclass for extconSvyatoslav Ryhel1-0/+1
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes1-0/+17
2023-04-27drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi1-0/+1
2023-04-07serial: sh: Add HSCIF support for R-Car SoCHai Pham1-0/+1
2023-04-05blk: blkmap: Add basic infrastructureTobias Waldekranz1-0/+1
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass2-6/+6
2023-02-04drivers: core: ofnode: Add panel timing decode.Nikhil M Jain2-0/+32
2023-01-27iommu: Add DMA mapping operationsMark Kettenis1-0/+4
2023-01-23dm: core: Support sorting devices with dm treeSimon Glass1-2/+6
2023-01-23dm: core: Correct ordering of uclasses IDsSimon Glass1-2/+2
2022-12-07net: ethoc: Remove non-DM_ETH codeTom Rini1-4/+0
2022-12-05arm: lpc32xx: Remove unused hsuart driverTom Rini1-18/+0
2022-11-07dm: sandbox: Create a new HOST uclassSimon Glass1-0/+1
2022-10-31FWU: Add FWU metadata structure and driver for accessing metadataSughosh Ganu1-0/+1
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek1-7/+6
2022-10-29dm: core: Add note about device_probe idempotenceMichal Suchanek1-2/+2
2022-10-29dm: core: Document return value of device bind functionsMichal Suchanek1-0/+2
2022-10-29dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek1-4/+8
2022-10-26dm: memory: Introduce new uclassRoger Quadros1-0/+1
2022-10-17dm: core: Update docs about oftree_from_fdt()Simon Glass1-0/+3
2022-10-17dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek1-11/+11
2022-10-17dm: core: Switch uclass_foreach_dev_probe to use simple iteratorMichal Suchanek1-2/+2
2022-10-05dm: fpga: Introduce new uclassAlexander Dahl1-0/+1
2022-09-29dm: core: Support copying properties with ofnodeSimon Glass1-0/+16
2022-09-29dm: core: Allow copying ofnode property data when writingSimon Glass1-4/+8
2022-09-29dm: core: Update comments for default-FDT ofnode functionsSimon Glass1-3/+15
2022-09-29dm: core: Add the ofnode multi-tree implementationSimon Glass1-47/+64