summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2020-07-24dm: core Fix long line in device_bind_common()Simon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20dm: core Fix long line in device_bind_common()Simon Glass
2020-07-20dm: core: Don't show an ACPI warning if there is no orderingSimon Glass
2020-07-17acpi: Enable ACPI table generation by default on x86Simon Glass
2020-07-17dm: acpi: Add support for the NHLT tableSimon Glass
2020-07-17dm: core: Add a way of overriding the ACPI device pathSimon Glass
2020-07-17acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass
2020-07-17dm: acpi: Enhance acpi_get_name()Simon Glass
2020-07-17acpi: Add support for DSDT generationSimon Glass
2020-07-17acpi: Support ordering SSDT data by deviceSimon Glass
2020-07-17acpi: Record the items added to SSDTSimon Glass
2020-07-17acpi: Add support for SSDT generationSimon Glass
2020-07-17dm: core: Add an ACPI name for the root nodeSimon Glass
2020-07-09core: extend struct driver_info to point to deviceWalter Lozano
2020-07-09core: drop const for struct driver_infoWalter Lozano
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson
2020-07-01dm: Add support for simple-pm-busSean Anderson
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler
2020-06-11dm: uclass: don't assign aliased seq numbersMichael Walle
2020-06-11regmap: Check for out-of-range offsets before mapping themPratyush Yadav
2020-05-29dm: core: Reorder include files in read.cStefan Roese
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay
2020-04-16dm: core: refactor functions reading an u32 from dtDario Binacchi
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass
2020-04-16dm: core: Add logging on unbind failureSimon Glass
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay
2020-04-16dm: core: remove redundant assignmentHeinrich Schuchardt
2020-04-16dm: core: remove redundant if statementHeinrich Schuchardt
2020-04-16dm: core: Add basic ACPI supportSimon Glass
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