summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-29spi: mtk_snor: add support for MTK SPI NOR controllerSkyLake.Huang3-0/+571
2021-01-28rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)3-0/+563
2021-01-28mmc: pci_mmc: Set the removable flagSimon Glass1-0/+8
2021-01-28mmc: pci_mmc: Only generate ACPI code for the SD cardSimon Glass1-1/+10
2021-01-28video: Allow syncing the entire framebuffer to the copySimon Glass1-0/+10
2021-01-28pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)Stefan Roese2-81/+41
2021-01-28bootcount: allow to use this feature on TPLPhilippe Reynes1-0/+1
2021-01-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini6-11/+62
2021-01-27net: phy: micrel: Try default PHY ofnode firstMarek Vasut1-2/+7
2021-01-27net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang4-0/+144
2021-01-27net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCsAaron Tseng4-0/+1512
2021-01-27net: e1000: Add missing address translationsStefan Roese1-5/+5
2021-01-27net: e1000: Use virt_to_phys() instead of pci_virt_to_mem()Stefan Roese1-7/+1
2021-01-27net: e1000: Remove unused bus_to_phys() macroStefan Roese1-2/+0
2021-01-27arm64: a37xx: pci: Fix printing debug messagesPali Rohár1-3/+2
2021-01-27serial: a3720: Implement pending method for output directionPali Rohár1-2/+8
2021-01-27pci: pci_mvebu: Define an IO region as wellPhil Sutter1-1/+27
2021-01-27pci: Make auto-config code a little more robustPhil Sutter1-4/+5
2021-01-27arm: mvebu: Espressobin: Disable slot when emmc is not presentPali Rohár1-0/+19
2021-01-27gpio: Add support for DM GPIO for KirkwoodHarm Berntsen1-1/+1
2021-01-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini10-69/+260
2021-01-26clk: sunxi: Add support for H616 clocksJernej Skrabec3-0/+128
2021-01-26sunxi: gpio: introduce compatible for H616Jernej Skrabec1-0/+2
2021-01-26sunxi: Add support for H616 SoCJernej Skrabec1-0/+1
2021-01-26mmc: sunxi: Refactor mod clock register offsetAndre Przywara1-61/+23
2021-01-26i2c: mvtwsi: sunxi: update macroJernej Skrabec1-1/+1
2021-01-26mmc: sunxi: Replace H6 ifdefs with H6 gen macroJernej Skrabec1-6/+6
2021-01-26sunxi: Add support for AXP305 PMICJernej Skrabec3-1/+96
2021-01-26net: sun8i-emac: Allow all RGMII PHY modesAndre Przywara1-0/+3
2021-01-25Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini25-12/+2709
2021-01-25Merge tag 'u-boot-imx-20210125' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini7-7/+136
2021-01-25Merge tag 'u-boot-atmel-2021.04-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini3-18/+161
2021-01-24reset: reset-mtmips: add DM_FLAG_PRE_RELOC flagWeijie Gao1-0/+1
2021-01-24mmc: mtk-sd: assign plat->cfg.f_max with a correct valueWeijie Gao1-0/+2
2021-01-24mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCsWeijie Gao1-3/+118
2021-01-24mmc: mtk-sd: fix sclk cycles shift valueWeijie Gao1-9/+4
2021-01-24net: add ethernet driver for MediaTek MT7620 SoCWeijie Gao3-0/+1235
2021-01-24phy: add USB PHY driver for MediaTek MT7620 SoCWeijie Gao3-0/+118
2021-01-24spi: add spi controller support for MediaTek MT7620 SoCWeijie Gao3-0/+289
2021-01-24gpio: add GPIO controller driver for MediaTek MT7620 SoCWeijie Gao3-0/+155
2021-01-24watchdog: add watchdog driver for MediaTek MT7620 SoCWeijie Gao3-0/+150
2021-01-24pinctrl: mtmips: add support for MediaTek MT7620 SoCWeijie Gao3-0/+210
2021-01-24clk: add clock driver for MediaTek MT7620 SoCWeijie Gao2-0/+160
2021-01-24serial: add uart driver for MediaTek MT7620 SoCWeijie Gao3-0/+267
2021-01-23spi: imx: Use clock framework if enabledMarek Vasut1-0/+12
2021-01-23spi: imx: Define register bits in the driverMarek Vasut1-0/+76
2021-01-23clk: imx: Add ECSPI to iMX8MNMarek Vasut1-0/+29
2021-01-23spi: nxp_fspi: Enable support for nxp,imx8mm-fspiAdam Ford1-0/+9
2021-01-23mmc: fsl_esdhc_imx.c: fix compiler warningHeiko Schocher1-0/+2
2021-01-23w1: mxc: fix buildMartin Fuzzey1-1/+1