aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-01-24Merge git://git.denx.de/u-boot-mmcTom Rini11-33/+763
2018-01-24mmc: Poll for broken card detection caseJun Nie2-0/+9
2018-01-24mmc: fix to assign to correct clock value when clock is enablingJaehoon Chung1-1/+1
2018-01-24power: pmic: s2mps11: probe the regulator driverJaehoon Chung1-0/+28
2018-01-24power: regulator: s2mps11: add a regulator driver for s2mps11Jaehoon Chung3-0/+606
2018-01-23Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2-2/+22
2018-01-23crypto/fsl: Fix HW accelerated hash commandsBreno Lima1-1/+19
2018-01-23ddr: fsl: set cdr1 first in case 0.9v VDD is enabled for some SoCsRajesh Bhagat1-1/+3
2018-01-23Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-1/+3
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt1-1/+3
2018-01-22Convert CONFIG_ROCKCHIP_USB2_PHY to KconfigAdam Ford1-0/+2
2018-01-22Convert CONFIG_OMAP_USB_PHY to KconfigAdam Ford1-0/+3
2018-01-22Convert CONFIG_TWL4030_USB to KconfigAdam Ford2-0/+14
2018-01-22Convert CONFIG_DAVINCI_SPI to KconfigAdam Ford1-0/+6
2018-01-22Convert CONFIG_USB_MUSB_HCD et al to KconfigAdam Ford2-0/+31
2018-01-22Convert CONFIG_USB_MUSB_OMAP2PLUS et al to KconfigAdam Ford1-0/+17
2018-01-22mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clockBenoît Thébaudeau1-1/+6
2018-01-22mmc: fix the wrong disabling clockJaehoon Chung1-5/+7
2018-01-22mmc: sdhci: change data transfer failure into debug messageMasahiro Yamada1-2/+2
2018-01-22mmc: sdhci-cadence: add HS200 supportMasahiro Yamada1-9/+81
2018-01-22mmc: sdhci-cadence: call mmc_of_parse()Masahiro Yamada1-0/+4
2018-01-22mmc: sdhci-cadence: use bitfield access macros for cleanupMasahiro Yamada1-10/+10
2018-01-22mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()Masahiro Yamada1-1/+1
2018-01-22mmc: let mmc_of_parse() fail for insane bus-width valueMasahiro Yamada1-4/+2
2018-01-22mmc: do not overwrite cfg->f_max if "max-frequency" if missingMasahiro Yamada1-1/+2
2018-01-22dm: add dev_read_u32()Masahiro Yamada1-0/+5
2018-01-21core: Make device_is_compatible live-tree compatibleMario Six1-1/+6
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six2-0/+13
2018-01-21core: read: Fix style violationsMario Six1-5/+4
2018-01-21core: ofnode: Fix style violationsMario Six1-8/+10
2018-01-21clk: Makefile: Sort entries alphabeticallyMario Six1-10/+10
2018-01-21clk: Remove superfluous gd declarationsMario Six2-4/+0
2018-01-21clk: clk_fixed_rate: Fix style violationMario Six1-2/+2
2018-01-21clk: clk-uclass: Fix style violationsMario Six1-10/+10
2018-01-21drivers: core: Add translation in live tree caseMario Six1-2/+7
2018-01-20Merge git://git.denx.de/u-boot-marvellTom Rini6-38/+62
2018-01-19Merge git://git.denx.de/u-boot-arcTom Rini1-10/+167
2018-01-19serial: stm32: Rename serial_stm32x7.c to serial_stm32.cPatrice Chotard4-6/+6
2018-01-19GPIO: tca642x: Rework to not include commands in SPLTom Rini1-3/+3
2018-01-19GPIO: pca953x: Rework to not include commands in SPLTom Rini1-3/+3
2018-01-19drivers: dma: ti-edma3: add support for memory fillTero Kristo1-7/+48
2018-01-19mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bitKishon Vijay Abraham I1-3/+4
2018-01-19mmc: omap_hsmmc: Enable Auto command (CMD12) enableKishon Vijay Abraham I1-1/+5
2018-01-19mmc: omap_hsmmc: Add support for DMA (ADMA2)Kishon Vijay Abraham I1-3/+202
2018-01-19ddr: marvell: update ddr controller init and freqChris Packham3-21/+34
2018-01-19ddr: marvell: update additional ODT settingChris Packham1-8/+14
2018-01-19ddr: marvell: use correct TREFI valueChris Packham1-1/+1
2018-01-19ddr: marvell: only assert M_ODT[0] on write for a single CSChris Packham3-8/+13
2018-01-19ARC: HSDK: CGU: Add 'Hz' when printing clock frequencyEugeniy Paltsev1-3/+3
2018-01-19ARC: HSDK: CGU: Use plat data instead of priv dataEugeniy Paltsev1-1/+1