- ef6769f core: fdtaddr: add devfdt_get_addr_size_index_ptr function by Johan Jonker · 1 year, 7 months ago
- 9f6971f include: dm: ofnode: fix headers by Johan Jonker · 1 year, 9 months ago
- afb174a dm: core: fix introduce uclass_get_device_by_of_path by Heinrich Schuchardt · 1 year, 7 months ago
- 0852386 dm: extcon: add an uclass for extcon by Svyatoslav Ryhel · 1 year, 7 months ago
- 4b876e3 dm: core: introduce uclass_get_device_by_of_path() by Rasmus Villemoes · 1 year, 8 months ago
- 857360c drivers/mtd/nvmxip: introduce NVM XIP block storage emulation by Abdellatif El Khlifi · 1 year, 7 months ago
- 19923d8 serial: sh: Add HSCIF support for R-Car SoC by Hai Pham · 1 year, 9 months ago
- 4f76dd3 blk: blkmap: Add basic infrastructure by Tobias Waldekranz · 1 year, 9 months ago
- fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 10 months ago
- ff40706 drivers: core: ofnode: Add panel timing decode. by Nikhil M Jain · 1 year, 10 months ago
- 1c653ac iommu: Add DMA mapping operations by Mark Kettenis · 1 year, 10 months ago
- e5314c1 dm: core: Support sorting devices with dm tree by Simon Glass · 1 year, 10 months ago
- 4834e04 dm: core: Correct ordering of uclasses IDs by Simon Glass · 1 year, 10 months ago
- 0d81b9a net: ethoc: Remove non-DM_ETH code by Tom Rini · 2 years ago
- e4e9bb6 arm: lpc32xx: Remove unused hsuart driver by Tom Rini · 2 years ago
- 884c2f8 dm: sandbox: Create a new HOST uclass by Simon Glass · 2 years, 1 month ago
- 0f9399a FWU: Add FWU metadata structure and driver for accessing metadata by Sughosh Ganu · 2 years, 1 month ago
- 98e1ada dm: core: Do not stop uclass iteration on error by Michal Suchanek · 2 years, 1 month ago
- b4416e0 dm: core: Add note about device_probe idempotence by Michal Suchanek · 2 years, 2 months ago
- 51000ee dm: core: Document return value of device bind functions by Michal Suchanek · 2 years, 2 months ago
- 4cd455e dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · 2 years, 2 months ago
- b0679a7 dm: memory: Introduce new uclass by Roger Quadros · 2 years, 1 month ago
- e6a211c dm: core: Update docs about oftree_from_fdt() by Simon Glass · 2 years, 2 months ago
- 93a85dc dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · 2 years, 1 month ago
- 53beee9 dm: core: Switch uclass_foreach_dev_probe to use simple iterator by Michal Suchanek · 2 years, 1 month ago
- 6ac319d dm: fpga: Introduce new uclass by Alexander Dahl · 2 years, 2 months ago
- 7a7229a dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 3 months ago
- 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 3 months ago
- c63ffd7 dm: core: Update comments for default-FDT ofnode functions by Simon Glass · 2 years, 3 months ago
- cb13a1b dm: core: Add the ofnode multi-tree implementation by Simon Glass · 2 years, 3 months ago
- f007731 dm: core: Add definitions for multiple ofnode trees by Simon Glass · 2 years, 3 months ago
- 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 3 months ago
- 37dcd91 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · 2 years, 3 months ago
- 95fd209 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 3 months ago
- 2b9b1458 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 3 months ago
- 04fa09a dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · 2 years, 3 months ago
- ba8457b dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 3 months ago
- e3be5fc dm: core: Expand integer-reading tests by Simon Glass · 2 years, 3 months ago
- 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 3 months ago
- 4caa79a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 3 months ago
- 91d89a8 dm: core: Avoid creating a name property when unflattening by Simon Glass · 2 years, 3 months ago
- d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 3 months ago
- fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 3 months ago
- cb12c9f dm: core: Reduce code size with dev_of_offset() by Simon Glass · 2 years, 3 months ago
- 9036c5c dm: core: Drop the const from ofnode by Simon Glass · 2 years, 3 months ago
- 56bc332 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 3 months ago
- ef5ca00 dm: core: Document the livetree structures properly by Simon Glass · 2 years, 3 months ago
- 176dd43 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · 2 years, 3 months ago
- 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 5 months ago
- d28e31e dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 4 months ago
- 3ee3d15 dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 4 months ago
- 5e2cd5e dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 4 months ago
- ef75c59 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 4 months ago
- 1817f71 dm: core: Add a note about how livetree updates work by Simon Glass · 2 years, 4 months ago
- 9693c1d dm: core: Split out the declaration of ofnode by Simon Glass · 2 years, 4 months ago
- 69cee50 pinctrl: Add third argument label for pinctrl_gpio_request() function by Pali Rohár · 2 years, 4 months ago
- d80ed17 pinctrl: Add new function pinctrl_generic_set_state_prefix() by Pali Rohár · 2 years, 4 months ago
- 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 5 months ago
- 1e56de0 arm: Remove PXA architecture support by Tom Rini · 2 years, 5 months ago
- c8b5e22 dm: core: Add a command to show driver model statistics by Simon Glass · 2 years, 7 months ago
- be1621b dm: core: Add a way to collect memory usage by Simon Glass · 2 years, 7 months ago
- d1f12cf dm: core: Support accessing core tags by Simon Glass · 2 years, 7 months ago
- e330447 dm: core: Switch the testbus driver to use a new struct by Simon Glass · 2 years, 7 months ago
- d94d743 dm: core: Rename dm_dump_all() by Simon Glass · 2 years, 7 months ago
- 9b3a639 dm: core: Provide fallbacks for ofnode_conf_read_... by Sean Anderson · 2 years, 8 months ago
- d1d2c57 fuzzing_engine: Add fuzzing engine uclass by Andrew Scull · 2 years, 6 months ago
- 56bf6a8 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 6 months ago
- 11a6f58 dm: core: Add DM_FLAG_PROBE_AFTER_BIND flag by Marek Vasut · 2 years, 7 months ago
- d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 7 months ago
- 4b508b8 bootstd: Add the bootmeth uclass and helpers by Simon Glass · 2 years, 7 months ago
- 017656e bootstd: Add the bootdev uclass by Simon Glass · 2 years, 7 months ago
- 08ad13e bootstd: Add the bootstd uclass and core implementation by Simon Glass · 2 years, 7 months ago
- 9670f7d dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 7 months ago
- f1f519f dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 7 months ago
- efb9a9d dm: disk: add UCLASS_PARTITION by AKASHI Takahiro · 2 years, 7 months ago
- 308d91b dm: core: Deal with a wrinkle with linker lists by Simon Glass · 2 years, 8 months ago
- 3996f06 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 8 months ago
- 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 7 months ago
- 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 8 months ago
- bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
- f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 8 months ago
- e04f4fb dm: add tag support by AKASHI Takahiro · 2 years, 9 months ago
- ebec3a7 dm: core: Tidy up comments in uclass headers by Simon Glass · 2 years, 9 months ago
- 6ddadd6 dm: core: Add a required struct declaration by Simon Glass · 2 years, 9 months ago
- c9ae4a8 dm: fix function documentation in include/dm/ofnode.h by Heinrich Schuchardt · 2 years, 8 months ago
- 3d2a375 Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 8 months ago
- f3a8cbb pinctrl: Increase length of pinmux status buffer by Ashok Reddy Soma · 2 years, 9 months ago
- 3ee337a event: Add events for device probe/remove by Simon Glass · 2 years, 9 months ago
- a253c3b net: phy: Add new read ethernet phy id function by Michal Simek · 2 years, 9 months ago
- 9ee52fb dm: pinctrl: Use explicit values for enums by Ashok Reddy Soma · 2 years, 9 months ago
- 912b6f5 dm: Use parenthesis for the device_get_ops macro argument by Sughosh Ganu · 2 years, 10 months ago
- 877205e acpi: Collect tables in the acpi_item list by Simon Glass · 3 years ago
- 83c3cb5 x86: Move DSDT table to a writer function by Simon Glass · 3 years ago
- f53f57d x86: Move FACS table to a writer function by Simon Glass · 3 years ago
- e9f6e6a x86: Move base tables to a writer function by Simon Glass · 3 years ago
- 37acc66 x86: acpi: Split out context creation from base tables by Simon Glass · 3 years ago
- 4ecb97e acpi: Add a linker list for ACPI tables by Simon Glass · 3 years ago
- f93b904 acpi: Add a table start by Simon Glass · 3 years ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- d17a679 doc: add include/dm/fdtaddr.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago