summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2019-08-26Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford1-1/+1
2019-08-19core: ofnode: do not assert if node not valid in ofnode_get_name()Kever Yang1-1/+5
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori2-0/+37
2019-07-24dm: device: make power domain calls optionalAnatolij Gustschin1-1/+2
2019-07-24dm: core: Set correct "status" value for a nodeBin Meng1-1/+1
2019-07-24dm: core: Call clk_set_defaults() during probe() only for a valid ofnodeBin Meng1-4/+10
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne3-0/+17
2019-07-17regmap: Add API regmap_init_mem_index()Faiz Abbas1-0/+42
2019-07-13drivers: core: use strcmp when find device by namePeng Fan1-1/+1
2019-07-11fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay1-0/+2
2019-07-05dm: Add a No-op uclassJean-Jacques Hiblot1-0/+5
2019-05-22dm: core: Fix dm_extended_scan_fdt()Patrice Chotard1-1/+1
2019-05-22core: ofnode: Have ofnode_read_u32_default return a u32Trent Piepho1-1/+1
2019-05-22core: ofnode: Add ofnode_get_addr_size_indexKeerthy1-3/+10
2019-05-08dm: core: Fix translate condition in ofnode_get_addr_size()Simon Glass1-1/+1
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