summaryrefslogtreecommitdiff
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* cmd: Add command to dump drivers and compatible stringsSean Anderson2020-02-051-0/+19
* dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass2020-02-051-4/+0
* dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-051-0/+22
* dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-051-0/+36
* dm: core: Add ofnode_get_chosen_prop()Simon Glass2020-02-051-3/+8
* dm: core: Reimplement ofnode_read_size()Simon Glass2020-02-051-19/+10
* dm: core: Add ofnode_read_prop()Simon Glass2020-02-051-7/+24
* dm: core: Rename ofnode_get_chosen_prop()Simon Glass2020-02-051-2/+2
* dm: core: Use const device for the dev_read_...() interfaceSimon Glass2020-02-051-46/+51
* dm: core: Use const device for the devfdt...() interfaceSimon Glass2020-02-051-13/+13
* dm: core: Use const where possible in device.hSimon Glass2020-02-051-13/+14
* 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-mmcWIP/08Sep2019Tom 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