summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-09-03block: Drop the ftide020 driverBin Meng
2017-09-03block: ide: Drop CONFIG_IDE_LEDBin Meng
2017-09-03block: ide: Drop CONFIG_IDE_INIT_POSTRESETBin Meng
2017-09-03nvme: Remove dead codes in nvme_setup_io_queues()Bin Meng
2017-09-03nvme: Fix potential sign extension issue in nvme_blk_rw()Bin Meng
2017-09-03nvme: Fix wrong ndev->queues memsetBin Meng
2017-09-02Merge git://git.denx.de/u-boot-x86Tom Rini
2017-09-02Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is setAdam Ford
2017-09-02x86: ich-spi: Clear atomic preop only when SPI settings are not lockedBin Meng
2017-09-02x86: ich-spi: Remove useless assignment in ich_spi_xfer()Bin Meng
2017-09-01Convert CONFIG_SYS_I2C_BUS_MAX to KconfigAdam Ford
2017-09-01Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAXAdam Ford
2017-09-01Revert "Merge git://git.denx.de/u-boot-video"Tom Rini
2017-09-01Merge git://git.denx.de/u-boot-videoTom Rini
2017-09-01Merge git://git.denx.de/u-boot-imxTom Rini
2017-09-01Merge git://git.denx.de/u-boot-uniphierTom Rini
2017-09-01Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2017-09-01mmc: sunxi: Only update timing mode bit when enabling new timing modeChen-Yu Tsai
2017-08-30reset: uniphier: add PXs3 supportMasahiro Yamada
2017-08-30reset: uniphier: fix compatible for SD reset node for LD11/LD20Masahiro Yamada
2017-08-30clk: uniphier: add System clock supportMasahiro Yamada
2017-08-30mtd: nand: denali_dt: add a DT driverMasahiro Yamada
2017-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada
2017-08-29video: ipuv3_fb: skip IPU shutdown if IPU was not enabled beforeAnatolij Gustschin
2017-08-28Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2017-08-28usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3Masahiro Yamada
2017-08-28mmc: sunxi: fix legacy MMC initialisationMaxime Ripard
2017-08-28mmc: sunxi: Support new modeMaxime Ripard
2017-08-28nvme: Get rid of the global variable nvme_infoBin Meng
2017-08-28nvme: Use blk_create_devicef() APIBin Meng
2017-08-28nvme: Apply cache operations on the DMA buffersBin Meng
2017-08-28nvme: Consolidate block read and write routinesBin Meng
2017-08-28nvme: Use macros to access NVMe queuesBin Meng
2017-08-28nvme: Respect timeout when en/disabling the controllerBin Meng
2017-08-28nvme: Cache controller's capabilitiesBin Meng
2017-08-28nvme: Fix endianness assignment to prp2 in nvme_identify()Bin Meng
2017-08-28nvme: Fix ndev->queues allocationBin Meng
2017-08-28nvme: Fix getting PCI vendor id of the NVMe block deviceBin Meng
2017-08-28nvme: Remove useless definesBin Meng
2017-08-26Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini
2017-08-26Merge git://git.denx.de/u-boot-x86Tom Rini
2017-08-26Merge git://git.denx.de/u-boot-i2cTom Rini
2017-08-26Merge git://www.denx.de/git/u-boot-cfi-flashTom Rini
2017-08-26driver: timer: Add the Atmel PIT timer driverWenyou.Yang@microchip.com
2017-08-26ram: kconfig: s/SPL/TPL/ in TPL_RAM help textJagan Teki
2017-08-26clk: rmobile: Split R8A7795 and R8A7796 core clock tablesMarek Vasut
2017-08-24serial: serial-uclass: Add generic serial RX buffer supportStefan Roese
2017-08-24Revert "serial: ns16550: Add RX interrupt buffer support"Stefan Roese
2017-08-24vbe: Drop vbe_get_video_info()Bin Meng
2017-08-24x86: ich-spi: Move opcode registers configuration to another routineBin Meng