aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-18configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigsPatrick Delaunay1-0/+8
2020-10-18video: backlight: fix pwm's duty cycle calculationDario Binacchi1-1/+1
2020-10-18video: backlight: fix pwm data structure descriptionDario Binacchi1-1/+1
2020-10-18video: dw-mipi-dsi: permit configuring the escape clock rateNeil Armstrong1-4/+16
2020-10-18video: dw-mipi-dsi: driver-specific configuration of phy timingsNeil Armstrong1-6/+11
2020-10-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini3-7/+87
2020-10-16usb: dwc3: Include device_compat.h in dwc3-octeon-glue.cTom Rini1-0/+1
2020-10-16clk: at91: Include device_compat.h in compat.cTom Rini1-0/+1
2020-10-16usb: musb-new: mt85xx: Fix not calling dev_err with a deviceSean Anderson1-3/+4
2020-10-16usb: musb-new: Include device_compat.hSean Anderson5-1/+11
2020-10-16usb: xhci: Include device_compat.hSean Anderson2-5/+7
2020-10-16timer: Include device_compat.hSean Anderson1-2/+3
2020-10-16tee: optee: Include device_compat.hSean Anderson1-0/+1
2020-10-16spi: fsl_qspi: Include device_compat.hSean Anderson1-4/+5
2020-10-16spi: nxp_fspi: Include device_compat.hSean Anderson1-3/+4
2020-10-16watchdog: octeontx_wdt: Add support for start and stopSuneel Garapati1-5/+83
2020-10-16mmc: octeontx_hsmmc.c: Remove test debug messageStefan Roese1-1/+0
2020-10-16spi: octeon_spi: Use a fixed 100MHz input clock on Octeon TX2Stefan Roese1-1/+4
2020-10-15ram: imxrt: Include device_compat.hSean Anderson1-0/+1
2020-10-15phy: Include device_compat.hSean Anderson1-1/+1
2020-10-15net: ldpaa_eth: Include device_compat.hSean Anderson1-7/+7
2020-10-15mtd: mxs_nand: Fix not calling dev_xxx with a deviceSean Anderson1-13/+15
2020-10-15firmware: scmi: Include device_compat.hSean Anderson3-0/+3
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