summaryrefslogtreecommitdiffstats
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* dm: Add a debug message when devices are skipped pre-relocSean Anderson2020-01-071-1/+3
* dm: devres: Add a new OFDATA phaseSimon Glass2020-01-071-5/+13
* dm: devres: Use an enum for the allocation phaseSimon Glass2020-01-071-6/+16
* dm: devres: Add testsSimon Glass2020-01-071-0/+13
* dm: devres: Convert to use loggingSimon Glass2020-01-071-2/+4
* dm: core: Add a new flag to track platform dataSimon Glass2020-01-072-1/+4
* dm: core: Export a new function to read platdataSimon Glass2020-01-071-2/+27
* dm: core: Allocate parent data separate from probing parentSimon Glass2020-01-071-8/+11
* dm: core: Move ofdata_to_platdata() call earlierSimon Glass2020-01-071-7/+7
* dm: core: Don't clear active flag twice when probe() failsSimon Glass2020-01-071-3/+1
* dm: core: Use assert_noisy() in devresSimon Glass2020-01-071-3/+3
* dm: pci: Move pci_get_devfn() into a common fileSimon Glass2019-12-151-0/+20
* regmap: Fix potential memory leaksFaiz Abbas2019-12-031-4/+12
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* 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