summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-fix-v3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-055-44/+42Star
|\
| * spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmenstsAnatolij Gustschin2013-04-011-1/+1
| * spi: Unlock a spinlock before calling into the controller driver.Bryan Freed2013-04-011-8/+7Star
| * spi/s3c64xx: modified error interrupt handling and initGirish K S2013-04-011-16/+25
| * spi/bcm63xx: don't disable non enabled clocks in probe error pathJonas Gorski2013-03-121-1/+1
| * spi/bcm63xx: Remove unused variableKevin Cernekee2013-03-121-1/+0Star
| * spi: slink-tegra20: move runtime pm calls to transfer_one_messageLaxman Dewangan2013-03-121-17/+8Star
* | Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-04-052-2/+1Star
|\ \
| * | ACPI / SPI: Use parent's ACPI_HANDLE() in acpi_register_spi_devices()Rafael J. Wysocki2013-04-022-2/+1Star
| |/
* / drivers/Kconfig: add several missing GENERIC_HARDIRQS dependenciesHeiko Carstens2013-03-211-1/+2
|/
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-222-4/+4
|\
| * spi: tegra: do not use clock name to get clockPrashant Gaikwad2013-01-282-2/+2
| * ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-282-2/+2
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-219-40/+31Star
|\ \
| * | driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-2/+2
| * | spi: Convert to devm_ioremap_resource()Thierry Reding2013-01-257-29/+21Star
| * | drivers/spi: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-10/+9Star
| |/
* | Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2013-02-211-54/+23Star
|\ \
| * | spi: s3c64xx: Modify SPI driver to use generic DMA DT supportPadmavathi Venna2013-01-291-54/+23Star
| |/
* | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-204-11/+10Star
|\ \
| * | gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely2013-02-134-11/+10Star
| |/
* | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-2036-1137/+2027
|\ \
| * | spi/of: Fix initialization of cs_gpios arrayAndreas Larsson2013-02-111-1/+2
| * | Merge branch spi-next from git://git.kernel.org/pub/scm/linux/kernel/git/broo...Grant Likely2013-02-096-578/+1451
| |\ \
| | * | spi/pxa2xx: add support for Lynxpoint SPI controllersMika Westerberg2013-02-082-3/+109
| | * | spi/pxa2xx: add support for Intel Low Power Subsystem SPIMika Westerberg2013-02-082-4/+135
| | * | spi/pxa2xx: add support for SPI_LOOPMika Westerberg2013-02-081-1/+4
| | * | spi/pxa2xx: add support for runtime PMMika Westerberg2013-02-081-6/+67
| | * | spi/pxa2xx: add support for DMA engineMika Westerberg2013-02-085-3/+431
| | * | spi/pxa2xx: break out the private DMA API usage into a separate fileMika Westerberg2013-02-085-568/+712
| * | | spi/ath79: add shutdown handlerGabor Juhos2013-02-061-0/+6
| * | | spi/mips-lantiq: set SPI_MASTER_HALF_DUPLEX flagJohn Crispin2013-02-051-0/+1
| * | | spi/mips-lantiq: make use of spi_finalize_current_messageJohn Crispin2013-02-051-1/+1
| * | | spi/bcm63xx: work around inability to keep CS upJonas Gorski2013-02-051-28/+106
| * | | spi/davinci: use request_threaded_irq() to fix deadlockMurali Karicheri2013-02-051-2/+15
| * | | spi/orion: Use module_platform_driver()Ezequiel Garcia2013-02-051-11/+2Star
| * | | spi/bcm63xx: reject transfers unable to transferJonas Gorski2013-02-051-49/+42Star
| * | | spi: Ensure memory used for spi_write_then_read() is DMA safeMark Brown2013-02-051-1/+2
| * | | spi/spi-mpc512x-psc: init mode bits supported by the driverAnatolij Gustschin2013-02-051-0/+1
| * | | spi/mpc512x-psc: don't use obsolet cell-index propertyAnatolij Gustschin2013-02-051-11/+5Star
| * | | spi: Remove erroneous __init, __exit and __exit_p() references in driversGrant Likely2013-02-059-23/+23
| * | | spi/s3c64xx: fix checkpatch warnings and errorJingoo Han2013-02-051-20/+13Star
| * | | spi/s3c64xx: Use devm_clk_get() and devm_request_irq()Jingoo Han2013-02-051-26/+15Star
| * | | spi/imx: Add MODULE_ALIAS()Fabio Estevam2013-02-051-0/+1
| * | | spi/tegra: remove checks for valid speedLaxman Dewangan2013-02-052-6/+14
| * | | spi: make sure all transfer has proper speed setLaxman Dewangan2013-02-051-2/+4
| * | | spi/ath79: avoid multiple initialization of the SPI controllerGabor Juhos2013-02-051-17/+24
| * | | spi/ath79: use gpio_request_oneGabor Juhos2013-02-051-11/+11
| * | | spi/ath79: remove superfluous chip select codeGabor Juhos2013-02-051-6/+0Star
| * | | spi/ath79: add missing HIGH->LOW SCK transitionGabor Juhos2013-02-051-0/+2