summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2014-02-06spi/sunxi: Add missing dependency on RESET_CONTROLLERMark Brown
2014-02-06spi: orion: Remove unused pointer in orion_spi_write_read()Christian Engelmayer
2014-02-06spi: davinci: Use of_match_ptr at appropriate placeAxel Lin
2014-02-06spi: davinci: Remove unneeded NULL checking for dspi and dspi->bitbang.masterAxel Lin
2014-02-05spi: sunxi: Add Allwinner A31 SPI controller driverMaxime Ripard
2014-02-04spi: nuc900: Set SPI_LSB_FIRST for master->mode_bits if hw->pdata->lsb is trueAxel Lin
2014-02-04spi: Make core DMA mapping functions generate scatterlistsMark Brown
2014-02-04spi: Provide core support for full duplex devicesMark Brown
2014-02-04spi: rspi: Document support for Renesas QSPI in KconfigGeert Uytterhoeven
2014-02-04spi: pl022: Remove redundant pinctrl to default state in probeUlf Hansson
2014-02-04spi: pl022: Simplify clock handlingUlf Hansson
2014-02-04spi/s3c64xx: Split wait_for_xfer() into PIO and DMA versionsMark Brown
2014-02-04spi/s3c64xx: Remove unused /CS GPIO managementMark Brown
2014-02-04spi: fsl: Fix problem with multi message transfersStefan Roese
2014-02-04spi: fix pointer-integer size mismatch warningSeongJae Park
2014-02-04spi: rspi: Only enable interrupts when there's a need to waitGeert Uytterhoeven
2014-02-03spi: omap2-mcspi: Support divide-by-n clock dividersStefan Sørensen
2014-02-03spi: omap2-mcspi: Do not configure the controller on each transfer unless neededStefan Sørensen
2014-02-03spi: clps711x: Use SPI-core "cs_gpios" property for storing GPIOsAlexander Shiyan
2014-02-03spi: clps711x: Add support for 1-8 BPW transfersAlexander Shiyan
2014-02-03spi: clps711x: Simplify handling of RX & TX buffersAlexander Shiyan
2014-02-03spi: rspi: fix build error when CONFIG_OF is not setShimoda, Yoshihiro
2014-02-03spi: Provide core support for DMA mapping transfersMark Brown
2014-02-03spi: Add a timeout when waiting for transfersMark Brown
2014-02-03spi: tegra114: Use list_is_last() instead of open-codedAxel Lin
2014-02-03spi: sirf: Avoid duplicate code in various bits_per_word casesAxel Lin
2014-02-03spi: sc18is602: Remove sc18is602_setup() because it is done by spi coreAxel Lin
2014-02-03spi/pl022: Unprepare clocks while suspendedMark Brown
2014-02-03spi: octeon: Use list_is_last() instead of open-codedAxel Lin
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-02-03spi: dw-mmio: remove HAVE_CLK build dependecyBaruch Siach
2014-02-03spi: dw-mmio: allow multiple instancesBaruch Siach
2014-01-30spi: rspi: Add support for Quad and Dual SPI Transfers on QSPIGeert Uytterhoeven
2014-01-29spi: rspi: Add DT supportGeert Uytterhoeven
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt
2014-01-28spi: Fix crash with double message finalisation on error handlingGeert Uytterhoeven
2014-01-27spi: rspi: Use NULL as the clock IDGeert Uytterhoeven
2014-01-27spi: rspi: Convert to clk_prepare_enable/disable_unprepareGeert Uytterhoeven
2014-01-27spi: rspi: Add support for loopback modeGeert Uytterhoeven
2014-01-27spi: rspi: Add support for RSPI on RZ/A1HGeert Uytterhoeven
2014-01-27spi: rspi: Add support for more than one interruptGeert Uytterhoeven
2014-01-27spi: rspi: Merge qspi_send_pio() and qspi_receive_pio()Geert Uytterhoeven
2014-01-27spi: rspi: Merge rspi_send_pio() and rspi_receive_pio()Geert Uytterhoeven
2014-01-27spi: rspi: Abstract transfer_one() for RSPI and QSPIGeert Uytterhoeven
2014-01-27spi: rspi: Add rspi_data_{out,in,out_in}() helpersGeert Uytterhoeven
2014-01-27spi: rspi: Abstract 8/16-bit Data Register accessGeert Uytterhoeven
2014-01-27spi: rspi: Use core message handlingGeert Uytterhoeven
2014-01-27spi: rspi: Remove unused mesg parameter from {send,receive}_pio()Geert Uytterhoeven
2014-01-25Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds