aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-05Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.gitGrant Likely7-356/+130
2013-02-05spi: remove check for bits_per_word on transfer from low level driverLaxman Dewangan11-25/+16
2013-02-05spi/of: Use DT aliases for assigning bus numberGrant Likely1-0/+3
2013-02-05spi/sh-msiof: Add device tree parsing to driverBastian Hecht1-1/+55
2013-02-05spi/davinci: add OF support for the spi controllerMurali Karicheri1-14/+88
2013-02-05spi/omap2: disable DMA requests before complete()Felipe Balbi1-4/+4
2013-01-29spi: s3c64xx: Modify SPI driver to use generic DMA DT supportPadmavathi Venna1-54/+23
2013-01-28spi: tegra: do not use clock name to get clockPrashant Gaikwad2-2/+2
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad2-2/+2
2013-01-26spi: spi-omap2-mcspi.c: Toggle CS after each wordMatthias Brugger1-0/+18
2013-01-26spi: spi-omap2-mcspi.c: fix coding styleMatthias Brugger1-8/+8
2013-01-26spi: spi-gpio: Add checks for the dt propertiesMaxime Ripard1-3/+20
2013-01-26spi/pxa2xx: convert to the common clk frameworkMika Westerberg1-13/+20
2013-01-26spi/pxa2xx: convert to the pump message infrastructureMika Westerberg1-200/+12
2013-01-26spi/pxa2xx: fix warnings when compiling a 64-bit kernelMika Westerberg1-3/+2
2013-01-26spi/pxa2xx: allow building on a 64-bit kernelMika Westerberg1-2/+2
2013-01-25spi: Convert to devm_ioremap_resource()Thierry Reding7-29/+21
2013-01-21drivers/spi: remove depends on CONFIG_EXPERIMENTALKees Cook1-10/+9
2013-01-14spi: bitbang: simplify pointer arithmeticsGuennadi Liakhovetski1-13/+14
2013-01-08spi/pxa2xx: embed the ssp_device to platform dataMika Westerberg2-72/+16
2013-01-08spi/pxa2xx-pci: switch to use pcim_* interfacesMika Westerberg1-56/+30
2013-01-08spi/s3c64xx: Complain if we fail to set a transfer speedMark Brown1-0/+2
2012-12-19spi/sh-hspi: fix return value check in hspi_probe().Cyril Roelandt1-1/+1
2012-12-17spi/atmel: add DT supportJean-Christophe PLAGNIOL-VILLARD1-1/+16
2012-12-15of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes.David Daney1-1/+4
2012-12-15spi: Change FIFO flush operation and spi channel offKyoungil Kim1-4/+4
2012-12-15spi: Keep chipselect assertion during one messageKyoungil Kim1-2/+0
2012-12-13Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds52-938/+2749
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+102
2012-12-10spi/sparc: Allow of_register_spi_devices for sparcAndreas Larsson1-1/+1
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely47-158/+153
2012-12-07spi: Add support for specifying 3-wire mode via device treeLars-Peter Clausen1-0/+2
2012-12-06spi: Fix comparison of different integer typesGrant Likely1-1/+1
2012-12-06spi/orion: Add SPI_CHPA and SPI_CPOL support to kirkwood driver.Jason Gunthorpe1-1/+24
2012-12-06spi/sh: Add SH Mobile series as dependency to MSIOF controllerBastian Hecht1-2/+2
2012-12-06spi/sh-msiof: Remove unneeded clock nameBastian Hecht1-4/+2
2012-12-06spi: Remove SPI_BUFSIZ restriction on spi_write_then_read()Mark Brown1-13/+11
2012-12-06spi/stmp: remove obsolete driverWolfram Sang3-671/+0
2012-12-06Merge branch 'spi-next' from git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.gitGrant Likely10-77/+2158
2012-12-05spi/clps711x: New SPI master driverAlexander Shiyan3-0/+304
2012-12-03spi: omap2-mcspi: remove duplicate inclusion of linux/err.hSachin Kamat1-1/+0
2012-12-03spi: omap2-mcspi: Fix the redifine warningShubhrajyoti D1-3/+0
2012-11-30spi / ACPI: add ACPI enumeration supportMika Westerberg1-1/+102
2012-11-29of/spi: Honour "status=disabled" property of deviceAlexander Sverdlin1-1/+1
2012-11-23spi/sh-hspi: add CS manual control supportPhil Edworthy1-2/+41
2012-11-21of_spi: add generic binding support to specify cs gpioJean-Christophe PLAGNIOL-VILLARD1-3/+51
2012-11-14spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.cWei Yongjun1-1/+0
2012-11-14spi/bitbang: (cosmetic) simplify list manipulationGuennadi Liakhovetski1-5/+3
2012-11-14spi/bitbang: avoid needless loop flow manipulationsGuennadi Liakhovetski1-11/+8