aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-mxs.c
AgeCommit message (Expand)Author
2013-08-06spi: spi-mxs: Remove unused bits_per_word variableAxel Lin
2013-07-22spi: spi-mxs: Remove unneeded check for platform_get_resource()Fabio Estevam
2013-07-15spi: spi-mxs: Check the return value from stmp_reset_block()Fabio Estevam
2013-07-15spi: spi-mxs: Check the return value from clk_prepare_enable()Fabio Estevam
2013-07-15spi: spi-mxs: Fix the error path sequenceFabio Estevam
2013-06-26Merge remote-tracking branch 'spi/topic/mxs' into spi-nextMark Brown
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren
2013-05-13spi: spi-mxs: Let device core handle pinctrlFabio Estevam
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2013-04-04spi: mxs-spi: move to use generic DMA helperShawn Guo
2013-04-03mxs/spi: fix error return code in mxs_spi_probe()Wei Yongjun
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-05mxs/spi: clear XFER_COUNT in ctrl0 field in DMA descriptorJuha Lumme
2013-01-25spi: Convert to devm_ioremap_resource()Thierry Reding
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely
2012-10-17spi: mxs: Terminate DMA in case of DMA timeoutMarek Vasut
2012-10-17spi: mxs: Assign message status after transfer finishedMarek Vasut
2012-09-06spi/mxs: Make the SPI block clock speed configurable via DTMarek Vasut
2012-09-06mxs/spi: Rework the mxs_ssp_timeout to be more readableMarek Vasut
2012-09-06mxs/spi: Decrement the DMA/PIO borderMarek Vasut
2012-09-06mxs/spi: Increment the transfer length only if transfer succeededMarek Vasut
2012-09-06mxs/spi: Fix issues when doing long continuous transferMarek Vasut
2012-08-27spi/mxs: Fix device remove functionGuenter Roeck
2012-08-27mxs/spi: Fix misuse of init_completionMarek Vasut
2012-08-27mxs/spi: Restart the block after unsuccessful transferMarek Vasut
2012-08-17spi/mxs: Add DMA support into SPI driverMarek Vasut
2012-08-17mmc: spi: Pull out common DMA parts from MXS MMCMarek Vasut
2012-08-17spi/mxs: Add SPI driver for mx233/mx28Marek Vasut