summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2022-01-25acpi: Tidy up the item listSimon Glass1-4/+20
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass1-11/+32
2022-01-25acpi: Add a table startSimon Glass1-3/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt7-8/+8
2022-01-13dm: core: Switch order of pinctrl and power domain callsMichal Simek1-8/+8
2022-01-13drivers/core/of_addr.c: Fix spelling of "shouldn't".Vagrant Cascadian1-1/+1
2021-12-23dm: core: Allow getting some basic statsSimon Glass3-0/+31
2021-12-02drivers: core: lists: fix for loop index typeAlexander Preißner1-1/+1
2021-12-01dm: add debug message when failed to select the default pinctrlPatrick Delaunay1-4/+12
2021-11-29dm: core: Add a way to count the devices in a uclassSimon Glass1-0/+12
2021-11-29dm: core: Allow finding children / uclasses by partial nameSimon Glass2-5/+17
2021-11-29dm: core: Add a way to obtain a string listSimon Glass2-0/+32
2021-11-29dm: core: Fix up string-function documentationSimon Glass1-1/+2
2021-11-29dm: core: Fix handling of uclass pre_unbind methodSimon Glass2-5/+12
2021-11-23net: introduce a helper to determine whether to use in-band autonegVladimir Oltean1-0/+12
2021-10-31iommu: Add IOMMU uclassMark Kettenis1-0/+8
2021-10-20dm: core: Add a new API devfdt_get_addr_index_ptr()Bin Meng1-3/+8
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini3-3/+5
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard3-3/+5
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass3-3/+3
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass5-7/+7
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-0/+33
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-4/+0
2021-08-08dm: core: Don't allow uclass use before readySimon Glass1-0/+3
2021-08-08dm: migrate the dm_warn to use the log macroPatrick Delaunay1-11/+0
2021-08-05pci: dm: core: Drop DM_PCI check from devfdt_get_addr_pci()Simon Glass1-2/+1
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+13
2021-07-28Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass1-0/+1
2021-07-27dm: core: Add helper to compare node namesKishon Vijay Abraham I1-0/+13
2021-07-21dm: core: fix no null pointer detection in ofnode_get_addr_size_index()Chen Guanqiao1-3/+3
2021-07-21dm: Support lzma in the flashmapSimon Glass1-0/+2
2021-07-21dm: core: Add logging for DM_SEQ_ALIASSimon Glass1-1/+3
2021-07-16dm: core: Check uclass_get() return value when dumpingSimon Glass1-3/+4
2021-07-16reset: Avoid a warning in devm_regmap_init()Simon Glass1-0/+1
2021-07-06remove struct uclass_driver::opsRasmus Villemoes1-3/+0
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay2-0/+4
2021-06-24dm: core: add ofnode_get_path()Marek Behún1-0/+25
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún1-3/+16
2021-06-17clk: Allow force setting clock defaults before relocationSean Anderson1-1/+1
2021-06-05of: addr: Remove call to dev_count_cells() in of_get_address()Bin Meng1-6/+0
2021-06-05of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Bin Meng1-1/+5
2021-05-24regmap: fix a serious pointer casting bugMarek Behún1-2/+57
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi5-24/+13
2021-04-29dm: core: Add size operations on device tree referencesChen Guanqiao1-0/+11
2021-04-29dm: core: Fix uninitialized return value from dm_scan_fdt_nodeSean Anderson1-1/+1
2021-04-15test: dm: Add a test case for simple-bus <ranges>Bin Meng1-0/+1
2021-04-15dm: core: Correctly read <ranges> of simple-busBin Meng2-7/+38
2021-04-15of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng1-0/+23
2021-04-06simple-pm-bus: Use -ENOSYS for checking missing system callSimon Glass1-2/+2
2021-04-06dm: core: Use -ENOSPC in acpi_get_path()Simon Glass1-1/+1