- ec1add1 dm: core: Inline a few ofnode functions in SPL by Simon Glass · 4 years, 1 month ago
- 7f20d1d dm: core: Drop seq and req_seq by Simon Glass · 4 years, 1 month ago
- 36c03d1 cmd: Drop use of old sequence numbers in commands by Simon Glass · 4 years, 1 month ago
- a133e21 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 4 years, 1 month ago
- 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years, 1 month ago
- b5b1155 dm: Drop uclass_resolve_seq() by Simon Glass · 4 years, 1 month ago
- 981426e dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years, 1 month ago
- 15a1196 dm: core: Allow manual sequence numbering by Simon Glass · 4 years, 1 month ago
- 4153e3a dm: Fix return value in dev_read_alias_seq() by Simon Glass · 4 years, 1 month ago
- ba0e7da dm: core: Switch binding to use new sequence numbers by Simon Glass · 4 years, 1 month ago
- cd53e5b dm: core: Add a new sequence number for devices by Simon Glass · 4 years, 1 month ago
- d03adb4 dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · 4 years, 1 month ago
- 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years, 1 month ago
- 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years, 2 months ago
- d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years, 2 months ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years, 2 months ago
- 4f50086 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · 4 years, 2 months ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years, 2 months ago
- 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years, 2 months ago
- 8ee05b5 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years, 2 months ago
- 725e4fc dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years, 2 months ago
- 2ebea5e dm: core: Combine the flattree and livetree binding code by Simon Glass · 4 years, 2 months ago
- d0c20ce dm: core: Add an ofnode function to get the devicetree root by Simon Glass · 4 years, 2 months ago
- e80be74 dm: core: Drop device_bind_offset() by Simon Glass · 4 years, 2 months ago
- 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 4 years, 2 months ago
- 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years, 2 months ago
- e12052b dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years, 2 months ago
- 18434ae acpi: Don't reset the tables with every new generation by Simon Glass · 4 years, 3 months ago
- 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 3 months ago
- 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 4 months ago
- 9e948b9 dm: core: Convert #ifdef to if() in root.c by Simon Glass · 4 years, 4 months ago
- e41651f dm: Support parent devices with of-platdata by Simon Glass · 4 years, 4 months ago
- a294ead dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 4 months ago
- 36af37b dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 4 months ago
- abb9cd3 dm: core: Allow dm_warn() to be used in SPL by Simon Glass · 4 years, 4 months ago
- a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 4 months ago
- 305d318 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 6 months ago
- 28dc20f syscon: Drop the logging in syscon_get_by_driver_data() by Simon Glass · 4 years, 4 months ago
- 4d55155 dm: syscon: Set LOG_CATEGORY by Sean Anderson · 4 years, 4 months ago
- d472d82 Kconfig: Move BOUNCE_BUFFER under driver options by Simon Glass · 4 years, 4 months ago
- 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 4 months ago
- caebff0 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, 4 months ago
- 1c4db59 regmap: Add support for regmap fields by Jean-Jacques Hiblot · 4 years, 4 months ago
- d8babb9 regmap: Allow devices to specify regmap range start and size in config by Pratyush Yadav · 4 years, 4 months ago
- 0e01a7c regmap: Add regmap_init_mem_range() by Pratyush Yadav · 4 years, 4 months ago
- 7aa5ddf regmap: Allow left shifting register offset before access by Pratyush Yadav · 4 years, 4 months ago
- 78aaedb regmap: Allow specifying read/write width by Pratyush Yadav · 4 years, 4 months ago
- 97d8a69 regmap: zero out the regmap on allocation by Pratyush Yadav · 4 years, 4 months ago
- ffb22f6 regmap: Add devm_regmap_init() by Jean-Jacques Hiblot · 4 years, 4 months ago
- 46df2f8 dm: syscon: Fix calling dev_dbg with an uninitialized device by Sean Anderson · 4 years, 4 months ago
- 9b3e6d4 x86: acpi: Add common Intel ACPI tables by Simon Glass · 4 years, 4 months ago
- 01d89e3 dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args by Patrick Delaunay · 4 years, 4 months ago
- 36da81e dm: syscon: typo alerady by Heinrich Schuchardt · 4 years, 5 months ago
- cfecbaf dm: core: add support for device re-parenting by Claudiu Beznea · 4 years, 4 months ago
- 68f81b8 dm: core: Add API to read PCI bus-range property by Stefan Roese · 4 years, 6 months ago
- 3fe69d3 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 6 months ago
- ae6b33d dm: fix ofnode_read_addr/size_cells() by Heinrich Schuchardt · 4 years, 6 months ago
- 6d65ac3 dm: core Fix long line in device_bind_common() by Simon Glass · 4 years, 6 months ago
- 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 6 months ago
- 5d9dc91 dm: core Fix long line in device_bind_common() by Simon Glass · 4 years, 6 months ago
- d2ee543 dm: core: Don't show an ACPI warning if there is no ordering by Simon Glass · 4 years, 6 months ago
- d40d2c5 acpi: Enable ACPI table generation by default on x86 by Simon Glass · 4 years, 6 months ago
- b4e8433 dm: acpi: Add support for the NHLT table by Simon Glass · 4 years, 7 months ago
- f185895 dm: core: Add a way of overriding the ACPI device path by Simon Glass · 4 years, 7 months ago
- a4f8208 acpi: Add an acpi command to list/dump generated ACPI items by Simon Glass · 4 years, 7 months ago
- fefac0b dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 7 months ago
- 0169458 acpi: Add support for DSDT generation by Simon Glass · 4 years, 7 months ago
- 0f7b111 acpi: Support ordering SSDT data by device by Simon Glass · 4 years, 7 months ago
- 64ba6f4 acpi: Record the items added to SSDT by Simon Glass · 4 years, 7 months ago
- b518317 acpi: Add support for SSDT generation by Simon Glass · 4 years, 7 months ago
- 4b724a1 dm: core: Add an ACPI name for the root node by Simon Glass · 4 years, 7 months ago
- fed0f89 core: extend struct driver_info to point to device by Walter Lozano · 4 years, 7 months ago
- 908d024 core: drop const for struct driver_info by Walter Lozano · 4 years, 7 months ago
- e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 7 months ago
- 2e48836 cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · 4 years, 10 months ago
- 082faeb dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 7 months ago
- 4a3390f dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 7 months ago
- 45224e8 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 6 years ago
- be1a6e9 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 8 months ago
- b59889b regmap: Check for out-of-range offsets before mapping them by Pratyush Yadav · 4 years, 8 months ago
- 979afd1 dm: core: Reorder include files in read.c by Stefan Roese · 4 years, 9 months ago
- eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 8 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 8 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 8 months ago
- 89b84b8 dm: core: Add function to get child count of ofnode or device by Chunfeng Yun · 4 years, 9 months ago
- 93f7f82 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 9 months ago
- ce891fca dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · 5 years ago
- f51b4bc Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 9 months ago
- b0dcc87 dm: core: Read parent ofdata before children by Simon Glass · 4 years, 10 months ago
- 5c9c9bc dm: core: remove the duplicated function dm_ofnode_pre_reloc by Patrick Delaunay · 4 years, 10 months ago
- 5900660 dm: core: refactor functions reading an u32 from dt by Dario Binacchi · 4 years, 10 months ago
- 4bb7075 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 10 months ago
- ced1080 dm: core: Add a way to skip powering down power domains by Simon Glass · 4 years, 10 months ago
- 8474da9 dm: core: Add logging on unbind failure by Simon Glass · 4 years, 10 months ago
- 0544ecb dm: core: Move "/chosen" and "/firmware" node scan by Patrick Delaunay · 5 years ago
- 67817b3 dm: core: remove redundant assignment by Heinrich Schuchardt · 5 years ago
- f93a07d dm: core: remove redundant if statement by Heinrich Schuchardt · 5 years ago
- 7ca2850 dm: core: Add basic ACPI support by Simon Glass · 4 years, 10 months ago
- 28888ca dm: dump.c: Refactor dm_dump_drivers prints by Ovidiu Panait · 4 years, 10 months ago
- 02197fa dm: dump.c: Fix segfault when entry->of_match is NULL by Ovidiu Panait · 4 years, 10 months ago