aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2020-03-02dm: core: Add a flag for power domain control on device removalAnatolij Gustschin1-2/+3
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini9-105/+202
2020-02-07dm: core: Change syscon to use helper functionSimon Glass1-11/+4
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass1-0/+17
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass4-0/+4
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-02-05cmd: Add command to dump drivers and compatible stringsSean Anderson1-0/+19
2020-02-05dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass1-4/+0
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass1-0/+22
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass1-0/+36
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass1-3/+8
2020-02-05dm: core: Reimplement ofnode_read_size()Simon Glass1-19/+10
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass1-7/+24
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass1-2/+2
2020-02-05dm: core: Use const device for the dev_read_...() interfaceSimon Glass1-46/+51
2020-02-05dm: core: Use const device for the devfdt...() interfaceSimon Glass1-13/+13
2020-02-05dm: core: Use const where possible in device.hSimon Glass1-13/+14
2020-01-07dm: Add a debug message when devices are skipped pre-relocSean Anderson1-1/+3
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass1-5/+13
2020-01-07dm: devres: Use an enum for the allocation phaseSimon Glass1-6/+16
2020-01-07dm: devres: Add testsSimon Glass1-0/+13
2020-01-07dm: devres: Convert to use loggingSimon Glass1-2/+4
2020-01-07dm: core: Add a new flag to track platform dataSimon Glass2-1/+4
2020-01-07dm: core: Export a new function to read platdataSimon Glass1-2/+27
2020-01-07dm: core: Allocate parent data separate from probing parentSimon Glass1-8/+11
2020-01-07dm: core: Move ofdata_to_platdata() call earlierSimon Glass1-7/+7
2020-01-07dm: core: Don't clear active flag twice when probe() failsSimon Glass1-3/+1
2020-01-07dm: core: Use assert_noisy() in devresSimon Glass1-3/+3
2019-12-15dm: pci: Move pci_get_devfn() into a common fileSimon Glass1-0/+20
2019-12-03regmap: Fix potential memory leaksFaiz Abbas1-4/+12
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
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