summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mxs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'spi/topic/mxs' into spi-nextMark Brown2013-06-261-6/+0Star
|\
| * spi: spi-mxs: Let device core handle pinctrlFabio Estevam2013-05-131-6/+0Star
* | spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-291-6/+1Star
|/
* Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-05-071-51/+9Star
|\
| * spi: mxs-spi: move to use generic DMA helperShawn Guo2013-04-041-51/+9Star
* | mxs/spi: fix error return code in mxs_spi_probe()Wei Yongjun2013-04-031-0/+1
|/
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-3/+3
|\
| * spi: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+3
* | mxs/spi: clear XFER_COUNT in ctrl0 field in DMA descriptorJuha Lumme2013-02-051-1/+4
|/
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-3/+3
* spi: mxs: Terminate DMA in case of DMA timeoutMarek Vasut2012-10-171-0/+1
* spi: mxs: Assign message status after transfer finishedMarek Vasut2012-10-171-1/+1
* spi/mxs: Make the SPI block clock speed configurable via DTMarek Vasut2012-09-061-6/+15
* mxs/spi: Rework the mxs_ssp_timeout to be more readableMarek Vasut2012-09-061-11/+9Star
* mxs/spi: Decrement the DMA/PIO borderMarek Vasut2012-09-061-1/+1
* mxs/spi: Increment the transfer length only if transfer succeededMarek Vasut2012-09-061-1/+1
* mxs/spi: Fix issues when doing long continuous transferMarek Vasut2012-09-061-53/+88
* spi/mxs: Fix device remove functionGuenter Roeck2012-08-271-4/+1Star
* mxs/spi: Fix misuse of init_completionMarek Vasut2012-08-271-1/+3
* mxs/spi: Restart the block after unsuccessful transferMarek Vasut2012-08-271-1/+3
* spi/mxs: Add DMA support into SPI driverMarek Vasut2012-08-171-15/+216
* mmc: spi: Pull out common DMA parts from MXS MMCMarek Vasut2012-08-171-1/+0Star
* spi/mxs: Add SPI driver for mx233/mx28Marek Vasut2012-08-171-0/+431