summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-12include/linux/byteorder: fix cpu_to_be32_array()Heinrich Schuchardt1-2/+2
2022-04-12crypto/fsl: i.MX8: Enable Job ring driver model.Gaurav Jain1-7/+5
2022-04-12linux/mtd/mtd.h: Add <dm/ofnode.h>Tom Rini1-0/+1
2022-04-11mtd: Add flash_node in struct mtd_infoPatrice Chotard1-0/+1
2022-04-11lib: rsa: Fix const-correctness of rsassa_pss functionsSESA6444252-3/+3
2022-04-11malloc: Annotate allocator for valgrindSean Anderson1-0/+4
2022-04-11Add valgrind headers to U-BootSean Anderson2-0/+7357
2022-04-10Merge tag 'efi-2022-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-0/+114
2022-04-10phy: adin: add driver for Analog Devices ADIN1300 PHYNate Drude1-0/+1
2022-04-10net: phy: don't require PHY interface mode during PHY creationMarek Behún3-15/+11
2022-04-10net: phy: use ->is_c45 instead of is_10g_interface()Marek Behún1-12/+0
2022-04-10phy: Move PHY_INTERFACE_MODE_NA to the beginning of the enum definitionMarek Behún1-3/+2
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún5-8/+8
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ún3-8/+30
2022-04-10net: mdio-uclass: add wrappers for read/write/reset operationsMarek Behún1-0/+31
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún2-0/+33
2022-04-09dm: add tag supportAKASHI Takahiro2-0/+114
2022-04-08gpio: Add gpio_request_by_line_name()Andrew Jeffery1-0/+19
2022-04-08arm: fsl-layerscape: Migrate more DP-DDR options to KconfigTom Rini1-10/+0
2022-04-08siemens-am33x-common: Drop CONFIG_DMA_COHERENT*Tom Rini1-3/+0
2022-04-08m53menlo: Drop CONFIG_DISCOVER_PHYTom Rini1-1/+0
2022-04-08Convert CONFIG_FSL_QIXIS et al to KconfigTom Rini12-41/+0
2022-04-08Convert CONFIG_DIMM_SLOTS_PER_CTLR to KconfigTom Rini33-49/+0
2022-04-08galileo: Remove CONFIG_DESIGNWARE_ETH referenceTom Rini1-1/+0
2022-04-08powerpc: mpc83xx: Migrate DEFAULT_IMMR to KconfigTom Rini1-4/+0
2022-04-08microblaze: Migrate DCACHE/ICACHE to KconfigTom Rini1-3/+0
2022-04-08tegra: Drop CONFIG_CHROMEOS_EXTRA_ENV_SETTINGSTom Rini1-6/+1
2022-04-08controlcenterdc: Migrate CUSTOMER_BOARD_SUPPORT to KconfigTom Rini1-5/+0
2022-04-08spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to KconfigTom Rini6-28/+0
2022-04-08Convert CONFIG_SH_SCIF_CLK_FREQ to KconfigTom Rini10-28/+0
2022-04-08Convert CONFIG_CONS_SCIF0 et al to KconfigTom Rini11-11/+0
2022-04-08at91: Remove unused LED codeTom Rini1-4/+0
2022-04-08stm32f429-discovery: Migrate CONFIG_*_LED out of CONFIG namespaceTom Rini1-3/+0
2022-04-08corvus: Migrate CONFIG_*_LED out of CONFIG namespaceTom Rini1-4/+0
2022-04-08MPC837XERDB: Stop using CONFIG_RAMDISKFILETom Rini1-2/+1
2022-04-08s5p_goni, smdkc100: Move some environment settings out of CONFIGTom Rini2-27/+20
2022-04-08arm: integrator: Migrate platform-specific options and cleanup armcoremodule.hTom Rini3-72/+0
2022-04-08Convert CONFIG_CMDLINE_PS_SUPPORT to KconfigTom Rini1-3/+0
2022-04-08tegra: Migrate CI_UDC_HAS_HOSTPC to KconfigTom Rini15-32/+0
2022-04-08Convert CONFIG_BOARD_SIZE_LIMIT to KconfigTom Rini21-141/+0
2022-04-07env: fat: Allow overriding interface, device and partitionHe Yong1-0/+20
2022-04-06dm: blk: Expand iteration and add testsSimon Glass1-0/+45
2022-04-06dm: core: Tidy up comments in uclass headersSimon Glass2-16/+15
2022-04-06dm: core: Add a required struct declarationSimon Glass1-0/+1
2022-04-06stdint: Add a definition of UINT8_MAXSimon Glass1-0/+7
2022-04-06cros_ec: Complete the comment for cros_ec_read_batt_charge()Simon Glass1-0/+1
2022-04-06cbfs: Add some more definititionsSimon Glass1-0/+43
2022-04-06errno: Avoid including strings in SPLSimon Glass1-1/+1
2022-04-06dm: fix function documentation in include/dm/ofnode.hHeinrich Schuchardt1-4/+4