- b4c5211 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · 2 years, 11 months ago
- 7efcdfd net: use the same alias stem for ethernet as linux by Michael Walle · 3 years, 9 months ago
- da37ed3 test: add dm_test_read_resource by Patrick Delaunay · 3 years, 6 months ago
- f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 7 months ago
- df56e0b dtoc: Assign a sequence number to each node by Simon Glass · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 836cc9d dm: core: add a function to decode display timings by Dario Binacchi · 4 years ago
- b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · 4 years ago
- 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
- 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
- 4bf8972 test: Move some test drivers into their own file by Simon Glass · 4 years ago
- 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
- 38040a9 dm: core: Drop seq and req_seq by Simon Glass · 4 years ago
- 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
- 791a17f dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 4 years ago
- 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 4d71d60 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years ago
- 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years ago
- 8cd2801 test: dm: add test for phandle access functions by Patrick Delaunay · 4 years, 2 months ago
- 7387340 test: gpio: Add tests for the managed API by Jean-Jacques Hiblot · 4 years, 3 months ago
- 1b6773c test: dm: Add test case for devfdt_get_addr_ptr by Ovidiu Panait · 4 years, 4 months ago
- 974dccd dm: Rename DM test flags to make them more generic 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
- 6c2a871 test/dm: check if devices exist by Heinrich Schuchardt · 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
- 8ed6e11 test/dm: check if devices exist by Heinrich Schuchardt · 4 years, 4 months ago
- 7c41a22 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 6 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 28bdaa5 test: dm: update test for pins configuration in gpio by Patrick Delaunay · 4 years, 11 months ago
- 44c4789 dm: core: Read parent ofdata before children by Simon Glass · 4 years, 8 months ago
- 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 8 months ago
- 421e81e dm: test: add test case for dev_read_u64 function by Dario Binacchi · 4 years, 8 months ago
- c779e20 dm: core: Move "/chosen" and "/firmware" node scan by Patrick Delaunay · 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
- d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 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
- 0fe1537 dm: devres: Add a new OFDATA phase by Simon Glass · 5 years ago
- 204675c dm: test: Add a test driver for devres by Simon Glass · 5 years ago
- f677c6f dm: core: add support for getting register address and size by Sekhar Nori · 5 years ago
- 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · 5 years ago
- 4247cf4 dm: core: Add tests for dev_read_alias_highest_id() by Michal Simek · 6 years ago
- 6df01f9 dm: core: Add a function to read into a unsigned int by Simon Glass · 6 years ago
- a318115 dm: core: add functions to get/remap I/O addresses by name by Álvaro Fernández Rojas · 6 years ago
- a11341a dm: core: Add a few more specific child-finding functions by Simon Glass · 6 years ago
- dc3efdc dm: core: Export uclass_find_device_by_phandle() by Simon Glass · 6 years ago
- d9bad17 test: dm: core: Add test case for uclass driver's child_post_probe() by Bin Meng · 6 years ago
- d9d2478 test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag by Bin Meng · 6 years ago
- d6f6dc3 test: Add tests for dev_{enable, disable}_by_path by Mario Six · 6 years ago
- 058ef5b test: Add tests for DT-manipulation functions by Mario Six · 6 years ago
- c89d8b3 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 6 years ago
- 67036129 dm: core: add functions to get memory-mapped I/O addresses by Álvaro Fernández Rojas · 7 years ago
- 5ba71e5 test: dm: Fix wrong aliases property names by Eugeniu Rosca · 7 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 35616ef core: ofnode: Fix translation for #size-cells == 0 by Mario Six · 7 years ago
- a471b67 dm: core: parse chosen node by Rob Clark · 7 years ago
- 3ff83bc dm: core: Add uclass_first/next_device_check() by Simon Glass · 8 years ago
- 9c433fe dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · 8 years ago
- 70b66e7 dm: test: Disable the fdt_offset test with livetree by Simon Glass · 8 years ago
- dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
- 3a77be5 test: Generalize the unit test framework by Joe Hershberger · 10 years ago
- 5104b98 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
- 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
- ba75049 dm: core: Allocate platform data when binding a device by Simon Glass · 10 years ago
- 4071742 dm: Provide a function to scan child FDT nodes by Simon Glass · 10 years ago
- c1464ab dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
- db6f020 dm: Introduce device sequence numbering by Simon Glass · 10 years ago
- fef72b7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
- a7bb08a dm: Use an explicit expect value in core tests by Simon Glass · 10 years ago
- 767827a dm: Rename struct device_id to udevice_id by Simon Glass · 10 years ago
- b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
- b2c1cac dm: Add basic tests by Simon Glass · 11 years ago