aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-07spi: SPI_ZYNQMP_GQSPI should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2015-06-18Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev' and 'spi/topic/zynq' into spi-nextMark Brown1-0/+6
2015-06-18Merge remote-tracking branches 'spi/topic/pxa', 'spi/topic/rb4xx', 'spi/topic/rspi', 'spi/topic/s3c64xx' and 'spi/topic/sh-msiof' into spi-nextMark Brown1-8/+7
2015-06-18Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/gpio', 'spi/topic/imx' and 'spi/topic/orion' into spi-nextMark Brown1-2/+2
2015-06-18Merge remote-tracking branch 'spi/topic/bcm2835' into spi-nextMark Brown1-0/+1
2015-06-12spi: Add support for Zynq Ultrascale+ MPSoC GQSPI controllerRanjit Waghmode1-0/+6
2015-06-09spi: spi-pxa2xx: remove legacy PXA DMA bitsDaniel Mack1-8/+1
2015-05-11Merge remote-tracking branches 'spi/fix/fsl-cpm', 'spi/fix/fsl-dspi' and 'spi/fix/fsl-espi' into spi-linusMark Brown1-1/+1
2015-05-06spi: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-2/+2
2015-05-04spi: bcm2835: depends GPIOLIBYoshinori Sato1-0/+1
2015-04-24spi: Kconfig: Add SOC_LS1021A to SPI_FSL_DSPI dependenceHaikun Wang1-1/+1
2015-04-24Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm2835-code', 'spi/fix/bitbang', 'spi/fix/fsl-cpm' and 'spi/fix/omap2-mcspi' into spi-linusMark Brown1-0/+1
2015-04-18spi: Add SPI driver for Mikrotik RB4xx series boardsBert Vermeulen1-0/+6
2015-04-14spi: bcm2835: Add GPIOLIB dependencyGuenter Roeck1-0/+1
2015-04-11Merge remote-tracking branches 'spi/topic/blackfin', 'spi/topic/cadence', 'spi/topic/dw' and 'spi/topic/err' into spi-nextMark Brown1-3/+2
2015-03-09spi: dw-mid: convert to use dw_dmac instead of intel_mid_dmaAndy Shevchenko1-1/+1
2015-03-09spi: cadence: Remove Kconfig dependencyMichal Simek1-2/+1
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-3/+3
2015-02-08Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev', 'spi/topic/st-ssc' and 'spi/topic/ti-qspi' into spi-nextMark Brown1-0/+7
2015-02-08Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/topic/qup', 'spi/topic/rockchip' and 'spi/topic/samsung' into spi-nextMark Brown1-1/+0
2015-02-08Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topic/fsl', 'spi/topic/fsl-dspi' and 'spi/topic/gpio' into spi-nextMark Brown1-3/+2
2015-02-08Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/config', 'spi/topic/dln2' and 'spi/topic/dw' into spi-nextMark Brown1-1/+10
2015-01-28spi: spi-fsl-dspi: Remove spi-bitbangChao Fu1-1/+0
2015-01-28spi: pl08x: do not select S3C64XX_PL080Arnd Bergmann1-1/+0
2015-01-16spi: Kconfig: Remove additional newlineMichal Simek1-1/+0
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-3/+3
2015-01-06spi: fsl-(e)spi: Support compile as moduleEsben Haabendal1-2/+2
2014-12-22spi: add support for DLN-2 USB-SPI adapterLaurentiu Palcu1-0/+10
2014-12-22spi: Add new driver for STMicroelectronics' SPI ControllerLee Jones1-0/+7
2014-12-08Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/rockchip', 'spi/topic/samsung' and 'spi/topic/sirf' into spi-nextMark Brown1-1/+1
2014-12-08Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/topic/img-spfi' and 'spi/topic/meson' into spi-nextMark Brown1-0/+15
2014-11-27spi: meson: Select REGMAP_MMIOBeniamino Galvani1-0/+1
2014-11-26spi: s3c64xx: add support for exynos7 SPI controllerPadmavathi Venna1-1/+1
2014-11-24spi: meson: Add support for Amlogic Meson SPIFCBeniamino Galvani1-0/+7
2014-11-17spi: Add driver for IMG SPFI controllerAndrew Bresticker1-0/+7
2014-10-03Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/topic/rspi', 'spi/topic/sh-msiof' and 'spi/topic/sirf' into spi-nextMark Brown1-1/+1
2014-10-03Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic/fsl' into spi-nextMark Brown1-1/+1
2014-10-03Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi/topic/checkpatch' and 'spi/topic/clps711x' into spi-nextMark Brown1-0/+8
2014-09-26spi: bcm53xx: Fix module dependencyAxel Lin1-0/+2
2014-09-13spi: dw-mid: remove Moorestown supportAndy Shevchenko1-1/+1
2014-08-31spi/drivers: Restrict COMPILE_TEST by HAS_DMA where neededGeert Uytterhoeven1-2/+5
2014-08-19spi: bcm53xx: driver for SPI controller on Broadcom bcma SoCRafał Miłecki1-0/+6
2014-08-16spi/pxa2xx-pci: Add common clock framework support in PCI glue layerChew, Chiau Ee1-1/+1
2014-08-04Merge remote-tracking branches 'spi/topic/sh', 'spi/topic/sh-msiof' and 'spi/topic/topcliff-pch' into spi-nextMark Brown1-1/+1
2014-08-04Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pl022', 'spi/topic/qup', 'spi/topic/rockchip' and 'spi/topic/rspi' into spi-nextMark Brown1-1/+13
2014-07-10spi: rspi: Relax DMA dependency and increase build coverageGeert Uytterhoeven1-1/+1
2014-07-10spi: sh-msiof: SPI_SH_MSIOF should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2014-07-05spi/rockchip: Add dependencies on relaxed I/O accessorsMark Brown1-0/+1
2014-07-04spi/rockchip: add driver for Rockchip RK3xxx SoCs integrated SPIaddy ke1-0/+11
2014-06-02Merge remote-tracking branches 'spi/topic/adi', 'spi/topic/atmel' and 'spi/topic/cadence' into spi-nextMark Brown1-2/+9