summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | clk: renesas: r8a774a1-cpg-mssr: Add R8A774A1 RPC clockBiju Das2020-10-201-0/+4
| * | spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility stringBiju Das2020-10-201-1/+2
| |/
* | usb: gadget: Add bcdDevice for the MTU3 USB Gadget ControllerChunfeng Yun2020-10-201-0/+8
* | usb: add MediaTek USB3 DRD driverChunfeng Yun2020-10-2013-0/+4557
* | usb: common: add define of usb_speed_string()Chunfeng Yun2020-10-201-0/+7
* | usb: add USB_SPEED_SUPER_PLUSChunfeng Yun2020-10-201-0/+1
* | usb: musb-new: Fix typo in caution messageNaoki Hayama2020-10-201-1/+1
* | usb: dwc2: Fix control OUT transfer issueChance.Yang2020-10-201-3/+13
* | usb: xhci: avoid type conversion of void *Heinrich Schuchardt2020-10-201-12/+9
|/
* Merge tag 'u-boot-atmel-2021.01-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-195-4/+654
|\
| * clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristicsEugen Hristev2020-10-191-2/+2
| * clk: at91: clk-master: add 5th divisor for mck masterEugen Hristev2020-10-192-2/+2
| * clk: at91: sam9x60: add support compatible with CCFClaudiu Beznea2020-10-192-0/+650
* | configs: migrate CONFIG_BMP_16/24/32BPP to defconfigsPatrick Delaunay2020-10-181-0/+18
* | configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigsPatrick Delaunay2020-10-181-0/+7
* | configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigsPatrick Delaunay2020-10-181-0/+8
* | video: backlight: fix pwm's duty cycle calculationDario Binacchi2020-10-181-1/+1
* | video: backlight: fix pwm data structure descriptionDario Binacchi2020-10-181-1/+1
* | video: dw-mipi-dsi: permit configuring the escape clock rateNeil Armstrong2020-10-181-4/+16
* | video: dw-mipi-dsi: driver-specific configuration of phy timingsNeil Armstrong2020-10-181-6/+11
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-10-163-7/+87
|\
| * watchdog: octeontx_wdt: Add support for start and stopSuneel Garapati2020-10-161-5/+83
| * mmc: octeontx_hsmmc.c: Remove test debug messageStefan Roese2020-10-161-1/+0
| * spi: octeon_spi: Use a fixed 100MHz input clock on Octeon TX2Stefan Roese2020-10-161-1/+4
* | usb: dwc3: Include device_compat.h in dwc3-octeon-glue.cTom Rini2020-10-161-0/+1
* | clk: at91: Include device_compat.h in compat.cTom Rini2020-10-161-0/+1
* | usb: musb-new: mt85xx: Fix not calling dev_err with a deviceSean Anderson2020-10-161-3/+4
* | usb: musb-new: Include device_compat.hSean Anderson2020-10-165-1/+11
* | usb: xhci: Include device_compat.hSean Anderson2020-10-162-5/+7
* | timer: Include device_compat.hSean Anderson2020-10-161-2/+3
* | tee: optee: Include device_compat.hSean Anderson2020-10-161-0/+1
* | spi: fsl_qspi: Include device_compat.hSean Anderson2020-10-161-4/+5
* | spi: nxp_fspi: Include device_compat.hSean Anderson2020-10-161-3/+4
* | ram: imxrt: Include device_compat.hSean Anderson2020-10-151-0/+1
* | phy: Include device_compat.hSean Anderson2020-10-151-1/+1
* | net: ldpaa_eth: Include device_compat.hSean Anderson2020-10-151-7/+7
* | mtd: mxs_nand: Fix not calling dev_xxx with a deviceSean Anderson2020-10-151-13/+15
* | firmware: scmi: Include device_compat.hSean Anderson2020-10-153-0/+3
* | dm: syscon: Set LOG_CATEGORYSean Anderson2020-10-151-0/+2
* | clk: sifive: Include device_compat.hSean Anderson2020-10-151-7/+7
|/
* Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2020-10-159-229/+482
|\
| * mmc: fsl_esdhc: add ADMA2 supportMichael Walle2020-10-142-5/+53
| * mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()Michael Walle2020-10-141-73/+65
| * mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32Haibo Chen2020-10-121-32/+32
| * mmc: do not check argument of free() beforehandHeinrich Schuchardt2020-10-121-2/+1
| * mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle2020-10-124-55/+87
| * mmc: fsl_esdhc: simplify esdhc_setup_data()Michael Walle2020-10-121-27/+42
| * mmc: fsl_esdhc: use dma-mapping APIMichael Walle2020-10-121-35/+14
| * mmc: fsl_esdhc: simplify 64bit check for SDMA transfersMichael Walle2020-10-121-23/+6
| * mmc: fsl_esdhc_imx: remove the 1ms delay before sending commandHaibo Chen2020-10-121-7/+0