aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2013-07-15spi: s3c64xx: add missing check for polling modeGirish K S1-0/+3
2013-07-15spi/pxa2xx: enable DMA on newer Intel LPSS siliconMika Westerberg1-1/+8
2013-07-15spi/omap-100k: Convert to module_platform_driver()Mark Brown1-13/+2
2013-07-15spi/omap-100k: Prepare and unprepare clocksMark Brown1-8/+8
2013-07-15spi/omap-100k: Convert to devm_clk_get()Mark Brown1-13/+6
2013-07-15spi/omap-100k: Convert to use core message queue implementationMark Brown1-86/+17
2013-07-15spi/omap-100k: Factor message transfer function out of work queueMark Brown1-65/+68
2013-07-15spi/omap-100k: Use core functionality to check validity of transfersMark Brown1-30/+2
2013-07-15spi/omap-100k: Remove empty reset functionMark Brown1-8/+0
2013-07-15spi: spi-mxs: Check the return value from stmp_reset_block()Fabio Estevam1-1/+3
2013-07-15spi: spi-mxs: Check the return value from clk_prepare_enable()Fabio Estevam1-3/+7
2013-07-15spi: spi-mxs: Fix the error path sequenceFabio Estevam1-5/+2
2013-07-15spi: spi-imx: Check the return value from clk_prepare_enable()Fabio Estevam1-4/+10
2013-07-15spi: spi-imx: Use devm functionsFabio Estevam1-46/+15
2013-07-15spi: spi-ep93xx: move the clock divider calcs into ep93xx_spi_chip_setup()H Hartley Sweeten1-32/+25
2013-07-15spi: spi-ep93xx: don't bother calculating the divisors in ep93xx_spi_setup()H Hartley Sweeten1-14/+0
2013-07-15spi: spi-ep93xx: use devm_clk_get()H Hartley Sweeten1-6/+3
2013-07-15spi: spi-ep93xx: remove 'dss' from per chip private dataH Hartley Sweeten1-10/+7
2013-07-15spi: spi-ep93xx: remove dev_err() for kzalloc() failureH Hartley Sweeten1-3/+1
2013-07-15spi: spi-ep93xx: get platform resources early in (*probe)H Hartley Sweeten1-14/+12
2013-07-15spi: spi-ep93xx: remove bits_per_word() helperH Hartley Sweeten1-11/+3
2013-07-15spi: spi-ep93xx: use read,write instead of __raw_* variantsH Hartley Sweeten1-12/+10
2013-07-15spi: spi-ep93xx: always handle transfer specific settingsH Hartley Sweeten1-33/+10
2013-07-15spi/clps711x: Remove unneeded devm_ deallocationsMark Brown1-6/+0
2013-07-15spi: More sanity checks for transfersMark Brown1-0/+5
2013-07-15spi: Support transfer speed checking in the coreMark Brown1-0/+7
2013-07-15spi/rspi: Add missing dependency on DMAEMark Brown1-1/+1
2013-07-15spi: add spi controller v3 master driver for BlackfinScott Jiang3-1/+982
2013-07-15spi/bitbang: Factor out message transfer from message pump loopMark Brown1-95/+104
2013-07-15spi/bitbang: Unexport spi_bitbang_transfer()Mark Brown1-2/+1
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2-2/+2
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2013-07-11spi: revert master->setup function removal for altera and nuc900Stephen Warren2-0/+25
2013-07-10spi/xilinx: Revert master->setup function removalMichal Simek1-0/+16
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-1/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2013-07-03Merge tag 'spi-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds46-745/+679
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-62/+8
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-0/+1
2013-07-02Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2013-07-02spi: s3c64xx: add missing check for polling modeGirish K S1-0/+3
2013-06-28Merge branch 'pm-assorted'Rafael J. Wysocki1-1/+1
2013-06-26Merge remote-tracking branch 'spi/topic/xilinx' into spi-nextMark Brown1-9/+21
2013-06-26Merge remote-tracking branch 'spi/topic/txx9' into spi-nextMark Brown1-2/+0
2013-06-26Merge remote-tracking branch 'spi/topic/topcliff' into spi-nextMark Brown1-4/+4
2013-06-26Merge remote-tracking branch 'spi/topic/sirf' into spi-nextMark Brown1-41/+14
2013-06-26Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-nextMark Brown1-59/+143
2013-06-26Merge remote-tracking branch 'spi/topic/s3c24xx' into spi-nextMark Brown1-2/+0
2013-06-26Merge remote-tracking branch 'spi/topic/pxa' into spi-nextMark Brown2-38/+10