summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-15dm: syscon: Set LOG_CATEGORYSean Anderson1-0/+2
2020-10-15clk: sifive: Include device_compat.hSean Anderson1-7/+7
2020-10-15Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini9-229/+482
2020-10-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini35-6/+14182
2020-10-14net: e1000: add defaults for i210 TX/RX PBSIZEChristian Gmeiner2-0/+11
2020-10-14treewide: Fix wrong CONFIG_IS_ENABLED() handlingAlper Nebi Yasak3-10/+10
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse1-0/+9
2020-10-14drivers: gpio: keep output value for input on sandboxHeinrich Schuchardt1-1/+9
2020-10-14mmc: fsl_esdhc: add ADMA2 supportMichael Walle2-5/+53
2020-10-14mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()Michael Walle1-73/+65
2020-10-14spi: mvebu_a3700_spi: add support for cs-gpiosGeorge Hilliard1-6/+35
2020-10-14net: Add NIC controller driver for OcteonTX2Suneel Garapati16-0/+4493
2020-10-14net: Add NIC controller driver for OcteonTXSuneel Garapati14-0/+6656
2020-10-14mtd: nand: Add NAND controller driver for OcteonTXSuneel Garapati6-0/+2998
2020-10-12Merge branch 'for-next' of https://github.com/lftan/u-bootTom Rini8-33/+118
2020-10-12Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-4/+11
2020-10-12mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32Haibo Chen1-32/+32
2020-10-12mmc: do not check argument of free() beforehandHeinrich Schuchardt1-2/+1
2020-10-12mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle4-55/+87
2020-10-12mmc: fsl_esdhc: simplify esdhc_setup_data()Michael Walle1-27/+42
2020-10-12mmc: fsl_esdhc: use dma-mapping APIMichael Walle1-35/+14
2020-10-12mmc: fsl_esdhc: simplify 64bit check for SDMA transfersMichael Walle1-23/+6
2020-10-12mmc: fsl_esdhc_imx: remove the 1ms delay before sending commandHaibo Chen1-7/+0
2020-10-12mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switchHaibo Chen1-1/+3
2020-10-12mmc: fsl_esdhc: fix eMMC HS400 stability issueYangbo Lu1-1/+4
2020-10-12mmc: fsl_esdhc: fix mmc->clock with actual clockYangbo Lu1-0/+3
2020-10-12mmc: fsl_esdhc: support eMMC HS400 modeYangbo Lu1-34/+86
2020-10-12mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu2-0/+19
2020-10-12mmc: add a hs400_tuning flagYangbo Lu1-0/+2
2020-10-12mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during initYangbo Lu1-0/+3
2020-10-12mmc: fsl_esdhc: support tuning for eMMC HS200Yangbo Lu1-3/+103
2020-10-12mmc: fsl_esdhc: add a reinit() callbackYangbo Lu1-0/+9
2020-10-12mmc: add a reinit() APIYangbo Lu2-2/+21
2020-10-12phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT propertyVignesh Raghavendra1-3/+8
2020-10-12dma: ti: k3-udma: Reset the channel during releaseVignesh Raghavendra1-1/+3
2020-10-09Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass1-0/+11
2020-10-09arm: socfpga: agilex: Enable FPGA Full Reconfiguration supportChee Hong Ang1-1/+1
2020-10-09fpga: intel_sdm_mb: Add watchdog resetChee Hong Ang1-0/+3
2020-10-09fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM MailboxChee Hong Ang4-11/+12
2020-10-09sysreset: socfpga: agilex: Enable sysreset supportChee Hong Ang1-1/+1
2020-10-09sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64Chee Hong Ang3-4/+4
2020-10-09clk: agilex: Additional membus writes for HPS PLLChee Hong Ang1-16/+78
2020-10-09clk: agilex: Handle clock configuration differently in SPL and U-Boot properChee Hong Ang1-0/+10
2020-10-09clk: agilex: Add clock enable supportLey Foon Tan1-0/+6
2020-10-09clk: agilex: Add NAND clock supportLey Foon Tan1-0/+3
2020-10-08wdt: designware: fix timeout calculation due to expecting KHzJack Mitchell1-1/+1
2020-10-08led: gpio: Default to using node name if label is absentSean Anderson1-5/+2
2020-10-08gpio: dw: Return output value when direction is outSean Anderson1-7/+12
2020-10-08gpio: dw: Add a trailing underscore to generated nameSean Anderson1-1/+9
2020-10-08gpio: dw: Fix warnings about casting int to pointerSean Anderson1-2/+2