aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds17-409/+2746
2012-03-15spi/fsl-espi: Make sure pm is within 2..32Sebastian Andrzej Siewior1-4/+6
2012-03-15spi/fsl-espi: make the clock computation easier to readSebastian Andrzej Siewior1-2/+2
2012-03-15spi: sh-hspi: modify write/read methodKuninori Morimoto1-69/+24
2012-03-15spi: sh-hspi: control spi clock more correctlyKuninori Morimoto1-16/+70
2012-03-15spi: sh-hspi: convert to using core message queueKuninori Morimoto1-97/+55
2012-03-15spi: s3c64xx: Fix buildMark Brown1-1/+1
2012-03-15spi: s3c64xx: remove unnecessary callback msg->completeKuninori Morimoto1-3/+0
2012-03-15spi: remove redundant variable assignmentGuennadi Liakhovetski1-2/+0
2012-03-10spi: release lock on error path in spi_pump_messages()Dan Carpenter1-0/+1
2012-03-09spi: Compatibility with direction which is used in samsung DMA operationKyoungil Kim1-5/+5
2012-03-09spi-topcliff-pch: add recovery processing in case wait-event timeoutTomoya MORINAGA1-1/+9
2012-03-09spi-topcliff-pch: supports a spi mode setup and bit order setup by IO controlTomoya MORINAGA1-0/+1
2012-03-09spi-topcliff-pch: Fix issue for transmitting over 4KByteTomoya MORINAGA1-11/+55
2012-03-09spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device infoTomoya MORINAGA1-1/+2
2012-03-09spi/imx: simplify error handling to free gpiosAxel Lin1-8/+3
2012-03-09spi: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin3-3/+3
2012-03-09spi: add Broadcom BCM63xx SPI controller driverFlorian Fainelli3-0/+493
2012-03-09SPI: add CSR SiRFprimaII SPI controller driverZhiwu Song3-0/+695
2012-03-09spi-topcliff-pch: fix -Wuninitialized warningDanny Kukawka1-16/+17
2012-03-09spi: Mark spi_register_board_info() __devinitMark Brown1-1/+1
2012-03-09spi/s3c64xx: Convert to using core message queueMark Brown1-103/+22
2012-03-09spi: controller drivers don't need to depend on SPI_MASTER explicitlyUwe Kleine-König1-6/+5
2012-03-09spi/doc: spi_master_put must be followed up by kfreeUwe Kleine-König1-1/+2
2012-03-09spi: Add SuperH HSPI prototype driverKuninori Morimoto3-0/+371
2012-03-07spi: create a message queueing infrastructureLinus Walleij2-252/+390
2012-03-07spi: add support for Renesas RSPIShimoda, Yoshihiro3-0/+528
2012-03-07spi/spi-sh: add IORESOURCE_MEM_TYPE_MASK decoding for access sizeShimoda, Yoshihiro1-2/+23
2012-02-15spi/omap: Add DT support to McSPI driverBenoit Cousson1-8/+48
2012-02-13Fix section mismatch in spi-pl022.cRussell King1-1/+1
2012-02-05spi-topcliff-pch: rename pch_spi_pcidev to pch_spi_pcidev_driverDanny Kukawka1-3/+3
2012-02-05spi: Add spi-s3c64xx driver dependency on ARCH_EXYNOS4Sylwester Nawrocki1-1/+1
2012-02-02spi/pl022: Add high priority message pump supportChris Blair1-25/+52
2012-02-01spi/nuc900: Remove unnecessary memset of struct nuc900_spiTobias Klauser1-2/+0
2012-01-30Merge branch 'spi/s3c64xx' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/miscGrant Likely1-11/+103
2012-01-21spi/s3c64xx: Implement runtime PM supportMark Brown1-0/+39
2012-01-21spi/s3c64xx: Convert to dev_pm_opsMark Brown1-9/+10
2012-01-21spi/s3c64xx: Log error interruptsMark Brown1-2/+55
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-13/+16
2012-01-14Merge tags 'devicetree-for-linus' and 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+1
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+2
2012-01-09Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-9/+5
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2012-01-07Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-28/+44
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-56/+85
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-0/+2
2012-01-04Merge branch 'spi/next' (early part) into spi/mergeGrant Likely3-27/+43
2012-01-02spi/tegra: depend instead of select TEGRA_SYSTEM_DMAOlof Johansson1-2/+1
2011-12-23spi/s3c64xx: Use bus clocks created using clkdevPadmavathi Venna1-9/+5
2011-12-13spi: Fix device unregistration when unregistering the bus masterLaurent Pinchart1-1/+1