aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún
2022-04-10treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún
2022-03-16Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass
2022-03-10event: Add events for device probe/removeSimon Glass
2022-03-09net: phy: Add new read ethernet phy id functionMichal Simek
2022-01-25acpi: Tidy up the item listSimon Glass
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass
2022-01-25acpi: Add a table startSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-13dm: core: Switch order of pinctrl and power domain callsMichal Simek
2022-01-13drivers/core/of_addr.c: Fix spelling of "shouldn't".Vagrant Cascadian
2021-12-23dm: core: Allow getting some basic statsSimon Glass
2021-12-02drivers: core: lists: fix for loop index typeAlexander Preißner
2021-12-01dm: add debug message when failed to select the default pinctrlPatrick Delaunay
2021-11-28dm: core: Add a way to count the devices in a uclassSimon Glass
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass
2021-11-28dm: core: Add a way to obtain a string listSimon Glass
2021-11-28dm: core: Fix up string-function documentationSimon Glass
2021-11-28dm: core: Fix handling of uclass pre_unbind methodSimon Glass
2021-11-23net: introduce a helper to determine whether to use in-band autonegVladimir Oltean
2021-10-31iommu: Add IOMMU uclassMark Kettenis
2021-10-20dm: core: Add a new API devfdt_get_addr_index_ptr()Bin Meng
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-08-08dm: core: Don't allow uclass use before readySimon Glass
2021-08-08dm: migrate the dm_warn to use the log macroPatrick Delaunay
2021-08-05pci: dm: core: Drop DM_PCI check from devfdt_get_addr_pci()Simon Glass
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-07-28Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass
2021-07-27dm: core: Add helper to compare node namesKishon Vijay Abraham I
2021-07-21dm: core: fix no null pointer detection in ofnode_get_addr_size_index()Chen Guanqiao
2021-07-21dm: Support lzma in the flashmapSimon Glass
2021-07-21dm: core: Add logging for DM_SEQ_ALIASSimon Glass
2021-07-15dm: core: Check uclass_get() return value when dumpingSimon Glass
2021-07-15reset: Avoid a warning in devm_regmap_init()Simon Glass
2021-07-06remove struct uclass_driver::opsRasmus Villemoes
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-06-24dm: core: add ofnode_get_path()Marek Behún
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún
2021-06-17clk: Allow force setting clock defaults before relocationSean Anderson
2021-06-05of: addr: Remove call to dev_count_cells() in of_get_address()Bin Meng
2021-06-05of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Bin Meng
2021-05-24regmap: fix a serious pointer casting bugMarek Behún