summaryrefslogtreecommitdiffstats
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-013-6/+9
|\
| * fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot2019-10-271-1/+1
| * dm: core: Update log method for uclass_find_device_by_seqKever Yang2019-10-271-4/+7
| * dm: regmap: Fix mask in regmap_update_bits()Simon Glass2019-10-271-1/+1
* | drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot2019-10-221-1/+1
|/
* dm: Tidy up dump output when there are many devicesPatrick Delaunay2019-10-151-2/+2
* dm: core: device: switch off power domain after device removalAnatolij Gustschin2019-10-151-0/+5
* dm: core: Allow for not controlling the power-domain by DM frameworkLokesh Vutla2019-10-151-1/+2
* core: device: use dev_power_domain_onPeng Fan2019-10-151-3/+3
* dm: device: Request next sequence numberThomas Fitzsimmons2019-10-152-1/+8
* dm: core: Add a function to count the children of a deviceLokesh Vutla2019-10-111-0/+11
* dm: core: Drop fdtdec_get_pci_addr()Simon Glass2019-10-081-8/+5
* dm: pci: Add a function to read a PCI BARSimon Glass2019-10-082-0/+44
* dm: core: Correct the return value for uclass_find_first_device()Simon Glass2019-10-081-1/+1
* dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass2019-10-081-1/+2
* dm: core: Drop a few early returnsSimon Glass2019-10-081-4/+10
* dm: core: Use U-Boot logging instead of pr_debug()Simon Glass2019-10-081-8/+12
* dm: core: Correct bad cast in ofnode_get_addr_size_index()Simon Glass2019-10-031-2/+5
* dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass2019-10-031-1/+1
* Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2019-09-082-1/+11
|\
| * dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy2019-09-062-1/+11
* | dm: core: Decouple DM from DTMarek Vasut2019-09-023-7/+7
|/
* Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford2019-08-261-1/+1
* core: ofnode: do not assert if node not valid in ofnode_get_name()Kever Yang2019-08-191-1/+5
* dm: core: add support for getting register address and sizeSekhar Nori2019-08-122-0/+37
* dm: device: make power domain calls optionalAnatolij Gustschin2019-07-241-1/+2
* dm: core: Set correct "status" value for a nodeBin Meng2019-07-241-1/+1
* dm: core: Call clk_set_defaults() during probe() only for a valid ofnodeBin Meng2019-07-241-4/+10
* dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-223-0/+17
* regmap: Add API regmap_init_mem_index()Faiz Abbas2019-07-171-0/+42
* drivers: core: use strcmp when find device by namePeng Fan2019-07-121-1/+1
* fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay2019-07-101-0/+2
* dm: Add a No-op uclassJean-Jacques Hiblot2019-07-051-0/+5
* dm: core: Fix dm_extended_scan_fdt()Patrice Chotard2019-05-211-1/+1
* core: ofnode: Have ofnode_read_u32_default return a u32Trent Piepho2019-05-211-1/+1
* core: ofnode: Add ofnode_get_addr_size_indexKeerthy2019-05-211-3/+10
* dm: core: Fix translate condition in ofnode_get_addr_size()Simon Glass2019-05-081-1/+1
* dm: core: Change platform specific translation-offset handlingStefan Roese2019-04-233-24/+15
* simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driverLukas Auer2019-04-231-0/+1
* dm: remove unused function dm_fdt_pre_relocPatrick Delaunay2019-04-111-23/+0
* core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_addressEugeniu Rosca2019-04-111-3/+2
* syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay2019-04-111-24/+59
* dm: remove pre reloc properties in SPL and TPL device treePatrick Delaunay2019-04-112-24/+23
* dm: syscon: Don't require a regmap for PCI devicesSimon Glass2019-02-201-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2019-02-112-0/+26
|\
| * dm: core: Introduce dev_read_alias_highest_id()Michal Simek2019-02-081-0/+8
| * dm: core: Add of_alias_get_highest_id()Michal Simek2019-02-081-0/+18
* | dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler2019-02-091-1/+1
|/
* drivers: Kconfig: spelling fixesChris Packham2019-01-181-1/+1
* dm: Tidy up 'dm tree' output when there are many devicesSimon Glass2019-01-141-2/+2