summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | spi/imx: simplify error handling to free gpiosAxel Lin2012-03-091-8/+3
| * | | spi: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin2012-03-093-3/+3
| * | | spi: add Broadcom BCM63xx SPI controller driverFlorian Fainelli2012-03-093-0/+493
| * | | SPI: add CSR SiRFprimaII SPI controller driverZhiwu Song2012-03-093-0/+695
| * | | spi-topcliff-pch: fix -Wuninitialized warningDanny Kukawka2012-03-091-16/+17
| * | | spi: Mark spi_register_board_info() __devinitMark Brown2012-03-091-1/+1
| * | | spi/s3c64xx: Convert to using core message queueMark Brown2012-03-091-103/+22
| * | | spi: controller drivers don't need to depend on SPI_MASTER explicitlyUwe Kleine-König2012-03-091-6/+5
| * | | spi/doc: spi_master_put must be followed up by kfreeUwe Kleine-König2012-03-091-1/+2
| * | | spi: Add SuperH HSPI prototype driverKuninori Morimoto2012-03-093-0/+371
| * | | spi: create a message queueing infrastructureLinus Walleij2012-03-072-252/+390
| * | | spi: add support for Renesas RSPIShimoda, Yoshihiro2012-03-073-0/+528
| * | | spi/spi-sh: add IORESOURCE_MEM_TYPE_MASK decoding for access sizeShimoda, Yoshihiro2012-03-071-2/+23
| * | | spi/omap: Add DT support to McSPI driverBenoit Cousson2012-02-151-8/+48
| * | | spi/pl022: Add high priority message pump supportChris Blair2012-02-021-25/+52
| * | | spi/nuc900: Remove unnecessary memset of struct nuc900_spiTobias Klauser2012-02-011-2/+0
| * | | Merge branch 'spi/s3c64xx' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Grant Likely2012-01-301-11/+103
| |\ \ \ | | |_|/ | |/| |
| | * | spi/s3c64xx: Implement runtime PM supportMark Brown2012-01-211-0/+39
| | * | spi/s3c64xx: Convert to dev_pm_opsMark Brown2012-01-211-9/+10
| | * | spi/s3c64xx: Log error interruptsMark Brown2012-01-211-2/+55
* | | | Fix section mismatch in spi-pl022.cRussell King2012-02-131-1/+1
| |_|/ |/| |
* | | spi-topcliff-pch: rename pch_spi_pcidev to pch_spi_pcidev_driverDanny Kukawka2012-02-051-3/+3
* | | spi: Add spi-s3c64xx driver dependency on ARCH_EXYNOS4Sylwester Nawrocki2012-02-051-1/+1
|/ /
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-174-13/+16
|\ \
| * \ Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-174-13/+16
| |\ \
| | * | spi, serial: move to dma_transfer_directionVinod Koul2011-10-314-13/+16
| | | |
| \ \ \
*-. \ \ \ Merge tags 'devicetree-for-linus' and 'spi-for-linus' of git://git.secretlab....Linus Torvalds2012-01-141-2/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| | * | | spi/tegra: depend instead of select TEGRA_SYSTEM_DMAOlof Johansson2012-01-021-2/+1
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-01-141-2/+2
|\ \ \ \ \
| * | | | | MIPS: Alchemy: Au1300 SoC supportManuel Lauss2011-12-071-2/+2
* | | | | | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-01-091-9/+5
|\ \ \ \ \ \
| * | | | | | spi/s3c64xx: Use bus clocks created using clkdevPadmavathi Venna2011-12-231-9/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-2/+1
|\ \ \ \ \ \
| * | | | | | spi: drop "select SPI_MASTER_OF"Paul Bolle2011-11-141-2/+1
* | | | | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-074-28/+44
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'spi/next' (early part) into spi/mergeGrant Likely2012-01-043-27/+43
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | spi-topcliff-pch: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2011-10-291-6/+6
| | * | | | | | spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-10-292-4/+7
| | * | | | | | spi/omap: Correct the error pathShubhrajyoti D2011-10-291-12/+20
| | * | | | | | spi/omap: call pm_runtime_disable in error path and removeShubhrajyoti D2011-10-291-0/+2
| | * | | | | | spi/omap: Use a workqueue per omap2_mcspi controllerShubhrajyoti D2011-10-291-8/+11
| * | | | | | | spi: Fix device unregistration when unregistering the bus masterLaurent Pinchart2011-12-131-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-071-56/+85
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pl022' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...Grant Likely2011-12-131-56/+85
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | spi/pl022: make the chip deselect handling thread safeVirupax Sadashivpetimath2011-12-011-35/+37
| | * | | | | | spi/pl022: add support for pm_runtime autosuspendChris Blair2011-12-011-2/+18
| | * | | | | | spi/pl022: disable the PL022 block when unusedVirupax Sadashivpetimath2011-12-011-1/+5
| | * | | | | | spi/pl022: move device disable to workqueue threadChris Blair2011-12-011-9/+16
| | * | | | | | spi/pl022: skip default configuration before suspendingVirupax Sadashivpetimath2011-12-011-5/+0
| | * | | | | | spi/pl022: fix build warningsJonas Aaberg2011-12-011-1/+1