summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2019-07-05dm: Add a No-op uclassJean-Jacques Hiblot
2019-05-21dm: core: Fix dm_extended_scan_fdt()Patrice Chotard
2019-05-21core: ofnode: Have ofnode_read_u32_default return a u32Trent Piepho
2019-05-21core: ofnode: Add ofnode_get_addr_size_indexKeerthy
2019-05-08dm: core: Fix translate condition in ofnode_get_addr_size()Simon Glass
2019-04-23dm: core: Change platform specific translation-offset handlingStefan Roese
2019-04-23simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driverLukas Auer
2019-04-11dm: remove unused function dm_fdt_pre_relocPatrick Delaunay
2019-04-11core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_addressEugeniu Rosca
2019-04-11syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay
2019-04-11dm: remove pre reloc properties in SPL and TPL device treePatrick Delaunay
2019-02-20dm: syscon: Don't require a regmap for PCI devicesSimon Glass
2019-02-11Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2019-02-09dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler
2019-02-08dm: core: Introduce dev_read_alias_highest_id()Michal Simek
2019-02-08dm: core: Add of_alias_get_highest_id()Michal Simek
2019-01-18drivers: Kconfig: spelling fixesChris Packham
2019-01-14dm: Tidy up 'dm tree' output when there are many devicesSimon Glass
2018-12-15syscon: update syscon_node_to_regmap to use the DM functionsPatrick Delaunay
2018-12-13dm: core: Add a function to read into a unsigned intSimon Glass
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2018-12-10drivers: core: nullify gd->dm_root after dm_uninit()Jean-Jacques Hiblot
2018-12-10drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the KconfigJean-Jacques Hiblot
2018-12-10dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot
2018-12-07syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas
2018-11-29core: ofnode: Fix ofnode_get_addr_index functionKeerthy
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass
2018-11-20dm: core: Widen the dump tree to show more of the driver's name.Liviu Dudau
2018-11-16dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard
2018-11-14uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng
2018-11-14regmap: Add endianness supportMario Six
2018-11-14regmap: Support reading from specific rangeMario Six
2018-11-14regmap: Add raw read/write functionsMario Six
2018-11-14regmap: Add error outputMario Six
2018-11-14regmap: Introduce init_rangeMario Six
2018-11-14core: ofnode: Fix mem leak in error pathMario Six
2018-11-14regmap: Improve error handlingMario Six
2018-11-14regmap: Add documentationMario Six
2018-11-14dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng
2018-11-14dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng
2018-10-09fdt: Allow indicating a node is for U-Boot proper onlySimon Glass
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass
2018-10-09dm: core: Update some functions to use constSimon Glass
2018-10-09dm: core: Alloc uclass-private data to be cache-alignedSimon Glass
2018-10-08ofnode: Add missing address translation into ofnode_get_addr_size()Marek Vasut