| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: core: Allow getting some basic stats | Simon Glass | 2021-12-23 | 3 | -0/+31 |
* | drivers: core: lists: fix for loop index type | Alexander Preißner | 2021-12-02 | 1 | -1/+1 |
* | dm: add debug message when failed to select the default pinctrl | Patrick Delaunay | 2021-12-01 | 1 | -4/+12 |
* | dm: core: Add a way to count the devices in a uclass | Simon Glass | 2021-11-28 | 1 | -0/+12 |
* | dm: core: Allow finding children / uclasses by partial name | Simon Glass | 2021-11-28 | 2 | -5/+17 |
* | dm: core: Add a way to obtain a string list | Simon Glass | 2021-11-28 | 2 | -0/+32 |
* | dm: core: Fix up string-function documentation | Simon Glass | 2021-11-28 | 1 | -1/+2 |
* | dm: core: Fix handling of uclass pre_unbind method | Simon Glass | 2021-11-28 | 2 | -5/+12 |
* | net: introduce a helper to determine whether to use in-band autoneg | Vladimir Oltean | 2021-11-23 | 1 | -0/+12 |
* | iommu: Add IOMMU uclass | Mark Kettenis | 2021-10-31 | 1 | -0/+8 |
* | dm: core: Add a new API devfdt_get_addr_index_ptr() | Bin Meng | 2021-10-20 | 1 | -3/+8 |
* | Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians... | Tom Rini | 2021-10-12 | 3 | -3/+5 |
|\ |
|
| * | cmd: bind: Fix driver binding on a device | Patrice Chotard | 2021-10-12 | 3 | -3/+5 |
* | | treewide: Use OF_REAL instead of !OF_PLATDATA | Simon Glass | 2021-09-25 | 3 | -3/+3 |
* | | treewide: Simply conditions with the new OF_REAL | Simon Glass | 2021-09-25 | 5 | -7/+7 |
* | | treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... | Simon Glass | 2021-09-25 | 1 | -0/+33 |
* | | Kconfig: Remove all default n/no options | Michal Simek | 2021-08-31 | 1 | -4/+0 |
|/ |
|
* | dm: core: Don't allow uclass use before ready | Simon Glass | 2021-08-08 | 1 | -0/+3 |
* | dm: migrate the dm_warn to use the log macro | Patrick Delaunay | 2021-08-08 | 1 | -11/+0 |
* | pci: dm: core: Drop DM_PCI check from devfdt_get_addr_pci() | Simon Glass | 2021-08-05 | 1 | -2/+1 |
* | Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo... | Tom Rini | 2021-07-29 | 1 | -0/+13 |
|\ |
|
| * | dm: core: Add helper to compare node names | Kishon Vijay Abraham I | 2021-07-27 | 1 | -0/+13 |
* | | Use LIB_UUID with ACPIGEN and FS_BTRFS | Simon Glass | 2021-07-28 | 1 | -0/+1 |
|/ |
|
* | dm: core: fix no null pointer detection in ofnode_get_addr_size_index() | Chen Guanqiao | 2021-07-21 | 1 | -3/+3 |
* | dm: Support lzma in the flashmap | Simon Glass | 2021-07-21 | 1 | -0/+2 |
* | dm: core: Add logging for DM_SEQ_ALIAS | Simon Glass | 2021-07-21 | 1 | -1/+3 |
* | dm: core: Check uclass_get() return value when dumping | Simon Glass | 2021-07-15 | 1 | -3/+4 |
* | reset: Avoid a warning in devm_regmap_init() | Simon Glass | 2021-07-15 | 1 | -0/+1 |
* | remove struct uclass_driver::ops | Rasmus Villemoes | 2021-07-06 | 1 | -3/+0 |
* | dm: define LOG_CATEGORY for all uclass | Patrick Delaunay | 2021-07-06 | 2 | -0/+4 |
* | dm: core: add ofnode_get_path() | Marek Behún | 2021-06-24 | 1 | -0/+25 |
* | dm: core: add non-translating version of ofnode_get_addr_size_index() | Marek Behún | 2021-06-24 | 1 | -3/+16 |
* | clk: Allow force setting clock defaults before relocation | Sean Anderson | 2021-06-17 | 1 | -1/+1 |
* | of: addr: Remove call to dev_count_cells() in of_get_address() | Bin Meng | 2021-06-05 | 1 | -6/+0 |
* | of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges' | Bin Meng | 2021-06-05 | 1 | -1/+5 |
* | regmap: fix a serious pointer casting bug | Marek Behún | 2021-05-24 | 1 | -2/+57 |
* | Revert "fdt: translate address if #size-cells = <0>" | Dario Binacchi | 2021-05-12 | 5 | -24/+13 |
* | dm: core: Add size operations on device tree references | Chen Guanqiao | 2021-04-29 | 1 | -0/+11 |
* | dm: core: Fix uninitialized return value from dm_scan_fdt_node | Sean Anderson | 2021-04-29 | 1 | -1/+1 |
* | test: dm: Add a test case for simple-bus <ranges> | Bin Meng | 2021-04-15 | 1 | -0/+1 |
* | dm: core: Correctly read <ranges> of simple-bus | Bin Meng | 2021-04-15 | 2 | -7/+38 |
* | of: extra: Introduce ofnode_phy_is_fixed_link() API | Bin Meng | 2021-04-15 | 1 | -0/+23 |
* | simple-pm-bus: Use -ENOSYS for checking missing system call | Simon Glass | 2021-04-06 | 1 | -2/+2 |
* | dm: core: Use -ENOSPC in acpi_get_path() | Simon Glass | 2021-04-06 | 1 | -1/+1 |
* | dm: core: Use separate priv/plat data region | Simon Glass | 2021-03-26 | 2 | -6/+15 |
* | dm: core: Allow storing priv/plat data separately | Simon Glass | 2021-03-26 | 1 | -0/+12 |
* | dm: core: Move flags to device-runtime info | Simon Glass | 2021-03-26 | 1 | -0/+33 |
* | dm: core: Create a struct for device runtime info | Simon Glass | 2021-03-26 | 1 | -1/+13 |
* | dm: Rename device_get_by_driver_info_idx() | Simon Glass | 2021-03-26 | 1 | -3/+10 |
* | dm: core: Drop uclass_find_device_by_phandle() with of-platdata | Simon Glass | 2021-03-26 | 1 | -1/+1 |