summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | spi: sh-msiof: Kill sh_msiof_spi_bits and sh_msiof_spi_hz functionsAxel Lin2014-03-031-23/+2
| | | | * | | | spi: sh-msiof: Use core message handling instead of spi-bitbangGeert Uytterhoeven2014-02-272-48/+20
| | | | * | | | spi: sh-msiof: Convert to let spi core validate xfer->bits_per_wordGeert Uytterhoeven2014-02-271-17/+2
| | | | * | | | spi: sh-msiof: Move clock management to (un)prepare_message()Geert Uytterhoeven2014-02-271-23/+38
| | | | * | | | spi: sh-msiof: Add support for R-Car H2 and M2Geert Uytterhoeven2014-02-271-3/+20
| | | | * | | | spi: sh-msiof: Move default FIFO sizes to device ID dataGeert Uytterhoeven2014-02-271-16/+34
| | | | * | | | spi: sh-msiof: Improve bindingsGeert Uytterhoeven2014-02-271-1/+1
| | | | * | | | Merge branch 'topic/dma' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2014-02-272-108/+279
| | | | |\ \ \ \
| | | | * | | | | spi: sh-msiof: Use the core cs_gpio field, and make it optionalGeert Uytterhoeven2014-02-221-3/+18
| | | | * | | | | spi: sh-msiof: Add more register documentationGeert Uytterhoeven2014-02-221-52/+100
| | | | * | | | | spi: sh-msiof: Change hz from unsigned long to u32Geert Uytterhoeven2014-02-221-5/+3
| | | | * | | | | spi: sh-msiof: Typo in comment s/tx/rx/Geert Uytterhoeven2014-02-221-1/+1
| | | | * | | | | spi: sh-msiof: Fix SPI bus population from DTGeert Uytterhoeven2014-02-221-0/+1
| | | | | |/ / / | | | | |/| | |
| | | * | | | | spi: sh-hspi: Add missing call to pm_runtime_disable() in failure pathGeert Uytterhoeven2014-03-111-1/+3
| | | * | | | | spi: sh-hspi: Remove duplicate code to set default transfer speedAxel Lin2014-03-031-7/+2
| | | * | | | | spi: sh-hspi: Remove hspi_cleanup functionAxel Lin2014-02-271-11/+0
| | | * | | | | spi: sh-hspi: Convert to let spi core validate bits_per_wordAxel Lin2014-02-231-16/+2
| | | |/ / / /
| | * | | | | spi: sc18is602: Convert to let spi core validate transfer speedAxel Lin2014-03-131-10/+3
| | * | | | | spi: sc18is602: Move checking chip_select for SC18IS602 to sc18is602_setupAxel Lin2014-02-111-7/+12
| | * | | | | spi: sc18is602: Remove sc18is602_setup() because it is done by spi coreAxel Lin2014-02-031-9/+0
| | |/ / / /
| * | | | | spi: s3c64xx: Let spi core handle validating transfer lengthAxel Lin2014-02-251-7/+0
| * | | | | spi/s3c64xx: Remove code no longer needed as a result of S3C_DMA removalMark Brown2014-02-071-37/+2
| * | | | | spi/s3c64xx: Remove S3C_DMA supportMark Brown2014-02-071-191/+0
| * | | | | spi/s3c64xx: Use core DMA mapping code with dmaengineMark Brown2014-02-071-75/+103
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-------------. \ \ \ \ \ Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...Mark Brown2014-03-3010-487/+1461
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | spi: s3c24xx: Add missing spi_master_{resume,suspend} calls to PM callbacksAxel Lin2014-03-071-1/+6
| | | | | | | | * | | | | | spi: s3c24xx: Convert to let spi core validate bits_per_wordAxel Lin2014-02-141-10/+1
| | | | | | | | | |/ / / / | | | | | | | | |/| | | |
| | | | | | | * | | | | | spi: rspi: Add runtime PM support, using spi core auto_runtime_pmGeert Uytterhoeven2014-03-111-7/+5
| | | | | | | * | | | | | spi: rspi: Fix loopback mode for Dual/Quad SPI TransfersGeert Uytterhoeven2014-02-231-1/+3
| | | | | | | * | | | | | spi: rspi: Remove empty rspi_cleanup()Geert Uytterhoeven2014-02-231-5/+0
| | | | | | | * | | | | | spi: rspi: Only enable interrupts when there's a need to waitGeert Uytterhoeven2014-02-041-0/+3
| | | | | | | * | | | | | spi: rspi: fix build error when CONFIG_OF is not setShimoda, Yoshihiro2014-02-031-0/+1
| | | | | | | * | | | | | spi: rspi: Add support for Quad and Dual SPI Transfers on QSPIGeert Uytterhoeven2014-01-301-14/+148
| | | | | | | * | | | | | spi: rspi: Add DT supportGeert Uytterhoeven2014-01-291-29/+77
| | | | | | | * | | | | | spi: rspi: Use NULL as the clock IDGeert Uytterhoeven2014-01-271-3/+1
| | | | | | | * | | | | | spi: rspi: Convert to clk_prepare_enable/disable_unprepareGeert Uytterhoeven2014-01-271-3/+8
| | | | | | | * | | | | | spi: rspi: Add support for loopback modeGeert Uytterhoeven2014-01-271-8/+14
| | | | | | | * | | | | | spi: rspi: Add support for RSPI on RZ/A1HGeert Uytterhoeven2014-01-271-9/+92
| | | | | | | * | | | | | spi: rspi: Add support for more than one interruptGeert Uytterhoeven2014-01-271-19/+87
| | | | | | | * | | | | | spi: rspi: Merge qspi_send_pio() and qspi_receive_pio()Geert Uytterhoeven2014-01-271-51/+28
| | | | | | | * | | | | | spi: rspi: Merge rspi_send_pio() and rspi_receive_pio()Geert Uytterhoeven2014-01-271-55/+46
| | | | | | | * | | | | | spi: rspi: Abstract transfer_one() for RSPI and QSPIGeert Uytterhoeven2014-01-271-13/+23
| | | | | | | * | | | | | spi: rspi: Add rspi_data_{out,in,out_in}() helpersGeert Uytterhoeven2014-01-271-61/+56
| | | | | | | * | | | | | spi: rspi: Abstract 8/16-bit Data Register accessGeert Uytterhoeven2014-01-271-21/+35
| | | | | | | * | | | | | spi: rspi: Use core message handlingGeert Uytterhoeven2014-01-271-77/+34
| | | | | | | * | | | | | spi: rspi: Remove unused mesg parameter from {send,receive}_pio()Geert Uytterhoeven2014-01-271-17/+10
| | | | | | * | | | | | | spi: qup: Get rid of using struct spi_qup_deviceAxel Lin2014-02-261-52/+9
| | | | | | * | | | | | | spi: qup: Remove module versionAxel Lin2014-02-241-1/+0
| | | | | | * | | | | | | spi: qup: Depend on ARM && COMPILE_TEST to avoid build errorAxel Lin2014-02-241-1/+1
| | | | | | * | | | | | | spi: qup: Enable driver compilation with COMPILE_TESTAxel Lin2014-02-231-1/+1
OpenPOWER on IntegriCloud