summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorLines
2013-04-05Merge tag 'spi-fix-v3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-44/+42
2013-04-04Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+1
2013-04-02ACPI / SPI: Use parent's ACPI_HANDLE() in acpi_register_spi_devices()Rafael J. Wysocki-2/+1
2013-04-01spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmenstsAnatolij Gustschin-1/+1
2013-04-01spi: Unlock a spinlock before calling into the controller driver.Bryan Freed-8/+7
2013-04-01spi/s3c64xx: modified error interrupt handling and initGirish K S-16/+25
2013-03-21drivers/Kconfig: add several missing GENERIC_HARDIRQS dependenciesHeiko Carstens-1/+2
2013-03-12spi/bcm63xx: don't disable non enabled clocks in probe error pathJonas Gorski-1/+1
2013-03-12spi/bcm63xx: Remove unused variableKevin Cernekee-1/+0
2013-03-12spi: slink-tegra20: move runtime pm calls to transfer_one_messageLaxman Dewangan-17/+8
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-4/+4
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-40/+31
2013-02-21Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds-54/+23
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds-11/+10
2013-02-20Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds-1137/+2027
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely-11/+10
2013-02-10spi/of: Fix initialization of cs_gpios arrayAndreas Larsson-1/+2
2013-02-09Merge branch spi-next from git://git.kernel.org/pub/scm/linux/kernel/git/broo...Grant Likely-578/+1451
2013-02-08spi/pxa2xx: add support for Lynxpoint SPI controllersMika Westerberg-3/+109
2013-02-08spi/pxa2xx: add support for Intel Low Power Subsystem SPIMika Westerberg-4/+135
2013-02-08spi/pxa2xx: add support for SPI_LOOPMika Westerberg-1/+4
2013-02-08spi/pxa2xx: add support for runtime PMMika Westerberg-6/+67
2013-02-08spi/pxa2xx: add support for DMA engineMika Westerberg-3/+431
2013-02-08spi/pxa2xx: break out the private DMA API usage into a separate fileMika Westerberg-568/+712
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams-1/+1
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław-2/+2
2013-02-06spi/ath79: add shutdown handlerGabor Juhos-0/+6
2013-02-05spi/mips-lantiq: set SPI_MASTER_HALF_DUPLEX flagJohn Crispin-0/+1
2013-02-05spi/mips-lantiq: make use of spi_finalize_current_messageJohn Crispin-1/+1
2013-02-05spi/bcm63xx: work around inability to keep CS upJonas Gorski-28/+106
2013-02-05spi/davinci: use request_threaded_irq() to fix deadlockMurali Karicheri-2/+15
2013-02-05spi/orion: Use module_platform_driver()Ezequiel Garcia-11/+2
2013-02-05spi/bcm63xx: reject transfers unable to transferJonas Gorski-49/+42
2013-02-05spi: Ensure memory used for spi_write_then_read() is DMA safeMark Brown-1/+2
2013-02-05spi/spi-mpc512x-psc: init mode bits supported by the driverAnatolij Gustschin-0/+1
2013-02-05spi/mpc512x-psc: don't use obsolet cell-index propertyAnatolij Gustschin-11/+5
2013-02-05spi: Remove erroneous __init, __exit and __exit_p() references in driversGrant Likely-23/+23
2013-02-05spi/s3c64xx: fix checkpatch warnings and errorJingoo Han-20/+13
2013-02-05spi/s3c64xx: Use devm_clk_get() and devm_request_irq()Jingoo Han-26/+15
2013-02-05spi/imx: Add MODULE_ALIAS()Fabio Estevam-0/+1
2013-02-05spi/tegra: remove checks for valid speedLaxman Dewangan-6/+14
2013-02-05spi: make sure all transfer has proper speed setLaxman Dewangan-2/+4
2013-02-05spi/ath79: avoid multiple initialization of the SPI controllerGabor Juhos-17/+24
2013-02-05spi/ath79: use gpio_request_oneGabor Juhos-11/+11
2013-02-05spi/ath79: remove superfluous chip select codeGabor Juhos-6/+0
2013-02-05spi/ath79: add missing HIGH->LOW SCK transitionGabor Juhos-0/+2
2013-02-05spi/ath79: add delay between SCK changesGabor Juhos-1/+43
2013-02-05mxs/spi: clear XFER_COUNT in ctrl0 field in DMA descriptorJuha Lumme-1/+4
2013-02-05spi/sirf: add support for new SiRFmarco SMP SoCBarry Song-0/+1
2013-02-05spi/sirf: use clk_prepare_enable and clk_disable_unprepareBarry Song-3/+3