summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2020-07-25dm: core Fix long line in device_bind_common()Simon Glass1-1/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-2/+1
2020-07-20dm: core Fix long line in device_bind_common()Simon Glass1-1/+2
2020-07-20dm: core: Don't show an ACPI warning if there is no orderingSimon Glass1-1/+1
2020-07-17acpi: Enable ACPI table generation by default on x86Simon Glass1-1/+1
2020-07-17dm: acpi: Add support for the NHLT tableSimon Glass1-0/+15
2020-07-17dm: core: Add a way of overriding the ACPI device pathSimon Glass1-0/+19
2020-07-17acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass1-0/+16
2020-07-17dm: acpi: Enhance acpi_get_name()Simon Glass1-2/+11
2020-07-17acpi: Add support for DSDT generationSimon Glass1-1/+24
2020-07-17acpi: Support ordering SSDT data by deviceSimon Glass1-0/+84
2020-07-17acpi: Record the items added to SSDTSimon Glass1-4/+79
2020-07-17acpi: Add support for SSDT generationSimon Glass1-0/+14
2020-07-17dm: core: Add an ACPI name for the root nodeSimon Glass1-0/+13
2020-07-10core: extend struct driver_info to point to deviceWalter Lozano2-3/+27
2020-07-10core: drop const for struct driver_infoWalter Lozano2-2/+2
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie1-1/+54
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson1-1/+1
2020-07-01dm: Add support for simple-pm-busSean Anderson3-0/+64
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler1-1/+3
2020-06-12dm: uclass: don't assign aliased seq numbersMichael Walle1-6/+15
2020-06-12regmap: Check for out-of-range offsets before mapping themPratyush Yadav1-4/+4
2020-05-30dm: core: Reorder include files in read.cStefan Roese1-3/+3
2020-05-19common: Drop linux/bug.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass13-0/+13
2020-05-19common: 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-17dm: 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-10dm: dump.c: Refactor dm_dump_drivers printsOvidiu Panait1-7/+11
2020-04-10dm: dump.c: Fix segfault when entry->of_match is NULLOvidiu Panait1-1/+2
2020-03-03dm: 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-06dm: core: Create a new header file for 'compat' featuresSimon Glass4-0/+4
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-02-06cmd: Add command to dump drivers and compatible stringsSean Anderson1-0/+19