aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2012-02-13Fix section mismatch in spi-pl022.cGravatar Russell King 1-1/+1
2012-02-05spi-topcliff-pch: rename pch_spi_pcidev to pch_spi_pcidev_driverGravatar Danny Kukawka 1-3/+3
2012-02-05spi: Add spi-s3c64xx driver dependency on ARCH_EXYNOS4Gravatar Sylwester Nawrocki 1-1/+1
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 4-13/+16
2012-01-14Merge tags 'devicetree-for-linus' and 'spi-for-linus' of git://git.secretlab....Gravatar Linus Torvalds 1-2/+1
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-2/+2
2012-01-09Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Gravatar Linus Torvalds 1-9/+5
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+1
2012-01-07Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 4-28/+44
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-56/+85
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Gravatar Linus Torvalds 1-0/+2
2012-01-04Merge branch 'spi/next' (early part) into spi/mergeGravatar Grant Likely 3-27/+43
2012-01-02spi/tegra: depend instead of select TEGRA_SYSTEM_DMAGravatar Olof Johansson 1-2/+1
2011-12-23spi/s3c64xx: Use bus clocks created using clkdevGravatar Padmavathi Venna 1-9/+5
2011-12-13spi: Fix device unregistration when unregistering the bus masterGravatar Laurent Pinchart 1-1/+1
2011-12-13Merge branch 'pl022' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...Gravatar Grant Likely 1-56/+85
2011-12-07MIPS: Alchemy: Au1300 SoC supportGravatar Manuel Lauss 1-2/+2
2011-12-07spi/gpio: fix section mismatch warningGravatar Manuel Lauss 1-2/+2
2011-12-07spi/fsl-espi: disable CONFIG_SPI_FSL_ESPI=m buildGravatar Jiri Slaby 1-2/+2
2011-12-07spi/nuc900: Include linux/module.hGravatar Axel Lin 1-0/+1
2011-12-07spi/ath79: fix compile error due to missing includeGravatar Gabor Juhos 1-0/+1
2011-12-01spi/pl022: make the chip deselect handling thread safeGravatar Virupax Sadashivpetimath 1-35/+37
2011-12-01spi/pl022: add support for pm_runtime autosuspendGravatar Chris Blair 1-2/+18
2011-12-01spi/pl022: disable the PL022 block when unusedGravatar Virupax Sadashivpetimath 1-1/+5
2011-12-01spi/pl022: move device disable to workqueue threadGravatar Chris Blair 1-9/+16
2011-12-01spi/pl022: skip default configuration before suspendingGravatar Virupax Sadashivpetimath 1-5/+0
2011-12-01spi/pl022: fix build warningsGravatar Jonas Aaberg 1-1/+1
2011-12-01spi/pl022: only enable RX interrupts when TX is completeGravatar Chris Blair 1-5/+10
2011-11-26ARM: 7175/1: add subname parameter to mfp_set_groupg callersGravatar Axel Lin 1-1/+1
2011-11-22spi: pl022: Enable module alias autogeneration for AMBA driversGravatar Dave Martin 1-0/+2
2011-11-20Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Gravatar Linus Torvalds 1-0/+8
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnGravatar Vinod Koul 4-13/+16
2011-11-14spi: drop "select SPI_MASTER_OF"Gravatar Paul Bolle 1-2/+1
2011-11-09atmel/spi: fix missing probeGravatar Jean-Christophe PLAGNIOL-VILLARD 1-2/+3
2011-11-08ARM: 7149/1: spi/pl022: Enable clock in probeGravatar Ulf Hansson 1-0/+8
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 19-0/+19
2011-11-04Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-83/+92
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+1
2011-10-31spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.cGravatar Paul Gortmaker 1-0/+1
2011-10-31spi: Add module.h to implicit users in drivers/spiGravatar Paul Gortmaker 18-0/+18
2011-10-31spi, serial: move to dma_transfer_directionGravatar Vinod Koul 4-13/+16
2011-10-29spi-topcliff-pch: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorGravatar Tomoya MORINAGA 1-6/+6
2011-10-29spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOHGravatar Tomoya MORINAGA 2-4/+7
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 31-483/+213
2011-10-29spi/omap: Correct the error pathGravatar Shubhrajyoti D 1-12/+20
2011-10-29spi/omap: call pm_runtime_disable in error path and removeGravatar Shubhrajyoti D 1-0/+2
2011-10-29spi/omap: Use a workqueue per omap2_mcspi controllerGravatar Shubhrajyoti D 1-8/+11
2011-10-27Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu...Gravatar Linus Torvalds 1-0/+10
2011-10-27Merge branch 'amba' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Gravatar Linus Torvalds 1-34/+50
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Gravatar Linus Torvalds 1-1/+1