summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-01-29spi: mtk_snor: add support for MTK SPI NOR controllerSkyLake.Huang
2021-01-27rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)
2021-01-27mmc: pci_mmc: Set the removable flagSimon Glass
2021-01-27mmc: pci_mmc: Only generate ACPI code for the SD cardSimon Glass
2021-01-27video: Allow syncing the entire framebuffer to the copySimon Glass
2021-01-27pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)Stefan Roese
2021-01-27bootcount: allow to use this feature on TPLPhilippe Reynes
2021-01-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2021-01-27net: phy: micrel: Try default PHY ofnode firstMarek Vasut
2021-01-27net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang
2021-01-27net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCsAaron Tseng
2021-01-27net: e1000: Add missing address translationsStefan Roese
2021-01-27net: e1000: Use virt_to_phys() instead of pci_virt_to_mem()Stefan Roese
2021-01-27net: e1000: Remove unused bus_to_phys() macroStefan Roese
2021-01-27arm64: a37xx: pci: Fix printing debug messagesPali Rohár
2021-01-27serial: a3720: Implement pending method for output directionPali Rohár
2021-01-27pci: pci_mvebu: Define an IO region as wellPhil Sutter
2021-01-27pci: Make auto-config code a little more robustPhil Sutter
2021-01-27arm: mvebu: Espressobin: Disable slot when emmc is not presentPali Rohár
2021-01-27gpio: Add support for DM GPIO for KirkwoodHarm Berntsen
2021-01-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2021-01-25clk: sunxi: Add support for H616 clocksJernej Skrabec
2021-01-25sunxi: gpio: introduce compatible for H616Jernej Skrabec
2021-01-25sunxi: Add support for H616 SoCJernej Skrabec
2021-01-25mmc: sunxi: Refactor mod clock register offsetAndre Przywara
2021-01-25i2c: mvtwsi: sunxi: update macroJernej Skrabec
2021-01-25mmc: sunxi: Replace H6 ifdefs with H6 gen macroJernej Skrabec
2021-01-25sunxi: Add support for AXP305 PMICJernej Skrabec
2021-01-25net: sun8i-emac: Allow all RGMII PHY modesAndre Przywara
2021-01-25Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2021-01-25Merge tag 'u-boot-imx-20210125' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-01-25Merge tag 'u-boot-atmel-2021.04-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2021-01-24reset: reset-mtmips: add DM_FLAG_PRE_RELOC flagWeijie Gao
2021-01-24mmc: mtk-sd: assign plat->cfg.f_max with a correct valueWeijie Gao
2021-01-24mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCsWeijie Gao
2021-01-24mmc: mtk-sd: fix sclk cycles shift valueWeijie Gao
2021-01-24net: add ethernet driver for MediaTek MT7620 SoCWeijie Gao
2021-01-24phy: add USB PHY driver for MediaTek MT7620 SoCWeijie Gao
2021-01-24spi: add spi controller support for MediaTek MT7620 SoCWeijie Gao
2021-01-24gpio: add GPIO controller driver for MediaTek MT7620 SoCWeijie Gao
2021-01-24watchdog: add watchdog driver for MediaTek MT7620 SoCWeijie Gao
2021-01-24pinctrl: mtmips: add support for MediaTek MT7620 SoCWeijie Gao
2021-01-24clk: add clock driver for MediaTek MT7620 SoCWeijie Gao
2021-01-24serial: add uart driver for MediaTek MT7620 SoCWeijie Gao
2021-01-23spi: imx: Use clock framework if enabledMarek Vasut
2021-01-23spi: imx: Define register bits in the driverMarek Vasut
2021-01-23clk: imx: Add ECSPI to iMX8MNMarek Vasut
2021-01-23spi: nxp_fspi: Enable support for nxp,imx8mm-fspiAdam Ford
2021-01-23mmc: fsl_esdhc_imx.c: fix compiler warningHeiko Schocher
2021-01-23w1: mxc: fix buildMartin Fuzzey