summaryrefslogtreecommitdiffstats
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Reorder include files in read.cStefan Roese2020-05-291-3/+3
* common: Drop linux/bug.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-1813-0/+13
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Add function to get child count of ofnode or deviceChunfeng Yun2020-05-022-0/+16
* acpi: Add a method to write tables for a deviceSimon Glass2020-04-301-0/+62
* dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-163-0/+96
* Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-169-110/+125
|\
| * dm: core: Read parent ofdata before childrenSimon Glass2020-04-161-0/+16
| * dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay2020-04-162-29/+1
| * dm: core: refactor functions reading an u32 from dtDario Binacchi2020-04-162-36/+3
| * dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-163-0/+75
| * dm: core: Add a way to skip powering down power domainsSimon Glass2020-04-162-2/+3
| * dm: core: Add logging on unbind failureSimon Glass2020-04-162-10/+14
| * dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2020-04-161-35/+17
| * dm: core: remove redundant assignmentHeinrich Schuchardt2020-04-161-1/+1
| * dm: core: remove redundant if statementHeinrich Schuchardt2020-04-161-4/+2
* | dm: core: Add basic ACPI supportSimon Glass2020-04-163-0/+43
|/
* dm: dump.c: Refactor dm_dump_drivers printsOvidiu Panait2020-04-091-7/+11
* dm: dump.c: Fix segfault when entry->of_match is NULLOvidiu Panait2020-04-091-1/+2
* dm: core: Add a flag for power domain control on device removalAnatolij Gustschin2020-03-021-2/+3
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-119-105/+202
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-054-0/+4
| * 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: core: Change syscon to use helper functionSimon Glass2020-02-071-11/+4
* | dm: core: Add a function to find a device by drvdataSimon Glass2020-02-071-0/+17
|/
* 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