summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-09-021-3/+2
|\
| * x86: ich-spi: Clear atomic preop only when SPI settings are not lockedBin Meng2017-09-021-1/+2
| * x86: ich-spi: Remove useless assignment in ich_spi_xfer()Bin Meng2017-09-021-2/+0
* | Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is setAdam Ford2017-09-021-0/+45
|/
* Convert CONFIG_SYS_I2C_BUS_MAX to KconfigAdam Ford2017-09-011-0/+10
* Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAXAdam Ford2017-09-012-10/+10
* Revert "Merge git://git.denx.de/u-boot-video"Tom Rini2017-09-011-12/+1
* Merge git://git.denx.de/u-boot-videoTom Rini2017-09-011-1/+12
|\
| * video: ipuv3_fb: skip IPU shutdown if IPU was not enabled beforeAnatolij Gustschin2017-08-291-1/+12
* | Merge git://git.denx.de/u-boot-imxTom Rini2017-09-015-4/+754
|\ \
| * | pinctrl: imx7ulp: Add new info instance for iomuxc1Peng Fan2017-08-231-3/+7
| * | pinctrl: imx: Fix mask when SHARE_MUX_CONF_REG is setPeng Fan2017-08-231-1/+1
| * | spl: add serial download protocol (SDP) supportStefan Agner2017-08-231-0/+1
| * | usb: gadget: sdp: extend images compatible for jumpsStefan Agner2017-08-231-2/+18
| * | usb: gadget: add SDP driverStefan Agner2017-08-233-0/+729
* | | Merge git://git.denx.de/u-boot-uniphierTom Rini2017-09-0112-2/+194
|\ \ \
| * | | reset: uniphier: add PXs3 supportMasahiro Yamada2017-08-301-0/+23
| * | | reset: uniphier: fix compatible for SD reset node for LD11/LD20Masahiro Yamada2017-08-301-1/+5
| * | | clk: uniphier: add System clock supportMasahiro Yamada2017-08-304-0/+67
| * | | mtd: nand: denali_dt: add a DT driverMasahiro Yamada2017-08-305-1/+81
| * | | ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada2017-08-292-0/+18
| | |/ | |/|
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-09-012-4/+29
|\ \ \
| * | | mmc: sunxi: Only update timing mode bit when enabling new timing modeChen-Yu Tsai2017-09-011-1/+1
| * | | mmc: sunxi: fix legacy MMC initialisationMaxime Ripard2017-08-281-1/+1
| * | | mmc: sunxi: Support new modeMaxime Ripard2017-08-282-3/+28
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2017-08-281-2/+2
|\ \ \
| * | | usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3Masahiro Yamada2017-08-281-2/+2
| |/ /
* | | nvme: Get rid of the global variable nvme_infoBin Meng2017-08-283-35/+12
* | | nvme: Use blk_create_devicef() APIBin Meng2017-08-281-9/+3
* | | nvme: Apply cache operations on the DMA buffersBin Meng2017-08-282-5/+34
* | | nvme: Consolidate block read and write routinesBin Meng2017-08-281-53/+12
* | | nvme: Use macros to access NVMe queuesBin Meng2017-08-281-7/+15
* | | nvme: Respect timeout when en/disabling the controllerBin Meng2017-08-281-3/+11
* | | nvme: Cache controller's capabilitiesBin Meng2017-08-282-6/+6
* | | nvme: Fix endianness assignment to prp2 in nvme_identify()Bin Meng2017-08-281-1/+1
* | | nvme: Fix ndev->queues allocationBin Meng2017-08-281-2/+2
* | | nvme: Fix getting PCI vendor id of the NVMe block deviceBin Meng2017-08-282-22/+3
* | | nvme: Remove useless definesBin Meng2017-08-281-60/+0
|/ /
* | Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2017-08-261-33/+96
|\ \
| * | clk: rmobile: Split R8A7795 and R8A7796 core clock tablesMarek Vasut2017-08-261-33/+96
| |/
* | Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-266-233/+102
|\ \
| * | serial: serial-uclass: Add generic serial RX buffer supportStefan Roese2017-08-242-2/+61
| * | Revert "serial: ns16550: Add RX interrupt buffer support"Stefan Roese2017-08-242-128/+5
| * | vbe: Drop vbe_get_video_info()Bin Meng2017-08-241-41/+0
| * | x86: ich-spi: Move opcode registers configuration to another routineBin Meng2017-08-241-6/+16
| * | x86: ich-spi: Don't read cached lock statusBin Meng2017-08-242-8/+23
| * | x86: ich-spi: Remove unnecessary assignment in ich_init_controller()Bin Meng2017-08-241-1/+0
| * | x86: ich-spi: Remove spi_write_protect_region()Bin Meng2017-08-241-50/+0
| |/
* | Merge git://git.denx.de/u-boot-i2cTom Rini2017-08-266-0/+1051
|\ \
| * | i2c: muxes: add i2c gpio multiplexer driverPeng Fan2017-08-233-0/+148