summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini3-6/+9
2019-10-27fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot1-1/+1
2019-10-27dm: core: Update log method for uclass_find_device_by_seqKever Yang1-4/+7
2019-10-27dm: regmap: Fix mask in regmap_update_bits()Simon Glass1-1/+1
2019-10-22drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot1-1/+1
2019-10-15dm: Tidy up dump output when there are many devicesPatrick Delaunay1-2/+2
2019-10-15dm: core: device: switch off power domain after device removalAnatolij Gustschin1-0/+5
2019-10-15dm: core: Allow for not controlling the power-domain by DM frameworkLokesh Vutla1-1/+2
2019-10-15core: device: use dev_power_domain_onPeng Fan1-3/+3
2019-10-15dm: device: Request next sequence numberThomas Fitzsimmons2-1/+8
2019-10-11dm: core: Add a function to count the children of a deviceLokesh Vutla1-0/+11
2019-10-08dm: core: Drop fdtdec_get_pci_addr()Simon Glass1-8/+5
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass2-0/+44
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass1-1/+1
2019-10-08dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass1-1/+2
2019-10-08dm: core: Drop a few early returnsSimon Glass1-4/+10
2019-10-08dm: core: Use U-Boot logging instead of pr_debug()Simon Glass1-8/+12
2019-10-03dm: core: Correct bad cast in ofnode_get_addr_size_index()Simon Glass1-2/+5
2019-10-03dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass1-1/+1
2019-09-09Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2-1/+11
2019-09-06dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy2-1/+11
2019-09-02dm: core: Decouple DM from DTMarek Vasut3-7/+7
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