Age | Commit message (Expand) | Author |
2020-07-17 | dm: acpi: Add support for the NHLT table | Simon Glass |
2020-07-17 | dm: core: Add a way of overriding the ACPI device path | Simon Glass |
2020-07-17 | acpi: Add an acpi command to list/dump generated ACPI items | Simon Glass |
2020-07-17 | pci: Avoid a crash in device_is_on_pci_bus() | Simon Glass |
2020-07-17 | acpi: Add support for DSDT generation | Simon Glass |
2020-07-17 | acpi: Add support for SSDT generation | Simon Glass |
2020-07-17 | acpigen: Support writing a length | Simon Glass |
2020-07-17 | acpi: Support generation of ACPI code | Simon Glass |
2020-07-09 | core: extend struct driver_info to point to device | Walter Lozano |
2020-07-09 | core: drop const for struct driver_info | Walter Lozano |
2020-07-09 | core: add support for U_BOOT_DRIVER_ALIAS | Walter Lozano |
2020-07-09 | dm: core: Correct comment on uclass_id_foreach_dev() | Simon Glass |
2020-07-09 | video: Add comments to struct sandbox_sdl_plat | Simon Glass |
2020-07-07 | cmd: dm: Fixed/Added DM driver listing subcommands | Niel Fourie |
2020-07-01 | dm: Fix error handling for dev_read_addr_ptr | Sean Anderson |
2020-06-30 | arm: pxa: mmc: add driver model support | Marcel Ziswiler |
2020-06-30 | dm: core: gracefully handle alias seq without of | Marcel Ziswiler |
2020-06-30 | serial: pxa: clean-up platform data include file | Marcel Ziswiler |
2020-06-19 | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next | Tom Rini |
2020-06-18 | dm: spi: Convert Freescale ESPI driver to driver model | Chuanhua Han |
2020-06-11 | dm: core: fix dev_read_alias_highest_id() without libfdt | Michael Walle |
2020-05-10 | net: Add eth phy generic driver for shared MDIO | Ye Li |
2020-05-02 | dm: core: Add function to get child count of ofnode or device | Chunfeng Yun |
2020-04-30 | acpi: Move the xsdt pointer to acpi_ctx | Simon Glass |
2020-04-30 | acpi: Move acpi_add_table() to generic code | Simon Glass |
2020-04-30 | acpi: Add a method to write tables for a device | Simon Glass |
2020-04-16 | dm: core: add ofnode and dev function to iterate on node property | Patrick Delaunay |
2020-04-16 | Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm | Tom Rini |
2020-04-16 | dm: core: remove the duplicated function dm_ofnode_pre_reloc | Patrick Delaunay |
2020-04-16 | dm: core: support reading a single indexed u32 value | Dario Binacchi |
2020-04-16 | dm: core: Add a way to skip powering down power domains | Simon Glass |
2020-04-16 | acpi: Add an __ACPI__ preprocessor symbol | Simon Glass |
2020-04-16 | acpi: Add a simple sandbox test | Simon Glass |
2020-04-16 | dm: core: Add basic ACPI support | Simon Glass |
2020-03-02 | dm: core: Add a flag for power domain control on device removal | Anatolij Gustschin |
2020-02-11 | Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm | Tom Rini |
2020-02-07 | dm: core: Add a function to find a device by drvdata | Simon Glass |
2020-02-07 | dm: core: Allow iterating devices without uclass_get() | Simon Glass |
2020-02-05 | dm: core: Drop the inclusion of linux/compat.h in dm.h | Simon Glass |
2020-02-05 | dm: core: Create a new header file for 'compat' features | Simon Glass |
2020-02-05 | dm: core: Require users of devres to include the header | Simon Glass |
2020-02-05 | cmd: Add command to dump drivers and compatible strings | Sean Anderson |
2020-02-05 | dm: core: Add a way to iterate through children, probing each | Simon Glass |
2020-02-05 | dm: core: Add a way to read platdata for all child devices | Simon Glass |
2020-02-05 | dm: core: Add ofnode_get_chosen_prop() | Simon Glass |
2020-02-05 | dm: core: Add ofnode_read_prop() | Simon Glass |
2020-02-05 | dm: core: Rename ofnode_get_chosen_prop() | Simon Glass |
2020-02-05 | dm: core: Update comment for ofnode_get_chosen_node() | Simon Glass |
2020-02-05 | dm: core: Use const device for the dev_read_...() interface | Simon Glass |
2020-02-05 | dm: core: Use const device for the devfdt...() interface | Simon Glass |