aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-01-26Merge git://git.denx.de/u-boot-sunxiTom Rini4-0/+6
2018-01-26gpio: sunxi: Add compatible string for H5 PIOChris Blake1-0/+1
2018-01-26video: bpp16: Disable by default on sunXiMaxime Ripard1-0/+1
2018-01-26video: bpp8: Disable by default on sunXiMaxime Ripard1-0/+1
2018-01-26dfu: select HASHMaxime Ripard1-0/+1
2018-01-26Merge git://git.denx.de/u-boot-mipsTom Rini2-0/+90
2018-01-26Merge git://git.denx.de/u-boot-spiTom Rini38-292/+1208
2018-01-26dm: ram: bmips: add BCM6318 supportÁlvaro Fernández Rojas1-0/+19
2018-01-26dm: cpu: bmips: add BCM6318 supportÁlvaro Fernández Rojas1-0/+35
2018-01-26dm: cpu: bmips: add BCM6368 supportÁlvaro Fernández Rojas1-0/+36
2018-01-26DW SPI: Get clock value from Device TreeEugeniy Paltsev1-2/+43
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-24spi: cadence_qspi_apb: Make flash writes 32 bit alignedVignesh R1-6/+25
2018-01-24Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when pos...Vignesh R1-20/+6
2018-01-24Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when poss...Goldschmidt Simon1-16/+10
2018-01-24spi: cadence_spi: Sync DT bindings with LinuxJason Rush3-20/+21
2018-01-24spi: kirkwood_spi: implement workaround for FE-9144572Chris Packham1-3/+66
2018-01-24sf_probe: Merge spi_flash_probe_tail into spi_flash_probeMario Six1-12/+7
2018-01-24spi: spi-uclass: Fix style violationsMario Six1-3/+2
2018-01-24spi: sf_probe: Fix style violationsMario Six1-2/+2
2018-01-24spi: Remove spi_setup_slave_fdtMario Six1-16/+0
2018-01-24spi: Remove spi_flash_probe_fdtMario Six1-13/+0
2018-01-24spi: Remove obsolete spi_base_setup_slave_fdtMario Six1-20/+0
2018-01-24spi: Fix style violation and improve codeMario Six1-3/+4
2018-01-24dm: spi: add BCM63xx HSSPI driverÁlvaro Fernández Rojas3-0/+423
2018-01-24dm: spi: add BCM63xx SPI driverÁlvaro Fernández Rojas3-0/+442
2018-01-24drivers: spi: consider command bytes when sending transfersÁlvaro Fernández Rojas1-1/+1
2018-01-24drivers: spi: allow limiting readsÁlvaro Fernández Rojas1-0/+3
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas26-171/+169
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-22sunxi: Fix display timing flagsGiulio Benetti1-0/+2
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