aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/bug.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop log.h from common headerSimon Glass13-0/+13
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun2-0/+16
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-0/+62
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay3-0/+96
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini9-110/+125
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass1-0/+16
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay2-29/+1
2020-04-16dm: core: refactor functions reading an u32 from dtDario Binacchi2-36/+3
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi3-0/+75
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass2-2/+3
2020-04-16dm: core: Add logging on unbind failureSimon Glass2-10/+14
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay1-35/+17
2020-04-16dm: core: remove redundant assignmentHeinrich Schuchardt1-1/+1
2020-04-16dm: core: remove redundant if statementHeinrich Schuchardt1-4/+2
2020-04-16dm: core: Add basic ACPI supportSimon Glass3-0/+43
2020-04-09dm: dump.c: Refactor dm_dump_drivers printsOvidiu Panait1-7/+11
2020-04-09dm: dump.c: Fix segfault when entry->of_match is NULLOvidiu Panait1-1/+2
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