aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-28nvme: Get rid of the global variable nvme_infoBin Meng3-35/+12
2017-08-28nvme: Use blk_create_devicef() APIBin Meng1-9/+3
2017-08-28nvme: Apply cache operations on the DMA buffersBin Meng2-5/+34
2017-08-28nvme: Consolidate block read and write routinesBin Meng1-53/+12
2017-08-28nvme: Use macros to access NVMe queuesBin Meng1-7/+15
2017-08-28nvme: Respect timeout when en/disabling the controllerBin Meng1-3/+11
2017-08-28nvme: Cache controller's capabilitiesBin Meng2-6/+6
2017-08-28nvme: Fix endianness assignment to prp2 in nvme_identify()Bin Meng1-1/+1
2017-08-28nvme: Fix ndev->queues allocationBin Meng1-2/+2
2017-08-28nvme: Fix getting PCI vendor id of the NVMe block deviceBin Meng2-22/+3
2017-08-28nvme: Remove useless definesBin Meng1-60/+0
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-18Merge 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