summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2014-02-10spi: txx9: Convert to let spi core handle checking transfer speedAxel Lin
2014-02-10spi: core: Set max_speed_hz of spi_device default to max_speed_hz of controllerAxel Lin
2014-02-10spi: omap2: use SUPERH, not SHPaul Bolle
2014-02-10spi: Use reinit_completion at appropriate placesAxel Lin
2014-02-10spi: omap-100k: Remove unused fields from struct omap1_spi100kAxel Lin
2014-02-10spi: omap-100k: Remove unused pointer in omap1_spi100k_txrx_pio()Christian Engelmayer
2014-02-10spi: omap-100k: Remove unused MOD_REG_BIT macroAxel Lin
2014-02-07spi/s3c64xx: Remove code no longer needed as a result of S3C_DMA removalMark Brown
2014-02-07spi/s3c64xx: Remove S3C_DMA supportMark Brown
2014-02-07spi/s3c64xx: Use core DMA mapping code with dmaengineMark Brown
2014-02-07spi: Use SPI_BPW_MASK macro at appropriate placesAxel Lin
2014-02-07spi: mxs: Use list_for_each_entry to iterate over transfer listAxel Lin
2014-02-07spi: orion: Let spi core handle checking transfer speedAxel Lin
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