aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-09-11misc: Kconfig: Add SPL_I2C_EEPROM optionWenyou Yang2-1/+9
2017-09-11palmas: Add support for powering different ldosLokesh Vutla1-7/+4
2017-09-11ipu_common: Let the MX6 IPU clock be calculated in run-timeFabio Estevam1-1/+13
2017-09-10block: ide: Don't bother to create BLK device if no CDROM insertedBin Meng1-0/+7
2017-09-10block: ide: Fix block read/write with driver modelBin Meng2-1/+74
2017-09-08usb: net: migrate USB Ethernet adapters to KconfigChris Packham1-0/+36
2017-09-08usb: net: migrate CONFIG_USB_HOST_ETHER to KconfigChris Packham1-1/+11
2017-09-07net: fix typosHeinrich Schuchardt3-3/+3
2017-09-07net: phy: realtek: fix enabling of the TX-delay for RTL8211FMadalin Bucur1-10/+14
2017-09-05usb: gadget: g_dnl: Sync internal SN variable with envSam Protsenko1-0/+15
2017-09-05Merge git://git.denx.de/u-boot-videoTom Rini3-0/+9
2017-09-05rockchip: i2c: fix >32 byte readsWadim Egorov1-3/+16
2017-09-05rockchip: timer: fix U_BOOT_DRIVER namePhilipp Tomsich1-1/+1
2017-09-04video: ipuv3_fb: skip IPU shutdown if IPU was not enabled beforeAnatolij Gustschin3-0/+9
2017-09-04crypto/fsl: fix obj-yy in MakefileClemens Gruber1-1/+2
2017-09-03block: Drop the ftide020 driverBin Meng3-614/+0
2017-09-03block: ide: Drop CONFIG_IDE_LEDBin Meng1-46/+0
2017-09-03block: ide: Drop CONFIG_IDE_INIT_POSTRESETBin Meng1-9/+0
2017-09-03nvme: Remove dead codes in nvme_setup_io_queues()Bin Meng1-3/+0
2017-09-03nvme: Fix potential sign extension issue in nvme_blk_rw()Bin Meng1-1/+1
2017-09-03nvme: Fix wrong ndev->queues memsetBin Meng1-2/+1
2017-09-02Merge git://git.denx.de/u-boot-x86Tom Rini1-3/+2
2017-09-02Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is setAdam Ford1-0/+45
2017-09-02x86: ich-spi: Clear atomic preop only when SPI settings are not lockedBin Meng1-1/+2
2017-09-02x86: ich-spi: Remove useless assignment in ich_spi_xfer()Bin Meng1-2/+0
2017-09-01Convert CONFIG_SYS_I2C_BUS_MAX to KconfigAdam Ford1-0/+10
2017-09-01Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAXAdam Ford2-10/+10
2017-09-01Revert "Merge git://git.denx.de/u-boot-video"Tom Rini1-12/+1
2017-09-01Merge git://git.denx.de/u-boot-videoTom Rini1-1/+12
2017-09-01Merge git://git.denx.de/u-boot-imxTom Rini5-4/+754
2017-09-01Merge git://git.denx.de/u-boot-uniphierTom Rini12-2/+194
2017-09-01Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-4/+29
2017-09-01mmc: sunxi: Only update timing mode bit when enabling new timing modeChen-Yu Tsai1-1/+1
2017-08-30reset: uniphier: add PXs3 supportMasahiro Yamada1-0/+23
2017-08-30reset: uniphier: fix compatible for SD reset node for LD11/LD20Masahiro Yamada1-1/+5
2017-08-30clk: uniphier: add System clock supportMasahiro Yamada4-0/+67
2017-08-30mtd: nand: denali_dt: add a DT driverMasahiro Yamada5-1/+81
2017-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada2-0/+18
2017-08-29video: ipuv3_fb: skip IPU shutdown if IPU was not enabled beforeAnatolij Gustschin1-1/+12
2017-08-28Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-2/+2
2017-08-28usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3Masahiro Yamada1-2/+2
2017-08-28mmc: sunxi: fix legacy MMC initialisationMaxime Ripard1-1/+1
2017-08-28mmc: sunxi: Support new modeMaxime Ripard2-3/+28
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