summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-21arm: stm32: cleanup arch gpio.hPatrick Delaunay1-0/+2
2020-10-21mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilitiesAlexandru Gagniuc1-16/+2
2020-10-21mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"Alexandru Gagniuc1-1/+1
2020-10-19Merge tag 'u-boot-atmel-2021.01-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini5-4/+654
2020-10-19clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristicsEugen Hristev1-2/+2
2020-10-19clk: at91: clk-master: add 5th divisor for mck masterEugen Hristev2-2/+2
2020-10-19clk: at91: sam9x60: add support compatible with CCFClaudiu Beznea2-0/+650
2020-10-18configs: migrate CONFIG_BMP_16/24/32BPP to defconfigsPatrick Delaunay1-0/+18
2020-10-18configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigsPatrick Delaunay1-0/+7
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-16ram: imxrt: Include device_compat.hSean Anderson1-0/+1
2020-10-16phy: Include device_compat.hSean Anderson1-1/+1
2020-10-16net: ldpaa_eth: Include device_compat.hSean Anderson1-7/+7
2020-10-16mtd: mxs_nand: Fix not calling dev_xxx with a deviceSean Anderson1-13/+15
2020-10-16firmware: scmi: Include device_compat.hSean Anderson3-0/+3
2020-10-16dm: syscon: Set LOG_CATEGORYSean Anderson1-0/+2
2020-10-16clk: 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