aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-29dm: core: Add definitions for multiple ofnode treesSimon Glass1-2/+31
2022-09-29dm: core: Split ofnode_path_root() into two functionsSimon Glass1-3/+13
2022-09-29dm: core: Allow obtaining a node offset in the same treeSimon Glass1-12/+32
2022-09-29dm: core: Add a way to look up a phandle in an oftreeSimon Glass1-0/+25
2022-09-29dm: core: Add ofnode functions to obtain an oftreeSimon Glass1-0/+63
2022-09-29dm: core: Add an ofnode function to obtain the flat treeSimon Glass1-0/+19
2022-09-29dm: core: Provide a way to reset the device treeSimon Glass1-0/+8
2022-09-29dm: core: Expand integer-reading testsSimon Glass2-10/+8
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-8/+0
2022-09-29dm: core: Add a macro to iterate through propertiesSimon Glass2-1/+39
2022-09-29dm: core: Avoid creating a name property when unflatteningSimon Glass1-1/+1
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass2-8/+8
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass2-7/+7
2022-09-29dm: core: Reduce code size with dev_of_offset()Simon Glass1-3/+3
2022-09-29dm: core: Drop the const from ofnodeSimon Glass2-21/+3
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass2-0/+28
2022-09-29dm: core: Document the livetree structures properlySimon Glass1-2/+13
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass2-1/+5
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier3-0/+137
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass1-0/+10
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass2-0/+30
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass1-3/+3