- e316fba dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 9 months ago
- 0347cc7 drivers: core: ofnode: Add panel timing decode. by Nikhil M Jain · 1 year, 10 months ago
- dd6b68e iommu: Add DMA mapping operations by Mark Kettenis · 1 year, 10 months ago
- 3d01254 dm: core: Support sorting devices with dm tree by Simon Glass · 1 year, 10 months ago
- c0f19fe dm: core: Correct ordering of uclasses IDs by Simon Glass · 1 year, 10 months ago
- ecca448 net: ethoc: Remove non-DM_ETH code by Tom Rini · 2 years ago
- d5596cb arm: lpc32xx: Remove unused hsuart driver by Tom Rini · 2 years ago
- 9bd1aa8 dm: sandbox: Create a new HOST uclass by Simon Glass · 2 years ago
- 2eaedc9 FWU: Add FWU metadata structure and driver for accessing metadata by Sughosh Ganu · 2 years, 1 month ago
- f219547 dm: core: Do not stop uclass iteration on error by Michal Suchanek · 2 years, 1 month ago
- aa5511e dm: core: Add note about device_probe idempotence by Michal Suchanek · 2 years, 2 months ago
- 73f8fbc dm: core: Document return value of device bind functions by Michal Suchanek · 2 years, 2 months ago
- 58ddb93 dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · 2 years, 2 months ago
- 2c12037 dm: memory: Introduce new uclass by Roger Quadros · 2 years, 1 month ago
- e7a18f7 dm: core: Update docs about oftree_from_fdt() by Simon Glass · 2 years, 1 month ago
- e44d7e7 dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · 2 years, 1 month ago
- 801f711 dm: core: Switch uclass_foreach_dev_probe to use simple iterator by Michal Suchanek · 2 years, 1 month ago
- 1323d08 dm: fpga: Introduce new uclass by Alexander Dahl · 2 years, 1 month ago
- db1ef1e dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 2 months ago
- 0b58eaa dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 2 months ago
- 988f146 dm: core: Update comments for default-FDT ofnode functions by Simon Glass · 2 years, 2 months ago
- 9229165 dm: core: Add the ofnode multi-tree implementation by Simon Glass · 2 years, 2 months ago
- 41b65d6 dm: core: Add definitions for multiple ofnode trees by Simon Glass · 2 years, 2 months ago
- b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 2 months ago
- 2187cb7 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · 2 years, 2 months ago
- 928d267 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 2 months ago
- 085d594 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 2 months ago
- a3f50d0 dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · 2 years, 2 months ago
- ee88ba7 dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 2 months ago
- 66d0d0c dm: core: Expand integer-reading tests by Simon Glass · 2 years, 2 months ago
- 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 2 months ago
- 52ad21a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 2 months ago
- f46ec93 dm: core: Avoid creating a name property when unflattening by Simon Glass · 2 years, 2 months ago
- 9243224 dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 2 months ago
- 4b1f571 dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 2 months ago
- 1701359 dm: core: Reduce code size with dev_of_offset() by Simon Glass · 2 years, 2 months ago
- 9830698 dm: core: Drop the const from ofnode by Simon Glass · 2 years, 2 months ago
- ffe9039 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 2 months ago
- 5ecba3b dm: core: Document the livetree structures properly by Simon Glass · 2 years, 2 months ago
- 829d512 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · 2 years, 2 months ago
- b471bdc dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 55f7990 dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 3 months ago
- 39e42be dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 3 months ago
- be0789a dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 3 months ago
- 3310484 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 3 months ago
- 72b338a dm: core: Add a note about how livetree updates work by Simon Glass · 2 years, 3 months ago
- 5063ced dm: core: Split out the declaration of ofnode by Simon Glass · 2 years, 3 months ago
- a1de103 pinctrl: Add third argument label for pinctrl_gpio_request() function by Pali Rohár · 2 years, 4 months ago
- 92c4a95 pinctrl: Add new function pinctrl_generic_set_state_prefix() by Pali Rohár · 2 years, 4 months ago
- 9ff4ce8 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 4 months ago
- a457ebd arm: Remove PXA architecture support by Tom Rini · 2 years, 5 months ago
- 2cb4ddb dm: core: Add a command to show driver model statistics by Simon Glass · 2 years, 6 months ago
- 0dfda34 dm: core: Add a way to collect memory usage by Simon Glass · 2 years, 6 months ago
- 930a3dd dm: core: Support accessing core tags by Simon Glass · 2 years, 6 months ago
- 53c20be dm: core: Switch the testbus driver to use a new struct by Simon Glass · 2 years, 6 months ago
- 1452870 dm: core: Rename dm_dump_all() by Simon Glass · 2 years, 6 months ago
- 8b52f23 dm: core: Provide fallbacks for ofnode_conf_read_... by Sean Anderson · 2 years, 8 months ago
- 3f807c6 fuzzing_engine: Add fuzzing engine uclass by Andrew Scull · 2 years, 6 months ago
- 3135ba6 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 6 months ago
- 9cc32bf dm: core: Add DM_FLAG_PROBE_AFTER_BIND flag by Marek Vasut · 2 years, 7 months ago
- 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 7 months ago
- a950d31 bootstd: Add the bootmeth uclass and helpers by Simon Glass · 2 years, 7 months ago
- 201417d bootstd: Add the bootdev uclass by Simon Glass · 2 years, 7 months ago
- ef5e389 bootstd: Add the bootstd uclass and core implementation by Simon Glass · 2 years, 7 months ago
- 4e0710a dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 7 months ago
- 6aa4fe3 dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 7 months ago
- 43855fd dm: disk: add UCLASS_PARTITION by AKASHI Takahiro · 2 years, 7 months ago
- cdd73e7 dm: core: Deal with a wrinkle with linker lists by Simon Glass · 2 years, 8 months ago
- 092d5c2 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 8 months ago
- 7f418ea Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 7 months ago
- ffb0f6f treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 7 months ago
- 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 7 months ago
- f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 7 months ago
- 6b7a621 dm: add tag support by AKASHI Takahiro · 2 years, 8 months ago
- e86b6f7 dm: core: Tidy up comments in uclass headers by Simon Glass · 2 years, 9 months ago
- bb36b9a dm: core: Add a required struct declaration by Simon Glass · 2 years, 9 months ago
- d23f290 dm: fix function documentation in include/dm/ofnode.h by Heinrich Schuchardt · 2 years, 8 months ago
- 297e6eb 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
- e19b8dd pinctrl: Increase length of pinmux status buffer by Ashok Reddy Soma · 2 years, 9 months ago
- 5b896ed event: Add events for device probe/remove by Simon Glass · 2 years, 8 months ago
- db681d4 net: phy: Add new read ethernet phy id function by Michal Simek · 2 years, 9 months ago
- 4173a42 dm: pinctrl: Use explicit values for enums by Ashok Reddy Soma · 2 years, 9 months ago
- 82ee8bf dm: Use parenthesis for the device_get_ops macro argument by Sughosh Ganu · 2 years, 10 months ago
- 2d7c738 acpi: Collect tables in the acpi_item list by Simon Glass · 3 years ago
- eacb6d0 x86: Move DSDT table to a writer function by Simon Glass · 3 years ago
- a53d38f x86: Move FACS table to a writer function by Simon Glass · 3 years ago
- 94ba15a x86: Move base tables to a writer function by Simon Glass · 3 years ago
- cc1f8c3 x86: acpi: Split out context creation from base tables by Simon Glass · 3 years ago
- 6afa63a acpi: Add a linker list for ACPI tables by Simon Glass · 3 years ago
- fb746fd acpi: Add a table start by Simon Glass · 3 years ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 5ebb527 doc: add include/dm/fdtaddr.h to the HTML documentation by Patrick Delaunay · 2 years, 10 months ago
- be74f71 doc: add include/dm/of*.h to the HTML documentation by Patrick Delaunay · 2 years, 10 months ago
- 6de6a61 doc: add include/dm/read.h to the HTML documentation by Patrick Delaunay · 2 years, 10 months ago
- 494bc8e doc: add include/dm/devres.h to the HTML documentation by Patrick Delaunay · 2 years, 10 months ago
- 9fb1c77 doc: add include/dm/device.h to the HTML documentation by Patrick Delaunay · 2 years, 10 months ago
- ca4ca43 doc: add include/dm/platdata.h to the HTML documentation by Patrick Delaunay · 2 years, 10 months ago
- cbb14ac doc: add include/dm/lists.h to the HTML documentation by Patrick Delaunay · 2 years, 10 months ago
- 0cdd7de doc: add include/dm/root.h to the HTML documentation by Patrick Delaunay · 2 years, 10 months ago
- 797b2a2 doc: add include/dm/uclass.h to the HTML documentation by Patrick Delaunay · 2 years, 10 months ago