aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2022-05-02vpl: Add Kconfig options for VPLSimon Glass2-2/+54
2022-04-28dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut1-1/+23
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini1-6/+14
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass1-3/+10
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass1-3/+4
2022-04-23dm: tag: change ENOSPC to ENOMEMAKASHI Takahiro1-2/+2
2022-04-18dm: core: Deal with a wrinkle with linker listsWIP/2022-04-18-dm-reducing-spl-memory-usageSimon Glass2-2/+9
2022-04-18dm: core: Allow devres to be disabled in SPLSimon Glass2-2/+2
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2-0/+54
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún1-2/+2
2022-04-10treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún1-1/+1
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2-0/+28
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún2-0/+26
2022-04-09dm: add tag supportAKASHI Takahiro3-1/+142
2022-03-16Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...WIP/16Mar2022-nextTom Rini1-0/+36
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-0/+5
2022-03-10event: Add events for device probe/removeSimon Glass3-0/+27
2022-03-09net: phy: Add new read ethernet phy id functionMichal Simek1-0/+36
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-28dm: core: Add a way to count the devices in a uclassSimon Glass1-0/+12
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass2-5/+17
2021-11-28dm: core: Add a way to obtain a string listSimon Glass2-0/+32
2021-11-28dm: core: Fix up string-function documentationSimon Glass1-1/+2
2021-11-28dm: 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-08-31Kconfig: 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...WIP/29Jul2021Tom 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