summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-26Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini1-33/+96
2017-08-26Merge git://git.denx.de/u-boot-x86Tom Rini6-233/+102
2017-08-26Merge git://git.denx.de/u-boot-i2cTom Rini6-0/+1051
2017-08-26Merge git://www.denx.de/git/u-boot-cfi-flashTom Rini1-4/+4
2017-08-26driver: timer: Add the Atmel PIT timer driverWenyou.Yang@microchip.com3-0/+99
2017-08-26ram: kconfig: s/SPL/TPL/ in TPL_RAM help textJagan Teki1-1/+1
2017-08-26clk: rmobile: Split R8A7795 and R8A7796 core clock tablesMarek Vasut1-33/+96
2017-08-24serial: serial-uclass: Add generic serial RX buffer supportStefan Roese2-2/+61
2017-08-24Revert "serial: ns16550: Add RX interrupt buffer support"Stefan Roese2-128/+5
2017-08-24vbe: Drop vbe_get_video_info()Bin Meng1-41/+0
2017-08-24x86: ich-spi: Move opcode registers configuration to another routineBin Meng1-6/+16
2017-08-24x86: ich-spi: Don't read cached lock statusBin Meng2-8/+23
2017-08-24x86: ich-spi: Remove unnecessary assignment in ich_init_controller()Bin Meng1-1/+0
2017-08-24x86: ich-spi: Remove spi_write_protect_region()Bin Meng1-50/+0
2017-08-23i2c: muxes: add i2c gpio multiplexer driverPeng Fan3-0/+148
2017-08-23i2c: add i2c driver for stm32Patrice Chotard3-0/+903
2017-08-22fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as longTom Rini1-1/+1
2017-08-22mtd: cfi: staticize functionsMarek Vasut1-4/+4
2017-08-21Merge git://git.denx.de/u-boot-usbTom Rini2-2/+8
2017-08-21fastboot: avoid printing invalid dataJohn Keeping1-1/+1
2017-08-21Fix fastboot boot addressPeter Chubb1-1/+1
2017-08-21usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng1-0/+6
2017-08-20reset: uniphier: refactor reset data and add NAND/eMMC reset linesMasahiro Yamada1-46/+17
2017-08-20ARM: uniphier: remove sLD3 SoC supportMasahiro Yamada6-153/+3
2017-08-20clk: uniphier: fix unmet direct dependencies warningMasahiro Yamada1-3/+2
2017-08-19Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini18-606/+971
2017-08-18rockchip: rk322x: pinctrl: fix IO MASK error on sdcard pinKever Yang1-1/+1
2017-08-18rockchip: rk322x: pinctrl: using compatible name same with dtsKever Yang1-3/+3
2017-08-18mmc: Support generic PCI SD host controllerBin Meng1-6/+1
2017-08-17cmd: mmc: add mmc partconf read capabilityAngelo Dureghello1-4/+13
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass7-54/+28
2017-08-17dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPSSimon Glass1-1/+1
2017-08-17dm: imx: cm_fx6: Enable more driver model supportSimon Glass1-1/+1
2017-08-17dm: mmc: fsl_esdhc: Update to support MMC operationsSimon Glass1-5/+64
2017-08-17dm: mmc: fsl_esdhc: Update to support livetreeSimon Glass1-9/+7
2017-08-17dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()Simon Glass1-7/+7
2017-08-17dm: mmc: fsl_esdhc: Set up platform dataSimon Glass1-22/+39
2017-08-17dm: mmc: fsl_esdhc: Detect init failureSimon Glass1-3/+6
2017-08-17dm: mmc: fsl_esdhc: Detect reset failureSimon Glass1-7/+15
2017-08-17dm: mmc: fsl_esdhc: Set up common versions of operationsSimon Glass1-11/+36
2017-08-17dm: mmc: fsl_esdhc: Pass private data to internal functionsSimon Glass1-14/+11
2017-08-17dm: sata: dwc_ahsata: Add support for driver modelSimon Glass1-0/+113
2017-08-17dm: sata: Update the AHCI uclass to support operationsSimon Glass1-0/+37
2017-08-17dm: sata: dw_sata: Set up common versions of operationsSimon Glass1-105/+131
2017-08-17dm: sata: dw_sata: More ahci_init_one() futher downSimon Glass1-33/+33
2017-08-17dm: sata: dw_sata: Drop is_readySimon Glass1-4/+0
2017-08-17dm: sata: dw_sata: Rename the dwc_ahsata private headerSimon Glass2-4/+4
2017-08-17dm: sata: dw_sata: Sort #include directivesSimon Glass1-7/+6
2017-08-17dm: sata: dw_sata: Drop unnecessary bracketsSimon Glass1-50/+48
2017-08-17dm: sata: dw_sata: Pass uc_priv to internal functionsSimon Glass1-48/+41