- 2698359 dm: core: fix typo in device.h by Dario Binacchi · 4 years, 2 months ago
- 85bf4f2 dm: core: Allow dm_warn() to be used in SPL by Simon Glass · 4 years, 2 months ago
- 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
- eb6e7e9 dm: core: Expand the comment for DM_GET_DEVICE() by Simon Glass · 4 years, 2 months ago
- f4f9056 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · 4 years, 1 month ago
- 8ef373b dm: core: improve uclass_get_device_by_phandle_id() description by Dario Binacchi · 4 years, 2 months ago
- c3c748e dm: Don't undefine dev_xxx macros by Sean Anderson · 4 years, 2 months ago
- abe2a6b pinctrl: Reformat documentation in dm/pinctrl.h by Sean Anderson · 4 years, 2 months ago
- 319ca70 pinctrl: Add pinmux property support to pinctrl-generic by Sean Anderson · 4 years, 2 months ago
- d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 2 months ago
- 04fcfe7 dm: update test on of_offset in ofnode_valid by Patrick Delaunay · 4 years, 2 months ago
- c14df8b dm: ofnode: Fix compile breakage with OF_CHECKS enabled by Stefan Roese · 4 years, 2 months ago
- 2a8bc03 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years, 2 months ago
- 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · 4 years, 3 months ago
- bc9bb24 dm: Print device name in dev_xxx like Linux by Sean Anderson · 4 years, 2 months ago
- 16a2e86 dm: Use symbolic constants for log levels in dev_xxx by Sean Anderson · 4 years, 2 months ago
- 21e3b04 dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args by Patrick Delaunay · 4 years, 3 months ago
- 8544716 core: improve of_match_ptr with OF_PLATDATA by Walter Lozano · 4 years, 4 months ago
- bf5b823 dm: core: add support for device re-parenting by Claudiu Beznea · 4 years, 3 months ago
- 0a9ecc5 dm: core: Add API to read PCI bus-range property by Stefan Roese · 4 years, 4 months ago
- a633f00 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 4 months ago
- 60a84af dm: fix ofnode_read_addr/size_cells() by Heinrich Schuchardt · 4 years, 4 months ago
- 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 4 months ago
- 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 4 months ago
- 992b603 net: Drop dm.h header file from phy.h by Simon Glass · 4 years, 4 months ago
- 75c4d41 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 4 months ago
- b571d92 dm: remove superfluous comment for union ofnode_union by Heinrich Schuchardt · 4 years, 4 months ago
- 3483aa2 dm: button: add an uclass for button by Philippe Reynes · 4 years, 4 months ago
- d3aa90e dm: Fix build error when OF_CONTROL is not set by Dan Murphy · 4 years, 4 months ago
- 50a6c08 dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 4 months ago
- 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
- 27f81c8 dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 4 months ago
- cd9667b dm: acpi: Add support for the NHLT table by Simon Glass · 4 years, 5 months ago
- 0123233 dm: core: Add a way of overriding the ACPI device path by Simon Glass · 4 years, 5 months ago
- 64bbc0d acpi: Add an acpi command to list/dump generated ACPI items by Simon Glass · 4 years, 5 months ago
- 6ad24f6 pci: Avoid a crash in device_is_on_pci_bus() by Simon Glass · 4 years, 5 months ago
- 990cd5b acpi: Add support for DSDT generation by Simon Glass · 4 years, 5 months ago
- d43e0ba acpi: Add support for SSDT generation by Simon Glass · 4 years, 5 months ago
- 0f27763 acpigen: Support writing a length by Simon Glass · 4 years, 5 months ago
- 98528d4 acpi: Support generation of ACPI code by Simon Glass · 4 years, 5 months ago
- ffc41b0 core: extend struct driver_info to point to device by Walter Lozano · 4 years, 5 months ago
- 95282d6 core: drop const for struct driver_info by Walter Lozano · 4 years, 5 months ago
- 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 5 months ago
- 3286843 dm: core: Correct comment on uclass_id_foreach_dev() by Simon Glass · 4 years, 6 months ago
- 4425bf4 video: Add comments to struct sandbox_sdl_plat by Simon Glass · 4 years, 5 months ago
- 39832fb cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · 4 years, 8 months ago
- 42db70b dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 5 months ago
- 768b86d arm: pxa: mmc: add driver model support by Marcel Ziswiler · 6 years ago
- 65c2bf6 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 6 years ago
- 92f2478 serial: pxa: clean-up platform data include file by Marcel Ziswiler · 6 years ago
- 76c5974 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 4 years, 5 months ago
- 4caa9fe dm: spi: Convert Freescale ESPI driver to driver model by Chuanhua Han · 4 years, 6 months ago
- eccf2d0 dm: core: fix dev_read_alias_highest_id() without libfdt by Michael Walle · 4 years, 6 months ago
- cd5bb77 net: Add eth phy generic driver for shared MDIO by Ye Li · 4 years, 7 months ago
- d93c8b4 dm: core: Add function to get child count of ofnode or device by developer · 4 years, 7 months ago
- abeaca8 acpi: Move the xsdt pointer to acpi_ctx by Simon Glass · 4 years, 7 months ago
- 575a547 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 7 months ago
- 17968c3 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
- caee155 dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · 4 years, 11 months ago
- 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 8 months ago
- 9d0731d dm: core: remove the duplicated function dm_ofnode_pre_reloc by Patrick Delaunay · 4 years, 8 months ago
- 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 8 months ago
- 42697f5 dm: core: Add a way to skip powering down power domains by Simon Glass · 4 years, 8 months ago
- 4969d21 acpi: Add an __ACPI__ preprocessor symbol by Simon Glass · 4 years, 8 months ago
- 2d67fdf acpi: Add a simple sandbox test by Simon Glass · 4 years, 8 months ago
- 9fb9e9b dm: core: Add basic ACPI support by Simon Glass · 4 years, 8 months ago
- cfb28f1 dm: core: Add a flag for power domain control on device removal by Anatolij Gustschin · 4 years, 9 months ago
- b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
- 35cb2a4 dm: core: Add a function to find a device by drvdata by Simon Glass · 4 years, 10 months ago
- 27c0e17 dm: core: Allow iterating devices without uclass_get() by Simon Glass · 4 years, 10 months ago
- fb6f482 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · 4 years, 10 months ago
- 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
- 0282757 cmd: Add command to dump drivers and compatible strings by Sean Anderson · 4 years, 11 months ago
- 76db9b7 dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 10 months ago
- 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 10 months ago
- e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
- 0c2e980 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 10 months ago
- f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
- c99ba91 dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · 4 years, 10 months ago
- 2f9a612 dm: core: Use const device for the dev_read_...() interface by Simon Glass · 4 years, 10 months ago
- c6548b8 dm: core: Use const device for the devfdt...() interface by Simon Glass · 4 years, 10 months ago
- 2a58088 dm: core: Use const where possible in device.h by Simon Glass · 4 years, 10 months ago
- b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 11 months ago
- 323ff9f dm: devres: Add tests by Simon Glass · 5 years ago
- 204675c dm: test: Add a test driver for devres by Simon Glass · 5 years ago
- fbc3cfc dm: devres: Create a new devres header file by Simon Glass · 5 years ago
- d3c9d30 dm: core: Add a new flag to track platform data by Simon Glass · 5 years ago
- 4a26385 dm: core: Export a new function to read platdata by Simon Glass · 5 years ago
- 2137c24 dm: core: Add a comment for DM_FLAG_OF_PLATDATA by Simon Glass · 5 years ago
- 90592ed dm: rng: Add random number generator(rng) uclass by Sughosh Ganu · 5 years ago
- 2ee1f6a pci: Add support for p2sb uclass by Simon Glass · 5 years ago
- 5e5c0cd x86: power: Add an ACPI PMC uclass by Simon Glass · 5 years ago
- 0b591e0 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 5 years ago
- 1ab8b89 dm: core: Fix offset_to_ofnode() with invalid offset by Simon Glass · 5 years ago
- ee284f9 pinctrol: dm: remove the function pinctrl_decode_pin_config by Patrick Delaunay · 5 years ago
- 5cc5107 ufs: Add Initial Support for UFS subsystem by Faiz Abbas · 5 years ago
- c10e52b dm: core: Allow for not controlling the power-domain by DM framework by Lokesh Vutla · 5 years ago
- 9554087 dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array() by Jean-Jacques Hiblot · 5 years ago
- 597fdfc dm: Fix default address cells return value by Matthias Brugger · 5 years ago