summaryrefslogtreecommitdiff
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* dm: core Fix long line in device_bind_common()Simon Glass2020-07-241-1/+2
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-2/+1
* dm: core Fix long line in device_bind_common()Simon Glass2020-07-201-1/+2
* dm: core: Don't show an ACPI warning if there is no orderingSimon Glass2020-07-201-1/+1
* acpi: Enable ACPI table generation by default on x86Simon Glass2020-07-171-1/+1
* dm: acpi: Add support for the NHLT tableSimon Glass2020-07-171-0/+15
* dm: core: Add a way of overriding the ACPI device pathSimon Glass2020-07-171-0/+19
* acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass2020-07-171-0/+16
* dm: acpi: Enhance acpi_get_name()Simon Glass2020-07-171-2/+11
* acpi: Add support for DSDT generationSimon Glass2020-07-171-1/+24
* acpi: Support ordering SSDT data by deviceSimon Glass2020-07-171-0/+84
* acpi: Record the items added to SSDTSimon Glass2020-07-171-4/+79
* acpi: Add support for SSDT generationSimon Glass2020-07-171-0/+14
* dm: core: Add an ACPI name for the root nodeSimon Glass2020-07-171-0/+13
* core: extend struct driver_info to point to deviceWalter Lozano2020-07-092-3/+27
* core: drop const for struct driver_infoWalter Lozano2020-07-092-2/+2
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie2020-07-071-1/+54
* dm: Fix error handling for dev_read_addr_ptrSean Anderson2020-07-011-1/+1
* dm: Add support for simple-pm-busSean Anderson2020-07-013-0/+64
* dm: core: gracefully handle alias seq without ofMarcel Ziswiler2020-06-301-1/+3
* dm: uclass: don't assign aliased seq numbersMichael Walle2020-06-111-6/+15
* regmap: Check for out-of-range offsets before mapping themPratyush Yadav2020-06-111-4/+4
* 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