summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-11image: fit: Align hash output buffersSean Anderson
2022-04-11cmd: pxe_utils: sysboot: replace cls command by video_clear in PXE parserPatrick Delaunay
2022-04-11mtd: Update the way partitions are parsedPatrice Chotard
2022-04-11mtd: Add flash_node in struct mtd_infoPatrice Chotard
2022-04-11drivers: led: bcm6858: Set a default brightness when probing LEDsPaul HENRYS
2022-04-11spl: allow boot from first bootable partitionJérôme Carretero
2022-04-11lib/crypto: support sha384/sha512 in x509/pkcs7Dhananjay Phadke
2022-04-11led: led_pwm: Add a driver for LEDs connected to PWMIvan Vozvakhov
2022-04-11lib: rsa: Update function padding_pss_verify (any-salt)SESA644425
2022-04-11lib: rsa: Leverage existing data buffer instead of systematic copySESA644425
2022-04-11lib: rsa: Fix const-correctness of rsassa_pss functionsSESA644425
2022-04-11ARM: dts: k3-j721s2: Correct timer frequencyVignesh Raghavendra
2022-04-11Merge branch '2022-04-11-add-OP-TEE-rng'Tom Rini
2022-04-11configs: add support of OPTEE RNG in stm32mp15 defconfigPatrick Delaunay
2022-04-11tee: optee: bind rng optee driverPatrick Delaunay
2022-04-11rng: add OP-TEE based Random Number GeneratorPatrick Delaunay
2022-04-11Merge branch '2022-04-11-initial-valgrind-support'Tom Rini
2022-04-11doc: sandbox: Document how to run sandbox with valgrindSean Anderson
2022-04-11malloc: Annotate allocator for valgrindSean Anderson
2022-04-11Add valgrind headers to U-BootSean Anderson
2022-04-11Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQPeng Fan
2022-04-10Merge tag 'efi-2022-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-04-10Revert "env: Load env when ENV_IS_NOWHERE is only location selected"Marek Vasut
2022-04-10Merge branch '2022-04-08-gpio-updates'Tom Rini
2022-04-10phy: adin: add driver for Analog Devices ADIN1300 PHYNate Drude
2022-04-10net: eth-phy: prevent undesired de-assertion of phy-reset on requestTim Harvey
2022-04-10net: fec: prevent undesired de-assertion of phy-reset on requestTim Harvey
2022-04-10net: phy: don't require PHY interface mode during PHY creationMarek Behún
2022-04-10bcmgenet, sun8i_emac: Don't connect PHY two timesMarek Behún
2022-04-10net: phy: use ->is_c45 instead of is_10g_interface()Marek Behún
2022-04-10net: phy: xilinx: Check interface type in ->config(), not ->probe()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: phy: fix parsing wrong propertyMarek Behún
2022-04-10treewide: use dm_mdio_read/write/reset() wrappersMarek 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-10net: mdio-uclass: use ARRAY_SIZE()Marek Behún
2022-04-10net: mdio-uclass: fix type for phy_mode_str and phy_handle_strMarek Behún
2022-04-10net: phy: dp83867: Fix a never true comparisonHaolin Li
2022-04-10net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF nodeVladimir Oltean
2022-04-10net: phy: dp83867: avoid error in dp83867_of_init() when PHY has no OF nodeVladimir Oltean
2022-04-09dm: add tag supportAKASHI Takahiro
2022-04-09virtio: call device_probe() in scanningAKASHI Takahiro
2022-04-09block: ide: call device_probe() after scanningAKASHI Takahiro
2022-04-09sata: call device_probe() after scanningAKASHI Takahiro
2022-04-09nvme: call device_probe() after scanningAKASHI Takahiro
2022-04-09mmc: call device_probe() after scanningAKASHI Takahiro