aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-24Merge remote-tracking branches 'spi/fix/img-spfi' and 'spi/fix/msiof' into spi-linusMark Brown1-0/+5
2014-12-24spi: img-spfi: Increase DMA burst sizeAndrew Bresticker1-2/+2
2014-12-22spi: img-spfi: Enable controller before starting TX DMAAndrew Bresticker1-2/+2
2014-12-19spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2-4/+4
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-9/+9
2014-12-15spi: sh-msiof: Add runtime PM lock in initializingHisashi Nakamura1-0/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds52-53/+0
2014-12-13spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki6-9/+9
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds1-104/+202
2014-12-11Merge tag 'spi-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds25-276/+1821
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki1-1/+1
2014-12-08Merge remote-tracking branches 'spi/topic/spidev' and 'spi/topic/txx9' into spi-nextMark Brown2-5/+14
2014-12-08Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/rockchip', 'spi/topic/samsung' and 'spi/topic/sirf' into spi-nextMark Brown8-71/+326
2014-12-08Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/topic/img-spfi' and 'spi/topic/meson' into spi-nextMark Brown10-108/+1302
2014-12-08Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/cadence', 'spi/topic/dw' and 'spi/topic/fsl-cpm' into spi-nextMark Brown5-89/+171
2014-12-08Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-1/+1
2014-12-08Merge remote-tracking branch 'spi/fix/cadence' into spi-linusMark Brown1-2/+7
2014-12-07spi/s3c64xx: Remove redundant runtime PM managementMark Brown1-9/+0
2014-12-04spi: fsl-spi: remove unused variable assignmentHeiner Kallweit1-1/+0
2014-12-04spi: spi-fsl-spi: Return an error code in fsl_spi_do_one_msg()Fabio Estevam1-1/+1
2014-12-04spi: core: Do not mangle error code from kthread_run()Jarkko Nikula1-1/+1
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki1-1/+1
2014-12-03spi: Check for spi_of_notifier when CONFIG_OF_DYNAMIC=yFabio Estevam1-1/+1
2014-12-03spi: fsl-espi: add (un)prepare_transfer_hardware calls to save power if SPI is not in useHeiner Kallweit1-11/+35
2014-12-03spi: fsl-(e)spi: migrate to generic master queueingHeiner Kallweit4-82/+14
2014-12-01spi/txx9: Deletion of an unnecessary check before the function call "clk_disable"Markus Elfring1-2/+1
2014-11-28spi: cadence: Fix 3-to-8 mux modeLars-Peter Clausen1-2/+7
2014-11-28spi: cadence: Init HW after reading devicetree attributesPaul Cercueil1-13/+11
2014-11-27spi: meson: Select REGMAP_MMIOBeniamino Galvani1-0/+1
2014-11-26Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linusMark Brown2-7/+3
2014-11-26Merge remote-tracking branch 'spi/fix/dma' into spi-linusMark Brown1-3/+3
2014-11-26spi: s3c64xx: add support for exynos7 SPI controllerPadmavathi Venna2-6/+28
2014-11-26spi: spi-pxa2xx: SPI support for Intel Quark X1000Weike Chen3-22/+199
2014-11-25spi/of: Add OF notifier handlerPantelis Antoniou1-0/+84
2014-11-25spi/of: Create new device registration method and accessorsPantelis Antoniou1-104/+118
2014-11-25spi: meson: meson_spifc_setup_speed() can be statickbuild test robot1-1/+1
2014-11-24spi: spi-pxa2xx: Add helpers for regiseters' accessingWeike Chen1-23/+84
2014-11-24spi: spi-mxs: Fix mapping from vmalloc-ed buffer to scatter listCharles Keepax1-5/+5
2014-11-24spi: atmel: introduce probe deferringLudovic Desroches1-4/+16
2014-11-24spi: atmel: remove compat for non DT board when requesting dma chanLudovic Desroches1-23/+2
2014-11-24spi: meson: Add support for Amlogic Meson SPIFCBeniamino Galvani3-0/+470
2014-11-21spi: fsl-spi: Don't use cpm_command on CPM1Christophe Leroy1-1/+4
2014-11-21spi: sirf: reset SPI controller in init stageQipan Li1-0/+7
2014-11-18spi: sirf: assign spi_master's max_speed_hz memberQipan Li1-3/+2
2014-11-18spi: sirf: fix word width configurationQipan Li1-2/+2
2014-11-17spi: Add driver for IMG SPFI controllerAndrew Bresticker3-0/+754
2014-11-17spi: Fix mapping from vmalloc-ed buffer to scatter listCharles Keepax1-3/+3
2014-11-12spi/rockchip: remove redundant call to spi_master_put()Laurentiu Palcu1-2/+0
2014-11-11spi: spidev: Don't mangle max_speed_hz in underlying spi deviceMark Brown1-3/+13
2014-11-10spi: spi-mxs: Register the irq with the device nameFabio Estevam1-1/+1