summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-09Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini16-99/+325
2021-04-09mmc: fsl_esdhc_imx: add extra delay for IO voltage switch if necessaryHaibo Chen1-0/+12
2021-04-09mmc: fsl_esdhc_imx: remove redundant cmd11 related code.Haibo Chen1-9/+0
2021-04-09mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock outputHaibo Chen1-8/+21
2021-04-08spl: fit: nand: allow for non-page-aligned elementsTim Harvey1-0/+5
2021-04-08crypto: fsl: refactor for 32 bit version CAAM support on ARM64Ye Li8-72/+93
2021-04-08fsl_mfgprot: Fix typo in sign_mppubk()Breno Lima1-1/+1
2021-04-08imx8m: Add DEK blob encapsulation for imx8mClement Faure1-2/+1
2021-04-08Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini5-15/+28
2021-04-08clk: mpfs_clk: Enable DM_FLAG_PRE_RELOC flagBin Meng1-0/+1
2021-04-08timer: sifive_clint: Support the official clint DT bindingsBin Meng1-0/+1
2021-04-08riscv: sifive: Rename fu540 board to unleashedBin Meng2-2/+2
2021-04-08wdt: dw: Free the clock on errorSean Anderson1-5/+13
2021-04-08wdt: dw: Enable the clock before using itSean Anderson1-0/+4
2021-04-08wdt: dw: Switch to if(CONFIG()) instead of using #ifSean Anderson1-9/+9
2021-04-08wdt: dw: Switch to using fls for log2Sean Anderson1-2/+1
2021-04-08crypto: caam: Fix pointer size to 32bit for i.MX8MAymen Sghaier5-32/+36
2021-04-08crypto: caam: Fix build warnings pointer castingAymen Sghaier1-2/+3
2021-04-08crypto: caam: Add CAAM support to i.MX8M platformsAymen Sghaier1-1/+3
2021-04-08caam: enable support for iMX7ULPFranck LENORMAND1-1/+1
2021-04-08crypto: caam: change JR running loopFranck LENORMAND2-7/+9
2021-04-08crypto: fsl: blob: Flush dcache range for destination addressBreno Lima1-0/+6
2021-04-08imx: imx7 Support for Manufacturing ProtectionBreno Lima3-0/+162
2021-04-08misc: ocotp: Update OCOTP driver for iMX8MQ B2Ye Li1-1/+1
2021-04-08power: pca9450: add a new parameter for power_pca9450_initPeng Fan1-2/+2
2021-04-08imx8mp: refine power on imx8mp boardhaidong.zheng1-0/+8
2021-04-08mmc: mvebu: convert to driver modelHarm Berntsen2-126/+190
2021-04-08rtc: add armada38x driverMarek Behún3-0/+192
2021-04-07Merge tag 'mmc-2021-4-6' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini4-12/+45
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2-10/+7
2021-04-06usb: xhci: Make debug output better readable and checkpatch cleanStefan Roese1-6/+3
2021-04-06usb: xhci: Add missing xhci_readl()Aaron Williams1-4/+4
2021-04-06Merge tag 'u-boot-amlogic-20210406' of https://source.denx.de/u-boot/custodia...Tom Rini6-4/+545
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-4/+37
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini1-4/+33
2021-04-06mmc: mmc-uclass: Use dev_seq() to read aliases node's indexAswath Govindraju1-7/+5
2021-04-06mmc: Check for device with a seq number equal to num before checking against ...Aswath Govindraju1-3/+5
2021-04-06mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle2-1/+8
2021-04-06mmc: fsl_esdhc: add workaround for erratum A-011334Michael Walle2-1/+27
2021-04-06net: designware: remove amlogic compatiblesNeil Armstrong1-3/+0
2021-04-06net: designware: add Amlogic Meson8b & later glue driverNeil Armstrong3-0/+159
2021-04-06net: add Amlogic Meson G12A MDIO MUX driverNeil Armstrong3-0/+157
2021-04-06net: designware: add DM_MDIO supportNeil Armstrong1-1/+92
2021-04-06net: add MMIO Register MDIO MUX driverNeil Armstrong3-0/+137
2021-04-06watchdog: Allow to use CONFIG_WDT without starting watchdogPali Rohár2-0/+18
2021-04-06watchdog: Show error message when initr_watchdog() cannot start watchdogPali Rohár1-1/+7
2021-04-06watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()Pali Rohár1-3/+12
2021-04-06cfi_flash: Fix detection of 8-bit bus flash devices via address shiftJagannadha Sutradharudu Teki1-4/+33
2021-04-06pinctrl: Return -ENOSYS when system call is not availableSimon Glass1-4/+6
2021-04-06simple-pm-bus: Use -ENOSYS for checking missing system callSimon Glass1-2/+2