summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2012-10-01Merge branch 'next/cleanup' into HEADOlof Johansson
2012-10-01Merge branch 'next/fixes-non-critical' into HEADOlof Johansson
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-21Merge tag 'omap-cleanup-local-headers-for-v3.7' of git://git.kernel.org/pub/s...Olof Johansson
2012-09-21Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson
2012-09-20ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann
2012-09-17spi: tegra: remove support of legacy DMA driver based accessLaxman Dewangan
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson
2012-09-13ARM: OMAP1: Move SoC specific headers from plat to mach for omap1Tony Lindgren
2012-09-01spi: fix comment/printk typos in spiMasanari Iida
2012-08-25Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2012-08-20Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds
2012-08-17spi/coldfire-qspi: Drop extra calls to spi_master_get in suspend/resume funct...Guenter Roeck
2012-08-17spi: spi-coldfire-qspi: Drop extra spi_master_put in device remove functionGuenter Roeck
2012-08-17spi/pl022: fix spi-pl022 pm enable at probeMichel JAOUEN
2012-08-17MIPS: BCM63xx: Fix SPI message control register handling for BCM6338/6348.Florian Fainelli
2012-08-13spi/bcm63xx: Ensure that memory is freed only after it is no longer usedGuenter Roeck
2012-08-10spi/s3c64xx: improve error handlingArnd Bergmann
2012-08-04spi: omap2-mcspi: Fix the error handling in probeShubhrajyoti D
2012-08-04spi/s3c64xx: Add missing static storage class specifiersSachin Kamat
2012-08-03spi/spi-omap2-mcspi: add a const qualifierUwe Kleine-König
2012-08-03spi/imx: make spi_imx_data.devtype_data member point to const dataUwe Kleine-König
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-07-31spi: omap2-mcspi: remove private DMA API implementationRussell King
2012-07-31spi: omap2-mcspi: add DMA engine supportRussell King
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2012-07-26Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds
2012-07-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2012-07-24Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-07-23spi/orion: remove uneeded spi_infoMichael Walle
2012-07-23spi/bcm63xx: fix clock configuration selectionFlorian Fainelli
2012-07-23SPI: MIPS: lantiq: add FALCON spi driverThomas Langer
2012-07-23spi/orion: add device tree bindingAndrew Lunn
2012-07-22spi/omap2: mark omap2_mcspi_master_setup as __devinitArnd Bergmann
2012-07-20spi: omap2-mcspi: Fix the below warningShubhrajyoti D
2012-07-20spi: Add AD-FMCOMMS1-EBZ I2C-SPI bridge driverLars-Peter Clausen
2012-07-19spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sitesMark Brown
2012-07-19spi/s3c64xx: Convert to devm_request_and_ioremap()Mark Brown
2012-07-19spi/s3c64xx: Put the /CS GPIO into output modeMark Brown
2012-07-19spi/s3c64xx: Fix handling of errors in gpio_request()Mark Brown
2012-07-15coldfire-qspi: Add support for the Coldfire 5251/5253.Steven King
2012-07-13spi/imx: use gpio_is_valid to determine if a gpio is validHui Wang
2012-07-13spi/imx: remove redundant config.speed_hz settingHui Wang
2012-07-13spi: s3c64xx: add device tree supportThomas Abraham
2012-07-13spi: s3c64xx: Remove the 'set_level' callback from controller dataThomas Abraham
2012-07-13ARM: SAMSUNG: Remove pdev pointer parameter from spi gpio setup functionsThomas Abraham
2012-07-13spi: s3c64xx: move controller information into driver dataThomas Abraham
2012-07-13spi: s3c64xx: remove unused S3C64XX_SPI_ST_TRLCNTZ macroThomas Abraham
2012-07-12Merge branch 'next/devel-dma-ops' into next/dt-samsungKukjin Kim