summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-09-02Convert CONFIG_SYS_I2C_BUS_MAX to KconfigAdam Ford1-0/+10
2017-09-02Configs: 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-29Merge 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
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-23pinctrl: imx7ulp: Add new info instance for iomuxc1Peng Fan1-3/+7
2017-08-23pinctrl: imx: Fix mask when SHARE_MUX_CONF_REG is setPeng Fan1-1/+1
2017-08-23spl: add serial download protocol (SDP) supportStefan Agner1-0/+1
2017-08-23usb: gadget: sdp: extend images compatible for jumpsStefan Agner1-2/+18
2017-08-23usb: gadget: add SDP driverStefan Agner3-0/+729
2017-08-23i2c: muxes: add i2c gpio multiplexer driverPeng Fan3-0/+148
2017-08-23i2c: add i2c driver for stm32Patrice Chotard3-0/+903