summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2013-02-05spi/orion: Use module_platform_driver()Ezequiel Garcia
2013-02-05spi/bcm63xx: reject transfers unable to transferJonas Gorski
2013-02-05spi: Ensure memory used for spi_write_then_read() is DMA safeMark Brown
2013-02-05spi/spi-mpc512x-psc: init mode bits supported by the driverAnatolij Gustschin
2013-02-05spi/mpc512x-psc: don't use obsolet cell-index propertyAnatolij Gustschin
2013-02-05spi: Remove erroneous __init, __exit and __exit_p() references in driversGrant Likely
2013-02-05spi/s3c64xx: fix checkpatch warnings and errorJingoo Han
2013-02-05spi/s3c64xx: Use devm_clk_get() and devm_request_irq()Jingoo Han
2013-02-05spi/imx: Add MODULE_ALIAS()Fabio Estevam
2013-02-05spi/tegra: remove checks for valid speedLaxman Dewangan
2013-02-05spi: make sure all transfer has proper speed setLaxman Dewangan
2013-02-05spi/ath79: avoid multiple initialization of the SPI controllerGabor Juhos
2013-02-05spi/ath79: use gpio_request_oneGabor Juhos
2013-02-05spi/ath79: remove superfluous chip select codeGabor Juhos
2013-02-05spi/ath79: add missing HIGH->LOW SCK transitionGabor Juhos
2013-02-05spi/ath79: add delay between SCK changesGabor Juhos
2013-02-05mxs/spi: clear XFER_COUNT in ctrl0 field in DMA descriptorJuha Lumme
2013-02-05spi/sirf: add support for new SiRFmarco SMP SoCBarry Song
2013-02-05spi/sirf: use clk_prepare_enable and clk_disable_unprepareBarry Song
2013-02-05Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/...Grant Likely
2013-02-05spi: remove check for bits_per_word on transfer from low level driverLaxman Dewangan
2013-02-05spi/of: Use DT aliases for assigning bus numberGrant Likely
2013-02-05spi/sh-msiof: Add device tree parsing to driverBastian Hecht
2013-02-05spi/davinci: add OF support for the spi controllerMurali Karicheri
2013-02-05spi/omap2: disable DMA requests before complete()Felipe Balbi
2013-01-26spi: spi-omap2-mcspi.c: Toggle CS after each wordMatthias Brugger
2013-01-26spi: spi-omap2-mcspi.c: fix coding styleMatthias Brugger
2013-01-26spi: spi-gpio: Add checks for the dt propertiesMaxime Ripard
2013-01-26spi/pxa2xx: convert to the common clk frameworkMika Westerberg
2013-01-26spi/pxa2xx: convert to the pump message infrastructureMika Westerberg
2013-01-26spi/pxa2xx: fix warnings when compiling a 64-bit kernelMika Westerberg
2013-01-26spi/pxa2xx: allow building on a 64-bit kernelMika Westerberg
2013-01-14spi: bitbang: simplify pointer arithmeticsGuennadi Liakhovetski
2013-01-08spi/pxa2xx: embed the ssp_device to platform dataMika Westerberg
2013-01-08spi/pxa2xx-pci: switch to use pcim_* interfacesMika Westerberg
2013-01-08spi/s3c64xx: Complain if we fail to set a transfer speedMark Brown
2012-12-19spi/sh-hspi: fix return value check in hspi_probe().Cyril Roelandt
2012-12-17spi/atmel: add DT supportJean-Christophe PLAGNIOL-VILLARD
2012-12-15of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes.David Daney
2012-12-15spi: Change FIFO flush operation and spi channel offKyoungil Kim
2012-12-15spi: Keep chipselect assertion during one messageKyoungil Kim
2012-12-13Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-12-10spi/sparc: Allow of_register_spi_devices for sparcAndreas Larsson
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely
2012-12-07spi: Add support for specifying 3-wire mode via device treeLars-Peter Clausen
2012-12-06spi: Fix comparison of different integer typesGrant Likely
2012-12-06spi/orion: Add SPI_CHPA and SPI_CPOL support to kirkwood driver.Jason Gunthorpe
2012-12-06spi/sh: Add SH Mobile series as dependency to MSIOF controllerBastian Hecht