summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-10-27i2c: fti2c010: remove unused/unmaintained driverMasahiro Yamada
2017-10-27i2c: adi_i2c: remove left-over Blackfin I2C driverMasahiro Yamada
2017-10-27Merge git://git.denx.de/u-boot-x86Tom Rini
2017-10-27spi: ich: Lock down controller settings if requiredBin Meng
2017-10-25SPL: SPI: select SPL_SPI_FLASH_SUPPORT on SPL_SPI_SUNXIAndre Przywara
2017-10-23rtc: mc146818: Correct alarm message for day alarmBin Meng
2017-10-23simple-bus: remove DECLARE_GLOBAL_DATA_PTRMasahiro Yamada
2017-10-23mtd: replace MTDDEBUG() with pr_debug()Masahiro Yamada
2017-10-20net: Add SMC911X driver to Kconfig, convertAdam Ford
2017-10-20Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to KconfigAdam Ford
2017-10-18Merge git://git.denx.de/u-boot-i2cTom Rini
2017-10-18Merge git://git.denx.de/u-boot-spiTom Rini
2017-10-17i2c: stm32f7_i2c: fix usage of useless local variablePatrice Chotard
2017-10-17i2c: stm32f7_i2c: fix data abortChristophe Kerello
2017-10-17i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclassMasahiro Yamada
2017-10-16usbtty: fix typosHeinrich Schuchardt
2017-10-16Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen
2017-10-16spi: Drop CONFIG_ATMEL_DATAFLASH_SPITuomas Tynkkynen
2017-10-16mmc: stm32_sdmmc2: increase polling status register delayChristophe Kerello
2017-10-16dm: clk: fix PWR_CR3 register's bit 2 namePatrice Chotard
2017-10-16dm: clk: remove CLK() macro for clk_stm32h7Patrice Chotard
2017-10-15clk: uniphier: add NAND controller clockMasahiro Yamada
2017-10-15mtd: nand: denali_dt: add clock supportMasahiro Yamada
2017-10-15reset: uniphier: fix the first argument passed to dev_err()Masahiro Yamada
2017-10-15clk: uniphier: add PXs3 clock dataMasahiro Yamada
2017-10-15clk: uniphier: rework for better clock tree structureMasahiro Yamada
2017-10-15i2c: uniphier-f: replace debug() with dev_dbg()Masahiro Yamada
2017-10-15i2c: uniphier: replace debug() with dev_dbg()Masahiro Yamada
2017-10-15usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>Masahiro Yamada
2017-10-15pinctrl: uniphier: simplify input enable and delete pin arraysMasahiro Yamada
2017-10-15pinctrl: uniphier: set PUPD_SIMPLE cap flag for PXs3Masahiro Yamada
2017-10-15gpio: uniphier: rework single device node modelMasahiro Yamada
2017-10-15mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada
2017-10-15mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada
2017-10-12drivers: pci: imx: fix imx_pcie_remove functionSven-Ola Tuecke
2017-10-11Merge git://git.denx.de/u-boot-i2cTom Rini
2017-10-11i2c: muxes: pca954x: look up width from chip_descChris Packham
2017-10-10Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini
2017-10-09Merge git://git.denx.de/u-boot-dmTom Rini
2017-10-09Merge git://git.denx.de/u-boot-videoTom Rini
2017-10-08dm: ofnode: query correct property in livetree ofnode_get_addr_sizeKlaus Goger
2017-10-08dm: core: Round up size when allocating so that it is cache line alignedFaiz Abbas
2017-10-08dm: gpio: pca953x: Drop pointless data structure checksSimon Glass
2017-10-08dm: gpio: Correct use of -ENODEV in driversSimon Glass
2017-10-08dm: gpio: Add a comment about not copying some driversSimon Glass
2017-10-08dm: gpio: vybrid_gpio: Correct driver's use of bind() methodSimon Glass
2017-10-08dm: mmc: remove DM_MMC_OPS for STM32_SDMMCPatrice Chotard
2017-10-08serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flagPatrice Chotard
2017-10-08serial: stm32x7: add STM32F4 supportPatrice Chotard
2017-10-08serial: stm32x7: add fifo support for STM32H7Patrice Chotard