aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee2015-10-131-0/+4
* spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott2015-05-091-1/+4
* spi: dw: revisit FIFO size detection againAndy Shevchenko2015-05-091-2/+2
* spi: dw-mid: fix FIFO sizeAndy Shevchenko2015-02-201-1/+0
* spi: dw: Fix detecting FIFO depthAxel Lin2015-02-201-2/+2
* spi: dw: Fix dynamic speed change.Thor Thayer2014-12-141-5/+1
* spi: pl022: Fix incorrect dma_unmap_sgRay Jui2014-12-141-1/+1
* spi: dw-mid: terminate ongoing transfers at exitAndy Shevchenko2014-12-141-0/+4
* spi: dw-mid: check that DMA was inited before exitAndy Shevchenko2014-12-141-0/+2
* spi: dw-mid: respect 8 bit modeAndy Shevchenko2014-12-141-2/+2
* spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmenstsAnatolij Gustschin2013-04-101-1/+1
* spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_controlHerton Ronaldo Krzesinski2012-05-311-1/+1
* spi-topcliff-pch: add recovery processing in case wait-event timeoutTomoya MORINAGA2012-05-201-1/+9
* spi-topcliff-pch: supports a spi mode setup and bit order setup by IO controlTomoya MORINAGA2012-05-201-0/+1
* spi-topcliff-pch: Fix issue for transmitting over 4KByteTomoya MORINAGA2012-05-201-11/+55
* spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device infoTomoya MORINAGA2012-05-201-1/+2
* spi/mpc83xx: fix NULL pdata dereference bugKenth Eriksson2012-05-111-1/+3
* spi: Fix device unregistration when unregistering the bus masterLaurent Pinchart2012-05-111-1/+1
* spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2012-04-222-4/+7
* spi-topcliff-pch: fix -Wuninitialized warningDanny Kukawka2012-04-221-16/+17
* spi-topcliff-pch: rename pch_spi_pcidev to pch_spi_pcidev_driverDanny Kukawka2012-03-121-3/+3
* spi/gpio: fix section mismatch warningManuel Lauss2011-12-071-2/+2
* spi/fsl-espi: disable CONFIG_SPI_FSL_ESPI=m buildJiri Slaby2011-12-071-2/+2
* spi/nuc900: Include linux/module.hAxel Lin2011-12-071-0/+1
* spi/ath79: fix compile error due to missing includeGabor Juhos2011-12-071-0/+1
* ARM: 7175/1: add subname parameter to mfp_set_groupg callersAxel Lin2011-11-261-1/+1
* Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-11-201-0/+8
|\
| * ARM: 7149/1: spi/pl022: Enable clock in probeUlf Hansson2011-11-081-0/+8
* | atmel/spi: fix missing probeJean-Christophe PLAGNIOL-VILLARD2011-11-091-2/+3
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0619-0/+19
|\
| * spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.cPaul Gortmaker2011-10-311-0/+1
| * spi: Add module.h to implicit users in drivers/spiPaul Gortmaker2011-10-3118-0/+18
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2011-11-041-83/+92
|\ \
| * | spi/s3c64xx: Merge dma control codeBoojin Kim2011-09-141-64/+76
| * | spi/s3c64xx: Add support DMA engine APIBoojin Kim2011-09-141-72/+69
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2011-11-031-1/+1
|\ \ \ | |_|/ |/| |
| * | MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss2011-10-241-1/+1
* | | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-2931-483/+213
|\ \ \
| * | | drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-2525-318/+45
| * | | spi: irq: Remove IRQF_DISABLEDYong Zhang2011-10-245-5/+5
| * | | OMAP: SPI: Fix the trying to free nonexistent resource errorShubhrajyoti D2011-10-241-3/+4
| * | | Merge commit 'v3.1' into spi/nextGrant Likely2011-10-243-28/+72
| |\ \ \ | | |/ /
| * | | spi/spi-ep93xx: add module.h includeMika Westerberg2011-10-161-0/+1
| * | | spi/tegra: fix compilation error in spi-tegra.cMarc Dietrich2011-10-141-0/+1
| * | | spi: spi-dw: fix all sparse warningsH Hartley Sweeten2011-09-213-79/+89
| * | | spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is trueViresh Kumar2011-09-211-2/+6
| * | | spi/spi-pl022: calculate_effective_freq() must set rate <= requested rateViresh Kumar2011-09-211-51/+51
| * | | spi/spi-pl022: Don't allocate more sg than required.Viresh Kumar2011-09-211-1/+1
| * | | spi/spi-pl022: Use GFP_ATOMIC for allocation from taskletViresh Kumar2011-09-211-2/+2
| * | | spi/spi-pl022: Resolve formatting issuesViresh Kumar2011-09-201-22/+8
| | |/ | |/|