summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-18rockchip: rk3066: add core supportJohan Jonker2-0/+56
2022-04-18rockchip: rk3066-power: sync power domain dt-binding header from LinuxJohan Jonker1-0/+22
2022-04-18rockchip: move ROCKCHIP_STIMER_BASE to KconfigJohan Jonker10-10/+0
2022-04-18rockchip: Enable SCSI in distro bootcmd for rk3399.Vagrant Cascadian1-0/+7
2022-04-15Merge tag 'efi-2022-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini14-20/+141
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini15-63/+113
2022-04-15lib: convert u16_strlen() into a macroHeinrich Schuchardt1-12/+14
2022-04-15FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu1-8/+0
2022-04-15capsule: board: Add information needed for capsule updatesSughosh Ganu12-0/+127
2022-04-14Remove duplication of table_compute_checksum functionTom Rini1-11/+12
2022-04-14led: Configure LED default-state on bootMarek Vasut1-11/+13
2022-04-13configs: net: dm9000: Move new Kconfig option to board configsMarek Vasut5-5/+0
2022-04-13net: dm9000: Drop dm9000.h and staticize SROM accessMarek Vasut1-16/+0
2022-04-13Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini26-1818/+401
2022-04-12include: configs: *imx8*: remove IMX_FEC_BASEHeiko Thiery8-14/+0
2022-04-12kontron-pitx-imx8m: change environment address variablesHeiko Thiery1-6/+7
2022-04-12ARM: dts: imx8mm: Add i.MX8M Mini Toradex Verdin based Menlo boardMarek Vasut1-0/+36
2022-04-12ARM: dts: imxrt10..-evk: Linux moved pins-imxrt1020 to dtsJesse Taube2-1754/+0
2022-04-12imx8m{m,n}_venice: update boot_net script to load fdtTim Harvey2-4/+30
2022-04-12ARM: dts: imx: Add support for Data Modul i.MX8M Mini eDM SBCMarek Vasut1-0/+129
2022-04-12bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boardsAriel D'Alessandro3-0/+145
2022-04-12net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driverMichael Trimarchi1-0/+1
2022-04-12net: phy: Add phy_modify() accessorAriel D'Alessandro1-0/+2
2022-04-12iopoll: Extend read_poll_timeout macro to support variable parametersAriel D'Alessandro1-6/+6
2022-04-12phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specificAriel D'Alessandro1-1/+1
2022-04-12colibri-imx6ull: drop vidargs and remove video= settingsOleksandr Suvorov1-3/+1
2022-04-12include: colibri_vf: add missing tdxargs variablePhilippe Schenker1-1/+1
2022-04-12imx: imx8ulp: Set COUNTER_FREQUENCY to 1MhzYe Li1-0/+2
2022-04-12dt-bindings: imx8mq-clock: add mainline definitionsAngus Ainslie1-1/+15
2022-04-12arm: imx: imx8mn_beacon: Remove unnecessary configsAdam Ford1-12/+0
2022-04-12arm: imx: imx8mm_beacon: Remove unnecessary configsAdam Ford1-10/+0
2022-04-12drivers: misc: add Gateworks System Controller driverTim Harvey1-0/+21
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