summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi/sh-hspi: fix return value check in hspi_probe().Cyril Roelandt2012-12-191-1/+1
* spi/atmel: add DT supportJean-Christophe PLAGNIOL-VILLARD2012-12-171-1/+16
* of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes.David Daney2012-12-151-1/+4
* spi: Change FIFO flush operation and spi channel offKyoungil Kim2012-12-151-4/+4
* spi: Keep chipselect assertion during one messageKyoungil Kim2012-12-151-2/+0Star
* Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-1452-938/+2749
|\
| * spi/sparc: Allow of_register_spi_devices for sparcAndreas Larsson2012-12-101-1/+1
| * spi: Remove HOTPLUG section attributesGrant Likely2012-12-0747-158/+153Star
| * spi: Add support for specifying 3-wire mode via device treeLars-Peter Clausen2012-12-071-0/+2
| * spi: Fix comparison of different integer typesGrant Likely2012-12-071-1/+1
| * spi/orion: Add SPI_CHPA and SPI_CPOL support to kirkwood driver.Jason Gunthorpe2012-12-061-1/+24
| * spi/sh: Add SH Mobile series as dependency to MSIOF controllerBastian Hecht2012-12-061-2/+2
| * spi/sh-msiof: Remove unneeded clock nameBastian Hecht2012-12-061-4/+2Star
| * spi: Remove SPI_BUFSIZ restriction on spi_write_then_read()Mark Brown2012-12-061-13/+11Star
| * spi/stmp: remove obsolete driverWolfram Sang2012-12-063-671/+0Star
| * Merge branch 'spi-next' from git://git.kernel.org/pub/scm/linux/kernel/git/br...Grant Likely2012-12-0610-77/+2158
| |\
| | * spi: omap2-mcspi: remove duplicate inclusion of linux/err.hSachin Kamat2012-12-021-1/+0Star
| | * spi: omap2-mcspi: Fix the redifine warningShubhrajyoti D2012-12-021-3/+0Star
| | * Merge branch 'spi-mcspi' into spi-nextMark Brown2012-11-141-3/+3
| | |\
| | | * spi/omap: fix D0/D1 direction confusionDaniel Mack2012-11-141-3/+3
| | * | Merge branch 'spi-tegra' into spi-nextMark Brown2012-11-143-0/+674
| | |\ \
| | | * | spi: tegra: add spi driver for sflash controllerLaxman Dewangan2012-11-143-0/+674
| | | | |
| | | \ \
| | *-. | | Merge branches 'spi-core' and 'spi-tegra' into spi-nextMark Brown2012-11-092-6/+15
| | |\ \| |
| | | | * | spi: tegra: sequence compatible strings as per preferenceLaxman Dewangan2012-11-091-1/+1
| | | | * | spi: make sure all transfer has bits_per_word setLaxman Dewangan2012-11-092-3/+11
| | | * | | spi: Dont call master->setup if not populatedLaxman Dewangan2012-11-091-2/+3
| | * | | | Merge branch 'spi-fix-s3c64xx' into spi-nextMark Brown2012-11-071-1/+1
| | |\ \ \ \
| | | * | | | spi: s3c64xx: Add fix for crash in spi suspend/resumeAbhilash Kesavan2012-11-071-1/+1
| | | |/ / /
| | * | | | Merge branch 'spi-linus' into spi-nextMark Brown2012-11-061-20/+19Star
| | |\ \ \ \
| | | * | | | spi: omap2-mcspi: Reorder the wait_for_completion for txShubhrajyoti D2012-11-061-20/+19Star
| | | |/ / /
| | * | | | Merge branch 'spi-spidev' into spi-nextMark Brown2012-11-011-0/+10
| | |\ \ \ \
| | | * | | | spi: spidev: Add Rohm DH2228FV DAC compatible stringMaxime Ripard2012-11-011-0/+1
| | | * | | | spi: spidev: Add device tree bindingsMaxime Ripard2012-11-011-0/+9
| | | |/ / /
| | * | | | Merge branch 'spi-tegra' into spi-nextMark Brown2012-10-304-4/+1369
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | spi: tegra: add spi driver for SLINK controllerLaxman Dewangan2012-10-303-1/+1366
| | | |/ /
| | * | | Merge tag 'spi-linus' into spi-nextMark Brown2012-10-231-4/+0Star
| | |\ \ \
| | * \ \ \ Merge branch 'spi-pl022' into spi-nextMark Brown2012-10-171-16/+36
| | |\ \ \ \
| | | * | | | spi/pl022: add IDLE state pin managementPatrice Chotard2012-10-171-13/+31
| | | * | | | spi/pl022: Activate resourses before deactivate them in suspendUlf Hansson2012-10-171-0/+3
| | | * | | | spi/pl022: Minor simplification for runtime pmUlf Hansson2012-10-171-3/+2Star
| | | | | | |
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *-----. \ \ \ \ Merge branch 'spi-linus', remote-tracking branches 'misc/spi/bcm63xx', 'misc/...Mark Brown2012-10-174-34/+42
| | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ | | | | |/| | | | |
| | | | | | * | | | spi/s3c64xx: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-10-171-16/+16
| | | | | | |/ / /
| | | | * | / / / spi/mcspi: allow configuration of pin directionsDaniel Mack2012-10-171-7/+18
| | | | | |/ / / | | | | |/| | |
| | | * | | | | spi/bcm63xx: remove useless call to bcm63xx_spi_check_transfer()Florian Fainelli2012-10-171-7/+0Star
| | | * | | | | spi/bcm63xx: add missing spi_master_{resume,suspend} calls to PM callbacksFlorian Fainelli2012-10-171-0/+4
| | | * | | | | spi/bcm63xx: remove driver versionFlorian Fainelli2012-10-171-3/+2Star
| | | |/ / / /
| | * | | | | spi/pl022: Revert "spi/pl022: fix spi-pl022 pm enable at probe"Ulf Hansson2012-10-171-0/+1
| * | | | | | spi/clps711x: New SPI master driverAlexander Shiyan2012-12-063-0/+304
| * | | | | | spi/sh-hspi: add CS manual control supportPhil Edworthy2012-11-231-2/+41
| * | | | | | of_spi: add generic binding support to specify cs gpioJean-Christophe PLAGNIOL-VILLARD2012-11-221-3/+51