summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-10-15firmware: scmi: Include device_compat.hSean Anderson
2020-10-15dm: syscon: Set LOG_CATEGORYSean Anderson
2020-10-15clk: sifive: Include device_compat.hSean Anderson
2020-10-15Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini
2020-10-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2020-10-14net: e1000: add defaults for i210 TX/RX PBSIZEChristian Gmeiner
2020-10-14treewide: Fix wrong CONFIG_IS_ENABLED() handlingAlper Nebi Yasak
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse
2020-10-14drivers: gpio: keep output value for input on sandboxHeinrich Schuchardt
2020-10-14mmc: fsl_esdhc: add ADMA2 supportMichael Walle
2020-10-14mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()Michael Walle
2020-10-14spi: mvebu_a3700_spi: add support for cs-gpiosGeorge Hilliard
2020-10-14net: Add NIC controller driver for OcteonTX2Suneel Garapati
2020-10-14net: Add NIC controller driver for OcteonTXSuneel Garapati
2020-10-14mtd: nand: Add NAND controller driver for OcteonTXSuneel Garapati
2020-10-12Merge branch 'for-next' of https://github.com/lftan/u-bootTom Rini
2020-10-12Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-12mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32Haibo Chen
2020-10-12mmc: do not check argument of free() beforehandHeinrich Schuchardt
2020-10-12mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle
2020-10-12mmc: fsl_esdhc: simplify esdhc_setup_data()Michael Walle
2020-10-12mmc: fsl_esdhc: use dma-mapping APIMichael Walle
2020-10-12mmc: fsl_esdhc: simplify 64bit check for SDMA transfersMichael Walle
2020-10-12mmc: fsl_esdhc_imx: remove the 1ms delay before sending commandHaibo Chen
2020-10-12mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switchHaibo Chen
2020-10-12mmc: fsl_esdhc: fix eMMC HS400 stability issueYangbo Lu
2020-10-12mmc: fsl_esdhc: fix mmc->clock with actual clockYangbo Lu
2020-10-12mmc: fsl_esdhc: support eMMC HS400 modeYangbo Lu
2020-10-12mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu
2020-10-12mmc: add a hs400_tuning flagYangbo Lu
2020-10-12mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during initYangbo Lu
2020-10-12mmc: fsl_esdhc: support tuning for eMMC HS200Yangbo Lu
2020-10-12mmc: fsl_esdhc: add a reinit() callbackYangbo Lu
2020-10-12mmc: add a reinit() APIYangbo Lu
2020-10-12phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT propertyVignesh Raghavendra
2020-10-12dma: ti: k3-udma: Reset the channel during releaseVignesh Raghavendra
2020-10-09Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass
2020-10-09arm: socfpga: agilex: Enable FPGA Full Reconfiguration supportChee Hong Ang
2020-10-09fpga: intel_sdm_mb: Add watchdog resetChee Hong Ang
2020-10-09fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM MailboxChee Hong Ang
2020-10-09sysreset: socfpga: agilex: Enable sysreset supportChee Hong Ang
2020-10-09sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64Chee Hong Ang
2020-10-09clk: agilex: Additional membus writes for HPS PLLChee Hong Ang
2020-10-09clk: agilex: Handle clock configuration differently in SPL and U-Boot properChee Hong Ang
2020-10-09clk: agilex: Add clock enable supportLey Foon Tan
2020-10-09clk: agilex: Add NAND clock supportLey Foon Tan
2020-10-08wdt: designware: fix timeout calculation due to expecting KHzJack Mitchell
2020-10-08led: gpio: Default to using node name if label is absentSean Anderson
2020-10-08gpio: dw: Return output value when direction is outSean Anderson
2020-10-08gpio: dw: Add a trailing underscore to generated nameSean Anderson