summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-04-12include/linux/byteorder: fix cpu_to_be32_array()Heinrich Schuchardt
2022-04-12crypto/fsl: i.MX8: Enable Job ring driver model.Gaurav Jain
2022-04-11linux/mtd/mtd.h: Add <dm/ofnode.h>Tom Rini
2022-04-11mtd: Add flash_node in struct mtd_infoPatrice Chotard
2022-04-11lib: rsa: Fix const-correctness of rsassa_pss functionsSESA644425
2022-04-11malloc: Annotate allocator for valgrindSean Anderson
2022-04-11Add valgrind headers to U-BootSean Anderson
2022-04-10Merge tag 'efi-2022-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-04-10phy: adin: add driver for Analog Devices ADIN1300 PHYNate Drude
2022-04-10net: phy: don't require PHY interface mode during PHY creationMarek Behún
2022-04-10net: phy: use ->is_c45 instead of is_10g_interface()Marek Behún
2022-04-10phy: Move PHY_INTERFACE_MODE_NA to the beginning of the enum definitionMarek Behún
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: mdio-uclass: add wrappers for read/write/reset operationsMarek Behún
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún
2022-04-09dm: add tag supportAKASHI Takahiro
2022-04-08gpio: Add gpio_request_by_line_name()Andrew Jeffery
2022-04-08arm: fsl-layerscape: Migrate more DP-DDR options to KconfigTom Rini
2022-04-08siemens-am33x-common: Drop CONFIG_DMA_COHERENT*Tom Rini
2022-04-08m53menlo: Drop CONFIG_DISCOVER_PHYTom Rini
2022-04-08Convert CONFIG_FSL_QIXIS et al to KconfigTom Rini
2022-04-08Convert CONFIG_DIMM_SLOTS_PER_CTLR to KconfigTom Rini
2022-04-08galileo: Remove CONFIG_DESIGNWARE_ETH referenceTom Rini
2022-04-08powerpc: mpc83xx: Migrate DEFAULT_IMMR to KconfigTom Rini
2022-04-08microblaze: Migrate DCACHE/ICACHE to KconfigTom Rini
2022-04-08tegra: Drop CONFIG_CHROMEOS_EXTRA_ENV_SETTINGSTom Rini
2022-04-08controlcenterdc: Migrate CUSTOMER_BOARD_SUPPORT to KconfigTom Rini
2022-04-08spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to KconfigTom Rini
2022-04-08Convert CONFIG_SH_SCIF_CLK_FREQ to KconfigTom Rini
2022-04-08Convert CONFIG_CONS_SCIF0 et al to KconfigTom Rini
2022-04-08at91: Remove unused LED codeTom Rini
2022-04-08stm32f429-discovery: Migrate CONFIG_*_LED out of CONFIG namespaceTom Rini
2022-04-08corvus: Migrate CONFIG_*_LED out of CONFIG namespaceTom Rini
2022-04-08MPC837XERDB: Stop using CONFIG_RAMDISKFILETom Rini
2022-04-08s5p_goni, smdkc100: Move some environment settings out of CONFIGTom Rini
2022-04-08arm: integrator: Migrate platform-specific options and cleanup armcoremodule.hTom Rini
2022-04-08Convert CONFIG_CMDLINE_PS_SUPPORT to KconfigTom Rini
2022-04-08tegra: Migrate CI_UDC_HAS_HOSTPC to KconfigTom Rini
2022-04-08Convert CONFIG_BOARD_SIZE_LIMIT to KconfigTom Rini
2022-04-07env: fat: Allow overriding interface, device and partitionHe Yong
2022-04-06dm: blk: Expand iteration and add testsSimon Glass
2022-04-06dm: core: Tidy up comments in uclass headersSimon Glass
2022-04-06dm: core: Add a required struct declarationSimon Glass
2022-04-06stdint: Add a definition of UINT8_MAXSimon Glass
2022-04-06cros_ec: Complete the comment for cros_ec_read_batt_charge()Simon Glass
2022-04-06cbfs: Add some more definititionsSimon Glass
2022-04-06errno: Avoid including strings in SPLSimon Glass
2022-04-06dm: fix function documentation in include/dm/ofnode.hHeinrich Schuchardt