summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2019-10-08dm: core: Drop fdtdec_get_pci_addr()Simon Glass
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass
2019-10-08dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass
2019-10-08dm: core: Drop a few early returnsSimon Glass
2019-10-08dm: core: Use U-Boot logging instead of pr_debug()Simon Glass
2019-10-03dm: core: Correct bad cast in ofnode_get_addr_size_index()Simon Glass
2019-10-03dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass
2019-09-08Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2019-09-06dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy
2019-09-02dm: core: Decouple DM from DTMarek Vasut
2019-08-26Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford
2019-08-19core: ofnode: do not assert if node not valid in ofnode_get_name()Kever Yang
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori
2019-07-24dm: device: make power domain calls optionalAnatolij Gustschin
2019-07-24dm: core: Set correct "status" value for a nodeBin Meng
2019-07-24dm: core: Call clk_set_defaults() during probe() only for a valid ofnodeBin Meng
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne
2019-07-17regmap: Add API regmap_init_mem_index()Faiz Abbas
2019-07-12drivers: core: use strcmp when find device by namePeng Fan
2019-07-10fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay
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