aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi/davinci: Use correct length parameter to dma_map_single callsMichael Williamson2011-03-141-5/+5
* Merge commit 'v2.6.38-rc8' into spi/nextGrant Likely2011-03-122-42/+25
|\
| * spi/pxa2xx pci: fix the release - remove raceSebastian Andrzej Siewior2011-02-151-40/+21
| * spi/spi_sh_msiof: fix wrong address calculation, which leads to an OopsGuennadi Liakhovetski2011-01-211-2/+4
* | spi/omap_mcspi: catch xfers of non-multiple SPI word sizeMichael Jones2011-03-041-3/+6
* | spi/omap_mcspi: Off-by-one error in finding the right divisorHannu Heikkinen2011-02-241-11/+18
* | spi/pl022: rid dangling labelsLinus Walleij2011-02-221-2/+0
* | spi: add support for SuperH SPIYoshihiro Shimoda2011-02-223-0/+550
* | spi: New driver for Altera SPIThomas Chou2011-02-223-0/+346
* | spi: add OpenCores tiny SPI driverThomas Chou2011-02-223-0/+433
* | Merge branch 'devicetree/next' into spi/nextGrant Likely2011-02-223-10/+0
|\ \
| * | driver-core: remove conditionals around devicetree pointersGrant Likely2011-01-213-10/+0
| |/
* | spi/imx: select master mode for all channelsSascha Hauer2011-02-151-3/+9
* | spi/pl022: minor kerneldoc updatesLinus Walleij2011-02-151-9/+16
* | spi/pl022: remove dangling status checkVirupax Sadashivpetimath2011-02-151-2/+0
* | spi/pl022: disable core voltage when idleLinus Walleij2011-02-151-4/+13
* | spi/pl022: use dmaengine helper macrosLinus Walleij2011-02-151-17/+10
* | spi/bitbang: check for setup_transfer during initializationSascha Hauer2011-02-151-9/+4
* | spi/bfin_spi: return immediately after skipping to next transferSonic Zhang2011-02-151-0/+1
* | spi/bfin_spi: support for multiples of 8bits with hardware CSBob Liu2011-02-151-32/+71
* | spi/spidev: Add 32 bit compat ioctl()Bernhard Walle2011-02-031-0/+12
* | spi/spi_sh_msiof: consolidate data in 8-bit mode into 32-bit wordsGuennadi Liakhovetski2011-01-211-0/+59
* | spi/spi_sh_msiof: cosmetic clean-upGuennadi Liakhovetski2011-01-211-34/+34
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2011-01-183-0/+301
|\
| * SPI: Add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCsGabor Juhos2011-01-183-0/+301
* | spi/spi_sh_msiof: fix a wrong free_irq() parameterGuennadi Liakhovetski2011-01-171-1/+1
|/
* spi/amba-pl022: fixing compilation warning.Viresh Kumar2011-01-141-1/+1
* Merge branch 'devicetree/next' into spi/nextGrant Likely2011-01-142-3/+3
|\
| * Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-132-3/+3
| |\
| | * Merge branch 'master' into for-nextJiri Kosina2010-12-224-52/+79
| | |\
| | * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-012-3/+3
* | | | spi: Enable SPI driver for S5P6440 and S5P6450Abhilash Kesavan2011-01-141-2/+2
* | | | spi/imx: Add i.MX53 supportYong Shen2011-01-122-2/+8
* | | | spi/dw_spi: don't treat NULL clk as an errorJamie Iles2011-01-111-2/+3
* | | | spi: tegra: don't treat NULL clk as an errorJamie Iles2011-01-101-1/+1
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-01-101-8/+84
|\ \ \
| * | | spi / PM: Support dev_pm_opsMark Brown2010-12-251-8/+84
* | | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-0718-1265/+1327
|\ \ \ \
| * | | | spi/omap: Fix DMA API usage in OMAP MCSPI driverRussell King - ARM Linux2011-01-071-8/+3
| * | | | spi/imx: correct the test on platform_get_irq() return valueRichard Genoud2011-01-071-1/+1
| * | | | spi/topcliff: Typo fix threhold to thresholdJustin P. Mattock2010-12-311-2/+2
| * | | | spi/dw_spi Typo change diable to disable.Justin P. Mattock2010-12-301-1/+1
| * | | | spi/fsl_espi: change the read behaviour of the SPIRFMingkai Hu2010-12-291-3/+16
| * | | | Merge branch 'spi' of git://git.linutronix.de/users/bigeasy/soda into spi/nextGrant Likely2010-12-294-61/+344
| |\ \ \ \
| | * | | | spi/pxa2xx: pass of_node to spi device and set a parent deviceSebastian Andrzej Siewior2010-12-021-0/+4
| | * | | | spi/pxa2xx: Modify RX-Tresh instead of busy-loop for the remaining RX bytes.Sebastian Andrzej Siewior2010-12-021-17/+39
| | * | | | spi/pxa2xx: Add chipselect support for SodavilleSebastian Andrzej Siewior2010-12-021-25/+68
| | * | | | spi/pxa2xx: Consider CE4100's FIFO depthSebastian Andrzej Siewior2010-12-011-2/+0
| | * | | | spi/pxa2xx: Add CE4100 supportSebastian Andrzej Siewior2010-12-014-6/+210
| | * | | | arm/pxa2xx: reorgazine SSP and SPI header filesSebastian Andrzej Siewior2010-12-011-3/+1