summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2019-04-24dm: core: Change platform specific translation-offset handlingStefan Roese3-24/+15
2019-04-24simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driverLukas Auer1-0/+1
2019-04-12dm: remove unused function dm_fdt_pre_relocPatrick Delaunay1-23/+0
2019-04-12core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_addressEugeniu Rosca1-3/+2
2019-04-12syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay1-24/+59
2019-04-12dm: remove pre reloc properties in SPL and TPL device treePatrick Delaunay2-24/+23
2019-02-20dm: syscon: Don't require a regmap for PCI devicesSimon Glass1-0/+4
2019-02-11Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2-0/+26
2019-02-09dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler1-1/+1
2019-02-08dm: core: Introduce dev_read_alias_highest_id()Michal Simek1-0/+8
2019-02-08dm: core: Add of_alias_get_highest_id()Michal Simek1-0/+18
2019-01-18drivers: Kconfig: spelling fixesChris Packham1-1/+1
2019-01-15dm: Tidy up 'dm tree' output when there are many devicesSimon Glass1-2/+2
2018-12-15syscon: update syscon_node_to_regmap to use the DM functionsPatrick Delaunay1-38/+17
2018-12-14dm: core: Add a function to read into a unsigned intSimon Glass1-0/+23
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini4-6/+41
2018-12-10drivers: core: nullify gd->dm_root after dm_uninit()Jean-Jacques Hiblot1-0/+1
2018-12-10drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the KconfigJean-Jacques Hiblot1-2/+10
2018-12-10dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot2-4/+30
2018-12-07syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot1-0/+23
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2-0/+30
2018-11-29core: ofnode: Fix ofnode_get_addr_index functionKeerthy1-7/+10
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass1-0/+34
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass1-4/+2
2018-11-21dm: core: Widen the dump tree to show more of the driver's name.Liviu Dudau1-4/+4
2018-11-17dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard1-0/+13
2018-11-14uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau2-10/+10
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng1-1/+12
2018-11-14regmap: Add endianness supportMario Six1-10/+124
2018-11-14regmap: Support reading from specific rangeMario Six1-5/+44
2018-11-14regmap: Add raw read/write functionsMario Six1-7/+57
2018-11-14regmap: Add error outputMario Six1-2/+8
2018-11-14regmap: Introduce init_rangeMario Six1-12/+56
2018-11-14core: ofnode: Fix mem leak in error pathMario Six1-1/+3
2018-11-14regmap: Improve error handlingMario Six1-0/+17
2018-11-14regmap: Add documentationMario Six1-0/+6
2018-11-14dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng1-0/+10
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng3-10/+13
2018-11-14dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng1-0/+25
2018-10-09fdt: Allow indicating a node is for U-Boot proper onlySimon Glass1-0/+2
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass1-8/+19
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass1-0/+18
2018-10-09dm: core: Update some functions to use constSimon Glass1-12/+12
2018-10-09dm: core: Alloc uclass-private data to be cache-alignedSimon Glass1-1/+2
2018-10-08ofnode: Add missing address translation into ofnode_get_addr_size()Marek Vasut1-1/+5
2018-10-08ofnode: Replace of_n_addr_cells with of_n_size_cellsMarek Vasut1-1/+1
2018-10-07dm: fdt: scan for devices under /firmware tooJens Wiklander1-5/+10
2018-09-29core: Add dev_{disable,enable}_by_pathMario Six1-0/+78
2018-09-29core: Add functions to set properties in live-treeMario Six1-0/+70
2018-09-18ofnode: add ofnode_by_prop_value()Jens Wiklander2-0/+41