summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen2017-10-163-995/+0
* spi: Drop CONFIG_ATMEL_DATAFLASH_SPITuomas Tynkkynen2017-10-162-185/+0
* mmc: stm32_sdmmc2: increase polling status register delayChristophe Kerello2017-10-161-1/+1
* dm: clk: fix PWR_CR3 register's bit 2 namePatrice Chotard2017-10-161-4/+4
* dm: clk: remove CLK() macro for clk_stm32h7Patrice Chotard2017-10-161-115/+108
* clk: uniphier: add NAND controller clockMasahiro Yamada2017-10-151-0/+12
* mtd: nand: denali_dt: add clock supportMasahiro Yamada2017-10-152-0/+13
* reset: uniphier: fix the first argument passed to dev_err()Masahiro Yamada2017-10-151-1/+2
* clk: uniphier: add PXs3 clock dataMasahiro Yamada2017-10-153-0/+23
* clk: uniphier: rework for better clock tree structureMasahiro Yamada2017-10-154-183/+323
* i2c: uniphier-f: replace debug() with dev_dbg()Masahiro Yamada2017-10-151-62/+52
* i2c: uniphier: replace debug() with dev_dbg()Masahiro Yamada2017-10-151-30/+33
* usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>Masahiro Yamada2017-10-151-1/+1
* pinctrl: uniphier: simplify input enable and delete pin arraysMasahiro Yamada2017-10-156-89/+3
* pinctrl: uniphier: set PUPD_SIMPLE cap flag for PXs3Masahiro Yamada2017-10-151-1/+2
* gpio: uniphier: rework single device node modelMasahiro Yamada2017-10-151-51/+89
* mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* drivers: pci: imx: fix imx_pcie_remove functionSven-Ola Tuecke2017-10-121-4/+4
* Merge git://git.denx.de/u-boot-i2cTom Rini2017-10-111-1/+6
|\
| * i2c: muxes: pca954x: look up width from chip_descChris Packham2017-10-111-1/+6
* | Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2017-10-1017-119/+12261
|\ \ | |/ |/|
| * pinctrl: rmobile: Add pinconf to Renesas RCar pincontrol driverMarek Vasut2017-10-041-0/+187
| * usb: Drop the EHCI RCar Gen3Marek Vasut2017-10-043-115/+0
| * gpio: rmobile: Add Renesas RCar GPIO driverMarek Vasut2017-09-283-0/+176
| * pinctrl: rmobile: Add Renesas RCar pincontrol driverMarek Vasut2017-09-288-0/+11802
| * serial: sh: Enable clock if availableMarek Vasut2017-09-241-3/+6
| * net: ravb: Add PHY reset GPIO supportMarek Vasut2017-09-241-0/+13
| * clk: rmobile: Add RPC hyperflash clockMarek Vasut2017-09-241-1/+43
| * clk: rmobile: Add support for setting SDxCKCRMarek Vasut2017-09-241-0/+34
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-10-0913-51/+44
|\ \
| * | dm: ofnode: query correct property in livetree ofnode_get_addr_sizeKlaus Goger2017-10-081-1/+3
| * | dm: core: Round up size when allocating so that it is cache line alignedFaiz Abbas2017-10-081-0/+1
| * | dm: gpio: pca953x: Drop pointless data structure checksSimon Glass2017-10-081-11/+0
| * | dm: gpio: Correct use of -ENODEV in driversSimon Glass2017-10-089-19/+19
| * | dm: gpio: Add a comment about not copying some driversSimon Glass2017-10-083-1/+15
| * | dm: gpio: vybrid_gpio: Correct driver's use of bind() methodSimon Glass2017-10-081-19/+6
* | | Merge git://git.denx.de/u-boot-videoTom Rini2017-10-093-3/+214
|\ \ \
| * | | dm: video: Add color ANSI escape sequence supportRob Clark2017-09-291-0/+94
| * | | dm: video: Add basic ANSI escape sequence supportRob Clark2017-09-293-3/+117
| * | | dm: video: Fix cache flushesRob Clark2017-09-291-0/+3
* | | | dm: mmc: remove DM_MMC_OPS for STM32_SDMMCPatrice Chotard2017-10-081-1/+1
* | | | serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flagPatrice Chotard2017-10-081-7/+2
* | | | serial: stm32x7: add STM32F4 supportPatrice Chotard2017-10-083-2/+10
* | | | serial: stm32x7: add fifo support for STM32H7Patrice Chotard2017-10-082-3/+15
* | | | serial: stm32x7: prepare the ground to STM32F4 supportPatrice Chotard2017-10-082-44/+66
* | | | serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatiblePatrice Chotard2017-10-081-2/+0
* | | | serial: stm32x7: cleanup codePatrice Chotard2017-10-081-9/+9
| |/ / |/| |
* | | PCI: Add driver for a 'pci-host-ecam-generic' host controllerTuomas Tynkkynen2017-10-063-0/+152
* | | pci: layerscape: Use pci_generic_mmap_{read, write}_configTuomas Tynkkynen2017-10-061-51/+17