aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2023-11-07serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar
2023-10-24rockchip: dm: prepare rkmtd UCLASSJohan Jonker
2023-10-16Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-10-15drivers: introduce Secure Monitor uclassAlexey Romanov
2023-10-14Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-10-13firmware: scmi: implement SCMI base protocolAKASHI Takahiro
2023-10-13core: introduce dev_read_addr_name[_size]_ptr() functionsMatthias Schiffer
2023-10-13core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errorsMatthias Schiffer
2023-10-13core: fix doc comments of dev_read_addr*() and related functionsMatthias Schiffer
2023-10-09pinctrl: Increase size of pinmux status bufferVenkatesh Yadav Abbarapu
2023-10-06pci: serial: Support reading PCI-register size with baseSimon Glass
2023-10-06dm: core: Tweak device_is_on_pci_bus() for code sizeSimon Glass
2023-10-06dm: core: Support writing a 64-bit valueSimon Glass
2023-10-06dm: core: Support writing a booleanSimon Glass
2023-10-06dm: core: Add a way to convert a devicetree to a dtbSimon Glass
2023-10-06dm: core: Add a way to delete a nodeSimon Glass
2023-10-06dm: core: Add a way to copy a nodeSimon Glass
2023-10-06dm: core: Add a function to create an empty treeSimon Glass
2023-10-06dm: core: Reverse the argument order in ofnode_copy_props()Simon Glass
2023-09-24Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-23cmd: dm: allow for selecting uclass and deviceAKASHI Takahiro
2023-09-23dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocationJonas Karlman
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek
2023-09-21dm: core: support reading a single indexed u64 valueMichal Simek
2023-08-08arm_ffa: introduce sandbox FF-A supportAbdellatif El Khlifi
2023-08-08arm_ffa: introduce Arm FF-A supportAbdellatif El Khlifi
2023-08-03dm: Correct DM_FLAG_ commentBin Meng
2023-07-28core: read: add dev_read_addr_size_index_ptr functionJonas Karlman
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini
2023-07-24arm_ffa: introduce sandbox FF-A supportAbdellatif El Khlifi
2023-07-24arm_ffa: introduce Arm FF-A supportAbdellatif El Khlifi
2023-07-20core: read: fix dev_read_addr_size()John Keeping
2023-07-14fdt: Allow more general use of livetreeSimon Glass
2023-07-14fdt: Align the start of the livetreeSimon Glass
2023-07-13Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2023-07-13spi: pl022: Remove platform data headerStefan Herbrechtsmeier
2023-07-11serial: pl01x: Prepare the driver to support SPL_OF_PLATDATALukasz Majewski
2023-05-06core: fdtaddr: add devfdt_get_addr_size_index_ptr functionJohan Jonker
2023-05-06include: dm: ofnode: fix headersJohan Jonker
2023-05-04dm: core: fix introduce uclass_get_device_by_of_pathHeinrich Schuchardt
2023-05-02dm: extcon: add an uclass for extconSvyatoslav Ryhel
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes
2023-04-27drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi
2023-04-07serial: sh: Add HSCIF support for R-Car SoCHai Pham
2023-04-05blk: blkmap: Add basic infrastructureTobias Waldekranz
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass
2023-02-04drivers: core: ofnode: Add panel timing decode.Nikhil M Jain
2023-01-27iommu: Add DMA mapping operationsMark Kettenis