aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAge
* spi/ath79: use gpio_request_oneGabor Juhos2013-02-05
* spi/ath79: remove superfluous chip select codeGabor Juhos2013-02-05
* spi/ath79: add missing HIGH->LOW SCK transitionGabor Juhos2013-02-05
* spi/ath79: add delay between SCK changesGabor Juhos2013-02-05
* mxs/spi: clear XFER_COUNT in ctrl0 field in DMA descriptorJuha Lumme2013-02-05
* spi/sirf: add support for new SiRFmarco SMP SoCBarry Song2013-02-05
* spi/sirf: use clk_prepare_enable and clk_disable_unprepareBarry Song2013-02-05
* Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/...Grant Likely2013-02-05
|\
| * spi: spi-omap2-mcspi.c: Toggle CS after each wordMatthias Brugger2013-01-26
| * spi: spi-omap2-mcspi.c: fix coding styleMatthias Brugger2013-01-26
| * spi: spi-gpio: Add checks for the dt propertiesMaxime Ripard2013-01-26
| * spi/pxa2xx: convert to the common clk frameworkMika Westerberg2013-01-26
| * spi/pxa2xx: convert to the pump message infrastructureMika Westerberg2013-01-26
| * spi/pxa2xx: fix warnings when compiling a 64-bit kernelMika Westerberg2013-01-26
| * spi/pxa2xx: allow building on a 64-bit kernelMika Westerberg2013-01-26
| * spi: bitbang: simplify pointer arithmeticsGuennadi Liakhovetski2013-01-13
| * spi/pxa2xx: embed the ssp_device to platform dataMika Westerberg2013-01-08
| * spi/pxa2xx-pci: switch to use pcim_* interfacesMika Westerberg2013-01-08
| * spi/s3c64xx: Complain if we fail to set a transfer speedMark Brown2013-01-08
* | spi: remove check for bits_per_word on transfer from low level driverLaxman Dewangan2013-02-05
* | spi/of: Use DT aliases for assigning bus numberGrant Likely2013-02-05
* | spi/sh-msiof: Add device tree parsing to driverBastian Hecht2013-02-05
* | spi/davinci: add OF support for the spi controllerMurali Karicheri2013-02-05
* | spi/omap2: disable DMA requests before complete()Felipe Balbi2013-02-05
|/
* spi/sh-hspi: fix return value check in hspi_probe().Cyril Roelandt2012-12-19
* spi/atmel: add DT supportJean-Christophe PLAGNIOL-VILLARD2012-12-17
* of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes.David Daney2012-12-14
* spi: Change FIFO flush operation and spi channel offKyoungil Kim2012-12-14
* spi: Keep chipselect assertion during one messageKyoungil Kim2012-12-14
* Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-13
|\
| * spi/sparc: Allow of_register_spi_devices for sparcAndreas Larsson2012-12-10
| * spi: Remove HOTPLUG section attributesGrant Likely2012-12-07
| * spi: Add support for specifying 3-wire mode via device treeLars-Peter Clausen2012-12-07
| * spi: Fix comparison of different integer typesGrant Likely2012-12-06
| * spi/orion: Add SPI_CHPA and SPI_CPOL support to kirkwood driver.Jason Gunthorpe2012-12-06
| * spi/sh: Add SH Mobile series as dependency to MSIOF controllerBastian Hecht2012-12-06
| * spi/sh-msiof: Remove unneeded clock nameBastian Hecht2012-12-06
| * spi: Remove SPI_BUFSIZ restriction on spi_write_then_read()Mark Brown2012-12-06
| * spi/stmp: remove obsolete driverWolfram Sang2012-12-06
| * Merge branch 'spi-next' from git://git.kernel.org/pub/scm/linux/kernel/git/br...Grant Likely2012-12-06
| |\
| | * spi: omap2-mcspi: remove duplicate inclusion of linux/err.hSachin Kamat2012-12-02
| | * spi: omap2-mcspi: Fix the redifine warningShubhrajyoti D2012-12-02
| | * Merge branch 'spi-mcspi' into spi-nextMark Brown2012-11-13
| | |\
| | | * spi/omap: fix D0/D1 direction confusionDaniel Mack2012-11-13
| | * | Merge branch 'spi-tegra' into spi-nextMark Brown2012-11-13
| | |\ \
| | | * | spi: tegra: add spi driver for sflash controllerLaxman Dewangan2012-11-13
| | | | |
| | | \ \
| | *-. | | Merge branches 'spi-core' and 'spi-tegra' into spi-nextMark Brown2012-11-09
| | |\ \| |
| | | | * | spi: tegra: sequence compatible strings as per preferenceLaxman Dewangan2012-11-09
| | | | * | spi: make sure all transfer has bits_per_word setLaxman Dewangan2012-11-09
| | | * | | spi: Dont call master->setup if not populatedLaxman Dewangan2012-11-09