summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2020-04-26MLK-21850-1 dm: device: Check driver flag before setting default clocksYe Li
2020-04-09dm: dump.c: Refactor dm_dump_drivers printsOvidiu Panait
2020-04-09dm: dump.c: Fix segfault when entry->of_match is NULLOvidiu Panait
2020-03-02dm: core: Add a flag for power domain control on device removalAnatolij Gustschin
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07dm: core: Change syscon to use helper functionSimon Glass
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05cmd: Add command to dump drivers and compatible stringsSean Anderson
2020-02-05dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Reimplement ofnode_read_size()Simon Glass
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass
2020-02-05dm: core: Use const device for the dev_read_...() interfaceSimon Glass
2020-02-05dm: core: Use const device for the devfdt...() interfaceSimon Glass
2020-02-05dm: core: Use const where possible in device.hSimon Glass
2020-01-07dm: Add a debug message when devices are skipped pre-relocSean Anderson
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass
2020-01-07dm: devres: Use an enum for the allocation phaseSimon Glass
2020-01-07dm: devres: Add testsSimon Glass
2020-01-07dm: devres: Convert to use loggingSimon Glass
2020-01-07dm: core: Add a new flag to track platform dataSimon Glass
2020-01-07dm: core: Export a new function to read platdataSimon Glass
2020-01-07dm: core: Allocate parent data separate from probing parentSimon Glass
2020-01-07dm: core: Move ofdata_to_platdata() call earlierSimon Glass
2020-01-07dm: core: Don't clear active flag twice when probe() failsSimon Glass
2020-01-07dm: core: Use assert_noisy() in devresSimon Glass
2019-12-15dm: pci: Move pci_get_devfn() into a common fileSimon Glass
2019-12-03regmap: Fix potential memory leaksFaiz Abbas
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini
2019-10-27fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot
2019-10-27dm: core: Update log method for uclass_find_device_by_seqKever Yang
2019-10-27dm: regmap: Fix mask in regmap_update_bits()Simon Glass
2019-10-22drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot
2019-10-15dm: Tidy up dump output when there are many devicesPatrick Delaunay
2019-10-15dm: core: device: switch off power domain after device removalAnatolij Gustschin
2019-10-15dm: core: Allow for not controlling the power-domain by DM frameworkLokesh Vutla
2019-10-15core: device: use dev_power_domain_onPeng Fan
2019-10-15dm: device: Request next sequence numberThomas Fitzsimmons
2019-10-11dm: core: Add a function to count the children of a deviceLokesh Vutla
2019-10-08dm: core: Drop fdtdec_get_pci_addr()Simon Glass
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass
2019-10-08dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass
2019-10-08dm: core: Drop a few early returnsSimon Glass