summaryrefslogtreecommitdiff
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Allow getting some basic statsSimon Glass2021-12-233-0/+31
* drivers: core: lists: fix for loop index typeAlexander Preißner2021-12-021-1/+1
* dm: add debug message when failed to select the default pinctrlPatrick Delaunay2021-12-011-4/+12
* dm: core: Add a way to count the devices in a uclassSimon Glass2021-11-281-0/+12
* dm: core: Allow finding children / uclasses by partial nameSimon Glass2021-11-282-5/+17
* dm: core: Add a way to obtain a string listSimon Glass2021-11-282-0/+32
* dm: core: Fix up string-function documentationSimon Glass2021-11-281-1/+2
* dm: core: Fix handling of uclass pre_unbind methodSimon Glass2021-11-282-5/+12
* net: introduce a helper to determine whether to use in-band autonegVladimir Oltean2021-11-231-0/+12
* iommu: Add IOMMU uclassMark Kettenis2021-10-311-0/+8
* dm: core: Add a new API devfdt_get_addr_index_ptr()Bin Meng2021-10-201-3/+8
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-123-3/+5
|\
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-123-3/+5
* | treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-253-3/+3
* | treewide: Simply conditions with the new OF_REALSimon Glass2021-09-255-7/+7
* | treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-0/+33
* | Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-4/+0
|/
* dm: core: Don't allow uclass use before readySimon Glass2021-08-081-0/+3
* dm: migrate the dm_warn to use the log macroPatrick Delaunay2021-08-081-11/+0
* pci: dm: core: Drop DM_PCI check from devfdt_get_addr_pci()Simon Glass2021-08-051-2/+1
* Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-07-291-0/+13
|\
| * dm: core: Add helper to compare node namesKishon Vijay Abraham I2021-07-271-0/+13
* | Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass2021-07-281-0/+1
|/
* dm: core: fix no null pointer detection in ofnode_get_addr_size_index()Chen Guanqiao2021-07-211-3/+3
* dm: Support lzma in the flashmapSimon Glass2021-07-211-0/+2
* dm: core: Add logging for DM_SEQ_ALIASSimon Glass2021-07-211-1/+3
* dm: core: Check uclass_get() return value when dumpingSimon Glass2021-07-151-3/+4
* reset: Avoid a warning in devm_regmap_init()Simon Glass2021-07-151-0/+1
* remove struct uclass_driver::opsRasmus Villemoes2021-07-061-3/+0
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-062-0/+4
* dm: core: add ofnode_get_path()Marek Behún2021-06-241-0/+25
* dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún2021-06-241-3/+16
* clk: Allow force setting clock defaults before relocationSean Anderson2021-06-171-1/+1
* of: addr: Remove call to dev_count_cells() in of_get_address()Bin Meng2021-06-051-6/+0
* of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Bin Meng2021-06-051-1/+5
* regmap: fix a serious pointer casting bugMarek Behún2021-05-241-2/+57
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-125-24/+13
* dm: core: Add size operations on device tree referencesChen Guanqiao2021-04-291-0/+11
* dm: core: Fix uninitialized return value from dm_scan_fdt_nodeSean Anderson2021-04-291-1/+1
* test: dm: Add a test case for simple-bus <ranges>Bin Meng2021-04-151-0/+1
* dm: core: Correctly read <ranges> of simple-busBin Meng2021-04-152-7/+38
* of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng2021-04-151-0/+23
* simple-pm-bus: Use -ENOSYS for checking missing system callSimon Glass2021-04-061-2/+2
* dm: core: Use -ENOSPC in acpi_get_path()Simon Glass2021-04-061-1/+1
* dm: core: Use separate priv/plat data regionSimon Glass2021-03-262-6/+15
* dm: core: Allow storing priv/plat data separatelySimon Glass2021-03-261-0/+12
* dm: core: Move flags to device-runtime infoSimon Glass2021-03-261-0/+33
* dm: core: Create a struct for device runtime infoSimon Glass2021-03-261-1/+13
* dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-261-3/+10
* dm: core: Drop uclass_find_device_by_phandle() with of-platdataSimon Glass2021-03-261-1/+1