summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2015-01-16spi: orion: Add multiple chip select support to spi-orionKen Wilson1-1/+14
2015-01-14spi: st-ssc4: Remove duplicate code to test unsupported mode bitsAxel Lin1-6/+0
2015-01-14spi: orion: Change spi-orion to use transfer_one() semantics for SPI transfersKen Wilson1-50/+23
2015-01-07spi: dw-pci: describe Intel MID controllers betterAndy Shevchenko2-10/+30
2015-01-07spi: dw: print debug message with FIFO sizeAndy Shevchenko1-4/+5
2015-01-07spi: dw: amend warning messageAndy Shevchenko1-1/+1
2015-01-07spi: sh-msiof: Use async pm_runtime_put() in sh_msiof_spi_setup()Geert Uytterhoeven1-1/+1
2015-01-07Merge tag 'v3.19-rc3' into spi-sh-msiofMark Brown2-4/+9
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-3/+3
2015-01-06spi: sirf: drop redundant sirf,marco-spi compatible stringBarry Song1-1/+0
2015-01-06spi: fsl-(e)spi: Support compile as moduleEsben Haabendal4-6/+25
2015-01-06spi/dln2: simplify return flow for dln2_spi_transfer_setup and dln2_spi_enableLaurentiu Palcu1-12/+3
2015-01-06Merge remote-tracking branch 'spi/fix/msiof' into spi-sh-msiofMark Brown1-1/+1
2015-01-06spi: sh-msiof: fix MDR1_FLD_MASK valueYoshihiro Shimoda1-1/+1
2015-01-05spi: dw-mid: fix FIFO sizeAndy Shevchenko1-1/+0
2015-01-05spi: meson: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-01-05spi: dw: Fix detecting FIFO depthAxel Lin1-2/+2
2015-01-05spi/gpio: fixed space coding style issueNizam Haider1-2/+2
2014-12-30spi: spi-imx: Do not store the irq number in the private structureFabio Estevam1-7/+6
2014-12-29spi: qup: Add SPI_CPOL configuration supportIvan T. Ivanov1-1/+10
2014-12-29spi/pxa2xx: Clear cur_chip pointer before starting next messageMika Westerberg1-1/+1
2014-12-24Merge remote-tracking branches 'spi/fix/img-spfi' and 'spi/fix/msiof' into sp...Mark Brown1-0/+5
2014-12-24spi: sh-msiof: Configure MSIOF sync signal timing in device treeYoshihiro Shimoda1-0/+47
2014-12-24spi: img-spfi: Select FIFO based on transfer lengthAndrew Bresticker1-30/+19
2014-12-24spi: img-spfi: Increase DMA burst sizeAndrew Bresticker1-2/+2
2014-12-24spi/fsl: unnecessary double init_completion removedNicholas Mc Guire1-2/+0
2014-12-23spi/dln2: Fix for PM_RUNTIME removalMark Brown1-1/+1
2014-12-22spi: pxa2xx: Cleanup register access macrosJarkko Nikula4-142/+117
2014-12-22spi: pxa2xx: Pass driver data instead of ioaddr to wait_ssp_rx_stall()Jarkko Nikula1-3/+3
2014-12-22spi: pxa2xx: Move is_lpss_ssp() tests to callerJarkko Nikula1-9/+6
2014-12-22spi: pxa2xx: Remove unused defineJarkko Nikula1-2/+0
2014-12-22spi: add support for DLN-2 USB-SPI adapterLaurentiu Palcu3-0/+901
2014-12-22spi: Add new driver for STMicroelectronics' SPI ControllerLee Jones3-0/+518
2014-12-22spi: img-spfi: Enable controller before starting TX DMAAndrew Bresticker1-2/+2
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula22-94/+0
2014-12-19spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2-4/+4
2014-12-19Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-9/+9
2014-12-15spi: sh-msiof: Add runtime PM lock in initializingHisashi Nakamura1-0/+5
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds52-53/+0
2014-12-13spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki6-9/+9
2014-12-12Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-104/+202
2014-12-11Merge tag 'spi-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds25-276/+1821
2014-12-11spi/falcon: Remove hardware prepare and unprepare functionsMark Brown1-12/+0
2014-12-11spi: Only idle the message pump in the worker kthreadMark Brown1-6/+26
2014-12-11spi: Pump transfers inside calling context for spi_sync()Mark Brown1-8/+58
2014-12-11spi: Check to see if the device is processing a message before we idleMark Brown1-6/+9
2014-12-11spi: Move queue data structure initialisation to main master initMark Brown1-3/+2
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 s...Mark Brown2-5/+14
2014-12-08Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/r...Mark Brown8-71/+326