summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-16mmc: config help typo fixJoel Johnson1-1/+1
2020-01-16mmc: add additional quirk for APP_CMD retryJoel Johnson1-1/+16
2020-01-16Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usageYangbo Lu2-19/+22
2020-01-16mmc: fsl_esdhc: drop useless fdt fixupYangbo Lu1-9/+0
2020-01-16mmc: fsl_esdhc_imx: drop QorIQ eSDHC specific peripheral clock codeYangbo Lu1-40/+0
2020-01-16Add dependencies for MALLOC_F and OF_LIBFDTSean Anderson1-0/+3
2020-01-16Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMAVignesh Raghavendra1-1/+1
2020-01-15mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhcGiulio Benetti2-2/+3
2020-01-15mmc: fsl_esdhc: make if(CONFIG_IS_ENABLED(CLK)) an #if statementGiulio Benetti1-19/+19
2020-01-15ram: add SDRAM driver for i.MXRT SoCsGiulio Benetti3-0/+449
2020-01-15serial_lpuart: add support for i.MXRTGiulio Benetti1-4/+11
2020-01-15serial_lpuart: add clock enable if CONFIG_CLK is definedGiulio Benetti1-0/+16
2020-01-15gpio: mxc_gpio: add support for i.MXRT1050Giulio Benetti1-3/+4
2020-01-15pinctrl: add i.MXRT driverGiulio Benetti3-0/+55
2020-01-15clk: imx: add i.IMXRT1050 clk driverGiulio Benetti3-0/+310
2020-01-15clk: imx: pfd: add set_rate()Giulio Benetti1-0/+22
2020-01-15clk: imx: pllv3: add support for PLLV3_AV typeGiulio Benetti1-0/+76
2020-01-15clk: imx: pllv3: add PLLV3_SYS supportGiulio Benetti1-0/+53
2020-01-15clk: imx: pllv3: add set_rate() supportGiulio Benetti1-0/+27
2020-01-15clk: imx: pllv3: add disable() supportGiulio Benetti1-0/+16
2020-01-15clk: imx: pllv3: add enable() supportGiulio Benetti1-0/+24
2020-01-15clk: imx: pllv3: set div_mask differently if PLLV3 is GENERIC or USBGiulio Benetti1-0/+2
2020-01-15clk: imx: pllv3: register PLLV3 GENERIC and USB as 2 different clocksGiulio Benetti1-5/+15
2020-01-15clk: imx8qxp: extend to support getting I2C IPG clockAnatolij Gustschin1-0/+12
2020-01-15mmc: fsl_esdhc_imx: Handle the "broken-cd" propertyFabio Estevam1-0/+8
2020-01-14net: zynq: Add a note about RX_BUF macroMichal Simek1-0/+1
2020-01-14firmware: Remove probe which is causing extra bindAshok Reddy Soma1-1/+0
2020-01-14zynq: mtd: nand: Remove hardcoded base addressesAshok Reddy Soma1-37/+57
2020-01-14zynq: mtd: nand: Move zynq nand driver to driver modelAshok Reddy Soma2-11/+34
2020-01-14spi: Fix manual relocation calling more timesAshok Reddy Soma1-15/+19
2020-01-14mtd: nand: Remove hardcoded base address of nandAshok Reddy Soma1-148/+174
2020-01-14mtd: nand: Move arasan nand driver to driver modelAshok Reddy Soma2-16/+37
2020-01-10virtio: fix typo devicdHeinrich Schuchardt1-1/+1
2020-01-10poweroff: add poweroff for mt6323 pmicFrank Wunderlich3-0/+45
2020-01-10rtc: add support for DS3232 deviceHan Nandor3-0/+283
2020-01-10bootcount: add a DM i2c eeprom backing store for bootcountRobert Beckett3-0/+106
2020-01-10drivers: mcfmii: add dm supportAngelo Durgehello1-23/+25
2020-01-10drivers: fsl_mcdmafec: conversion to dmAngelo Durgehello1-337/+354
2020-01-10drivers: mcffec: conversion to dmAngelo Durgehello1-294/+293
2020-01-10drivers: net: add mcf fec dm Kconfig supportAngelo Durgehello1-0/+16
2020-01-09Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xxTom Rini1-1/+4
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini10-30/+119
2020-01-09Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-0/+21
2020-01-09Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini12-0/+369
2020-01-08Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini11-0/+560
2020-01-08Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini19-481/+1695
2020-01-08Merge tag 'u-boot-amlogic-20200108' of https://gitlab.denx.de/u-boot/custodia...Tom Rini7-15/+39
2020-01-08ata: fsl_sata: Continue probing other sata port when failed current port.Peng Ma1-7/+51
2020-01-08ata: sata_sil: Continue probing other sata port when failed current port.Peng Ma1-4/+56
2020-01-08clk: imx: add i.MX8MP clk driverPeng Fan3-0/+380