summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2013-05-18Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+0
2013-05-18drivers/spi: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-13Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown3-6/+9
2013-05-13Merge remote-tracking branch 'spi/fix/atmel' into spi-linusMark Brown1-9/+38
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-4/+4
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+41
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-53/+11
2013-05-06Merge branch 'late/dt' into next/dt2Arnd Bergmann7-47/+45
2013-05-02spi/spi-atmel: BUG: fix doesn' support 16 bits transfers using PIORichard Genoud1-9/+38
2013-04-29Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds27-821/+3372
2013-04-28spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list itemsWei Yongjun1-6/+6
2013-04-25spi-topcliff-pch: missing platform_driver_unregister() on error in pch_spi_in...Wei Yongjun1-1/+3
2013-04-24spi/spi-atmel: add dmaengine supportNicolas Ferre1-21/+566
2013-04-23spi/spi-atmel: add flag to controller data for lock operationsNicolas Ferre1-14/+21
2013-04-23spi/spi-atmel: add physical base addressNicolas Ferre1-0/+2
2013-04-23spi/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann1-1/+1
2013-04-19Merge branch 'spear/dwdma' into late/cleanupArnd Bergmann1-2/+41
2013-04-18spi/s3c64xx: Check for errors in dmaengine prepare_transfer()Mark Brown1-1/+25
2013-04-18spi/s3c64xx: Fix non-dmaengine usageMark Brown1-3/+3
2013-04-18spi: omap2-mcspi: fix error return code in omap2_mcspi_probe()Wei Yongjun1-1/+2
2013-04-17Merge tag 'davinci-for-v3.10/dt-2-v2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson1-2/+2
2013-04-17spi/davinci: no wildcards in DT compatible propertyManjunathappa, Prakash1-2/+2
2013-04-16spi/s3c64xx: let device core setup the default pin configurationThomas Abraham1-62/+4
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-4/+4
2013-04-15spi: omap2-mcspi: Fix transfers if DMADEVICES is not setTony Lindgren1-10/+22
2013-04-12spi: s3c64xx: move to generic dmaengine APIArnd Bergmann1-44/+141
2013-04-10spi-gpio: init CS before spi_bitbang_setup()Josef Ahmad1-1/+1
2013-04-09spi: spi-mpc512x-psc: let transmiter/receiver enabled when in xfer loopAnatolij Gustschin1-7/+3
2013-04-09spi: spi-mpc512x-psc: add support for gpio chip selectsAnatolij Gustschin1-6/+25
2013-04-08spi/bcm63xx: remove unused speed_hz variableJonas Gorski1-2/+0
2013-04-08spi: tegra: slink: make local symbols staticWei Yongjun1-2/+2
2013-04-08spi/pxa2xx: Convert to devm_ioremap_resource()Sachin Kamat1-5/+4
2013-04-07spi/davinci: fix module build errorManjunathappa, Prakash1-1/+1
2013-04-07spi: Return error from of_spi_register_master on bad "cs-gpios" propertyAndreas Larsson1-1/+4
2013-04-07spi: Initialize cs_gpio and cs_gpios with -ENOENTAndreas Larsson1-2/+2
2013-04-07spi/atmel: fix speed_hz check in atmel_spi_transfer()Joachim Eastwood1-2/+2
2013-04-07spi/tegra114: add spi driverLaxman Dewangan3-0/+1255
2013-04-07spi/tegra-slink: assume CONFIG_OF, remove platform dataStephen Warren1-34/+11
2013-04-07spi/tegra-sflash: assume CONFIG_OF, remove platform dataStephen Warren1-32/+9
2013-04-07spi/tegra-slink: remove redundant codeStephen Warren1-31/+1
2013-04-07spi/spi-fsl-spi: Add support for gpio chipselects for GRLIB type coresAndreas Larsson2-5/+46
2013-04-07spi/spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally runnin...Andreas Larsson3-14/+101
2013-04-07spi/spi-fsl-spi: Add support for setting a maximum number of bits per wordAndreas Larsson2-1/+8
2013-04-07spi/spi-fsl-spi: Introduce a type for the driverAndreas Larsson2-7/+34
2013-04-07spi/spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accesse...Andreas Larsson2-20/+36
2013-04-07spi/spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactiveAndreas Larsson1-0/+4
2013-04-07spi/spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environ...Andreas Larsson8-405/+519
2013-04-05Merge tag 'spi-fix-v3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-44/+42
2013-04-04Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+1
2013-04-04spi: mxs-spi: move to use generic DMA helperShawn Guo1-51/+9