summaryrefslogtreecommitdiff
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* core: fdtaddr: add devfdt_get_addr_size_index_ptr functionJohan Jonker2023-05-061-1/+16
* include: dm: ofnode: fix headersJohan Jonker2023-05-061-8/+8
* dm: core: fix introduce uclass_get_device_by_of_pathHeinrich Schuchardt2023-05-041-1/+1
* dm: extcon: add an uclass for extconSvyatoslav Ryhel2023-05-021-0/+1
* dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes2023-04-281-0/+17
* drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi2023-04-271-0/+1
* serial: sh: Add HSCIF support for R-Car SoCHai Pham2023-04-071-0/+1
* blk: blkmap: Add basic infrastructureTobias Waldekranz2023-04-051-0/+1
* dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-142-6/+6
* drivers: core: ofnode: Add panel timing decode.Nikhil M Jain2023-02-042-0/+32
* iommu: Add DMA mapping operationsMark Kettenis2023-01-271-0/+4
* dm: core: Support sorting devices with dm treeSimon Glass2023-01-231-2/+6
* dm: core: Correct ordering of uclasses IDsSimon Glass2023-01-231-2/+2
* net: ethoc: Remove non-DM_ETH codeTom Rini2022-12-071-4/+0
* arm: lpc32xx: Remove unused hsuart driverTom Rini2022-12-051-18/+0
* dm: sandbox: Create a new HOST uclassSimon Glass2022-11-071-0/+1
* FWU: Add FWU metadata structure and driver for accessing metadataSughosh Ganu2022-10-311-0/+1
* dm: core: Do not stop uclass iteration on errorMichal Suchanek2022-10-291-7/+6
* dm: core: Add note about device_probe idempotenceMichal Suchanek2022-10-291-2/+2
* dm: core: Document return value of device bind functionsMichal Suchanek2022-10-291-0/+2
* dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek2022-10-291-4/+8
* dm: memory: Introduce new uclassRoger Quadros2022-10-261-0/+1
* dm: core: Update docs about oftree_from_fdt()Simon Glass2022-10-171-0/+3
* dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek2022-10-171-11/+11
* dm: core: Switch uclass_foreach_dev_probe to use simple iteratorMichal Suchanek2022-10-171-2/+2
* dm: fpga: Introduce new uclassAlexander Dahl2022-10-051-0/+1
* dm: core: Support copying properties with ofnodeSimon Glass2022-09-291-0/+16
* dm: core: Allow copying ofnode property data when writingSimon Glass2022-09-291-4/+8
* dm: core: Update comments for default-FDT ofnode functionsSimon Glass2022-09-291-3/+15
* dm: core: Add the ofnode multi-tree implementationSimon Glass2022-09-291-47/+64
* dm: core: Add definitions for multiple ofnode treesSimon Glass2022-09-291-2/+31
* dm: core: Split ofnode_path_root() into two functionsSimon Glass2022-09-291-3/+13
* dm: core: Allow obtaining a node offset in the same treeSimon Glass2022-09-291-12/+32
* dm: core: Add a way to look up a phandle in an oftreeSimon Glass2022-09-291-0/+25
* dm: core: Add ofnode functions to obtain an oftreeSimon Glass2022-09-291-0/+63
* dm: core: Add an ofnode function to obtain the flat treeSimon Glass2022-09-291-0/+19
* dm: core: Provide a way to reset the device treeSimon Glass2022-09-291-0/+8
* dm: core: Expand integer-reading testsSimon Glass2022-09-292-10/+8
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-291-8/+0
* dm: core: Add a macro to iterate through propertiesSimon Glass2022-09-292-1/+39
* dm: core: Avoid creating a name property when unflatteningSimon Glass2022-09-291-1/+1
* dm: core: Rename ofnode_get_property_by_prop()Simon Glass2022-09-292-8/+8
* dm: core: Rename ofnode_get_first/next_property()Simon Glass2022-09-292-7/+7
* dm: core: Reduce code size with dev_of_offset()Simon Glass2022-09-291-3/+3
* dm: core: Drop the const from ofnodeSimon Glass2022-09-292-21/+3
* dm: core: Allow adding ofnode subnodesSimon Glass2022-09-292-0/+28
* dm: core: Document the livetree structures properlySimon Glass2022-09-291-2/+13
* dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass2022-09-292-1/+5
* dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier2022-09-143-0/+137
* dm: core: Add support for writing u32 with ofnodeSimon Glass2022-08-121-0/+10