aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-27driver: fsl-mc: use calloc instead mallocPrabhakar Kushwaha1-18/+21
2017-10-20net: Add SMC911X driver to Kconfig, convertAdam Ford1-0/+28
2017-10-20Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to KconfigAdam Ford1-1/+54
2017-10-18Merge git://git.denx.de/u-boot-i2cTom Rini2-13/+6
2017-10-18Merge git://git.denx.de/u-boot-spiTom Rini2-7/+65
2017-10-17i2c: stm32f7_i2c: fix usage of useless local variablePatrice Chotard1-8/+2
2017-10-17i2c: stm32f7_i2c: fix data abortChristophe Kerello1-10/+11
2017-10-17i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclassMasahiro Yamada1-2/+0
2017-10-16usbtty: fix typosHeinrich Schuchardt1-1/+1
2017-10-16Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen3-995/+0
2017-10-16spi: Drop CONFIG_ATMEL_DATAFLASH_SPITuomas Tynkkynen2-185/+0
2017-10-16mmc: stm32_sdmmc2: increase polling status register delayChristophe Kerello1-1/+1
2017-10-16dm: clk: fix PWR_CR3 register's bit 2 namePatrice Chotard1-4/+4
2017-10-16dm: clk: remove CLK() macro for clk_stm32h7Patrice Chotard1-115/+108
2017-10-15clk: uniphier: add NAND controller clockMasahiro Yamada1-0/+12
2017-10-15mtd: nand: denali_dt: add clock supportMasahiro Yamada2-0/+13
2017-10-15reset: uniphier: fix the first argument passed to dev_err()Masahiro Yamada1-1/+2
2017-10-15clk: uniphier: add PXs3 clock dataMasahiro Yamada3-0/+23
2017-10-15clk: uniphier: rework for better clock tree structureMasahiro Yamada4-183/+323
2017-10-15i2c: uniphier-f: replace debug() with dev_dbg()Masahiro Yamada1-62/+52
2017-10-15i2c: uniphier: replace debug() with dev_dbg()Masahiro Yamada1-30/+33
2017-10-15usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>Masahiro Yamada1-1/+1
2017-10-15pinctrl: uniphier: simplify input enable and delete pin arraysMasahiro Yamada6-89/+3
2017-10-15pinctrl: uniphier: set PUPD_SIMPLE cap flag for PXs3Masahiro Yamada1-1/+2
2017-10-15gpio: uniphier: rework single device node modelMasahiro Yamada1-51/+89
2017-10-15mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada1-0/+2
2017-10-15mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada1-0/+2
2017-10-12drivers: pci: imx: fix imx_pcie_remove functionSven-Ola Tuecke1-4/+4
2017-10-11Merge git://git.denx.de/u-boot-i2cTom Rini1-1/+6
2017-10-11i2c: muxes: pca954x: look up width from chip_descChris Packham1-1/+6
2017-10-10Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini17-119/+12261
2017-10-09Merge git://git.denx.de/u-boot-dmTom Rini13-51/+44
2017-10-09Merge git://git.denx.de/u-boot-videoTom Rini3-3/+214
2017-10-08dm: ofnode: query correct property in livetree ofnode_get_addr_sizeKlaus Goger1-1/+3
2017-10-08dm: core: Round up size when allocating so that it is cache line alignedFaiz Abbas1-0/+1
2017-10-08dm: gpio: pca953x: Drop pointless data structure checksSimon Glass1-11/+0
2017-10-08dm: gpio: Correct use of -ENODEV in driversSimon Glass9-19/+19
2017-10-08dm: gpio: Add a comment about not copying some driversSimon Glass3-1/+15
2017-10-08dm: gpio: vybrid_gpio: Correct driver's use of bind() methodSimon Glass1-19/+6
2017-10-08dm: mmc: remove DM_MMC_OPS for STM32_SDMMCPatrice Chotard1-1/+1
2017-10-08serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flagPatrice Chotard1-7/+2
2017-10-08serial: stm32x7: add STM32F4 supportPatrice Chotard3-2/+10
2017-10-08serial: stm32x7: add fifo support for STM32H7Patrice Chotard2-3/+15
2017-10-08serial: stm32x7: prepare the ground to STM32F4 supportPatrice Chotard2-44/+66
2017-10-08serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatiblePatrice Chotard1-2/+0
2017-10-08serial: stm32x7: cleanup codePatrice Chotard1-9/+9
2017-10-06PCI: Add driver for a 'pci-host-ecam-generic' host controllerTuomas Tynkkynen3-0/+152
2017-10-06pci: layerscape: Use pci_generic_mmap_{read, write}_configTuomas Tynkkynen1-51/+17
2017-10-06pci: xilinx: Use pci_generic_mmap_{read, write}_config()Tuomas Tynkkynen1-46/+7
2017-10-06pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen1-0/+58