summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2015-01-28spi/xilinx: Simplify spi_fill_tx_fifoRicardo Ribalda Delgado
2015-01-28spi: spi-fsl-dspi: Remove spi-bitbangChao Fu
2015-01-28spi: pl08x: do not select S3C64XX_PL080Arnd Bergmann
2015-01-28spi/rockchip: avoid uninitialized-use warningArnd Bergmann
2015-01-28spi: pxa2xx: Fix unconditional call of lpss_ssp_setup in pxa2xx_spi_resumeJarkko Nikula
2015-01-27spi: spi-fsl-dspi: Remove usage of devm_kzallocBhuvanchandra DV
2015-01-27spi/xilinx: Simplify data read from the Rx FIFORicardo Ribalda Delgado
2015-01-27spi: dw-mid: get a proper clock frequency for SPI2Andy Shevchenko
2015-01-26spi/xilinx: Support for spi mode LOOPRicardo Ribalda Delgado
2015-01-26spi/xilinx: Support for spi mode LSB_FIRSTRicardo Ribalda Delgado
2015-01-26Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/msiof' and 'spi/fix/pxa...Mark Brown
2015-01-16spi: Kconfig: Remove additional newlineMichal Simek
2015-01-16spi: orion: Add multiple chip select support to spi-orionKen Wilson
2015-01-14spi: st-ssc4: Remove duplicate code to test unsupported mode bitsAxel Lin
2015-01-14spi: orion: Change spi-orion to use transfer_one() semantics for SPI transfersKen Wilson
2015-01-07spi: dw-pci: describe Intel MID controllers betterAndy Shevchenko
2015-01-07spi: dw: print debug message with FIFO sizeAndy Shevchenko
2015-01-07spi: dw: amend warning messageAndy Shevchenko
2015-01-07spi: sh-msiof: Use async pm_runtime_put() in sh_msiof_spi_setup()Geert Uytterhoeven
2015-01-07Merge tag 'v3.19-rc3' into spi-sh-msiofMark Brown
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger
2015-01-06spi: sirf: drop redundant sirf,marco-spi compatible stringBarry Song
2015-01-06spi: fsl-(e)spi: Support compile as moduleEsben Haabendal
2015-01-06spi/dln2: simplify return flow for dln2_spi_transfer_setup and dln2_spi_enableLaurentiu Palcu
2015-01-06Merge remote-tracking branch 'spi/fix/msiof' into spi-sh-msiofMark Brown
2015-01-06spi: sh-msiof: fix MDR1_FLD_MASK valueYoshihiro Shimoda
2015-01-05spi: dw-mid: fix FIFO sizeAndy Shevchenko
2015-01-05spi: meson: Constify struct regmap_configKrzysztof Kozlowski
2015-01-05spi: dw: Fix detecting FIFO depthAxel Lin
2015-01-05spi/gpio: fixed space coding style issueNizam Haider
2014-12-30spi: spi-imx: Do not store the irq number in the private structureFabio Estevam
2014-12-29spi: qup: Add SPI_CPOL configuration supportIvan T. Ivanov
2014-12-29spi/pxa2xx: Clear cur_chip pointer before starting next messageMika Westerberg
2014-12-24Merge remote-tracking branches 'spi/fix/img-spfi' and 'spi/fix/msiof' into sp...Mark Brown
2014-12-24spi: sh-msiof: Configure MSIOF sync signal timing in device treeYoshihiro Shimoda
2014-12-24spi: img-spfi: Select FIFO based on transfer lengthAndrew Bresticker
2014-12-24spi: img-spfi: Increase DMA burst sizeAndrew Bresticker
2014-12-24spi/fsl: unnecessary double init_completion removedNicholas Mc Guire
2014-12-23spi/dln2: Fix for PM_RUNTIME removalMark Brown
2014-12-22spi: pxa2xx: Cleanup register access macrosJarkko Nikula
2014-12-22spi: pxa2xx: Pass driver data instead of ioaddr to wait_ssp_rx_stall()Jarkko Nikula
2014-12-22spi: pxa2xx: Move is_lpss_ssp() tests to callerJarkko Nikula
2014-12-22spi: pxa2xx: Remove unused defineJarkko Nikula
2014-12-22spi: add support for DLN-2 USB-SPI adapterLaurentiu Palcu
2014-12-22spi: Add new driver for STMicroelectronics' SPI ControllerLee Jones
2014-12-22spi: img-spfi: Enable controller before starting TX DMAAndrew Bresticker
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula
2014-12-19spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-19Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-15spi: sh-msiof: Add runtime PM lock in initializingHisashi Nakamura