summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge remote-tracking branch 'spi/fix/omap2-mcspi' into spi-omap2-mcspiMark Brown2015-05-081-4/+12
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge remote-tracking branch 'spi/topic/bcm2835' into spi-nextMark Brown2015-06-182-39/+354
|\ \ \ \ \ \
| * | | | | | spi: bcm2835: bcm2835_dma_release() can be statickbuild test robot2015-05-121-2/+2
| * | | | | | spi: bcm2835: fix kbuild compile warnings/errors and a typoMartin Sperl2015-05-121-3/+5
| * | | | | | spi: bcm2835: enable dma modes for transfers meeting certain conditionsMartin Sperl2015-05-111-2/+301
| * | | | | | spi: bcm2835: depends GPIOLIBYoshinori Sato2015-05-041-0/+1
| * | | | | | spi: bcm2835: fallback to interrupt for polling timeouts exceeding 2 jiffiesMartin Sperl2015-04-271-37/+50
| * | | | | | spi: bcm2835: change timeout of polling driver to 1sMartin Sperl2015-04-271-3/+2
| |/ / / / /
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-----. \ \ \ \ \ Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/fsl-espi', 'spi/f...Mark Brown2015-06-183-5/+30
|\ \ \ \ \ \ \ \ \ | | | | |/ / / / / | | | | | | | / / | | |_|_|_|_|/ / | |/| | | | | / | | | | |_|_|/ | | | |/| | |
| | | * | | | spi: orion: Fix maximum baud rates for Armada 370/XPGregory CLEMENT2015-05-261-2/+23
| | | |/ / /
| | * | | | spi: fsl-espi: Fix an error that can cause fsl espi task blockedJane Wan2015-05-211-1/+5
| | |/ / /
| * | | | spi: spi-fsl-dspi: Bug fix incorrect CS de-assertHaikun Wang2015-05-211-2/+2
| |/ / /
* | | | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2015-06-181-17/+28
|\ \ \ \
| * | | | spi: restore rx/tx_buf in case of unset CONFIG_HAS_DMAMartin Sperl2015-06-021-12/+22
| * | | | spi: fix race freeing dummy_tx/rx before it is unmappedMartin Sperl2015-05-111-5/+6
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge remote-tracking branches 'spi/fix/fsl-cpm', 'spi/fix/fsl-dspi' and 'spi...Mark Brown2015-05-113-16/+38
|\ \ \ \ \ \ \
| | | * | | | | spi: fsl-espi: fix behaviour for full-duplex xfersJonatas Rech2015-04-251-14/+31
| | | | |_|_|/ | | | |/| | |
| | * | | | | spi: Kconfig: Add SOC_LS1021A to SPI_FSL_DSPI dependenceHaikun Wang2015-04-241-1/+1
| | |/ / / /
| * | | | | spi: fsl-spi: fix devm_ioremap_resource() error caseChristophe Leroy2015-04-241-1/+6
* | | | | | Merge tag 'spi-v4.1-rc1' into spi-linusMark Brown2015-05-116-31/+52
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------. \ \ \ \ Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm2835-code', 'sp...Mark Brown2015-04-245-31/+43
| |\ \ \ \ \ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | / / | | |_|_|_|_|_|/ / | |/| | | | | | / | | | | | | | |/ | | | | | | |/|
| | | | | | * | spi/omap2-mcpsi: Always call spi_finalize_current_message()Fionn Cleary2015-04-241-4/+12
| | | | | | |/
| | | | | * | spi: fsl-spi: use devm_ioremap_resource() to map parameter ram on CPM1Christophe Leroy2015-04-221-17/+18
| | | | | |/
| | | | * | spi: bitbang: Make setup_transfer() callback optionalPelle Nilsson2015-04-181-7/+10
| | | | |/
| | | * | spi: bcm2835: change timeout of polling driver to 1sMartin Sperl2015-04-161-3/+2
| | * | | spi: bcm2835: Add GPIOLIB dependencyGuenter Roeck2015-04-141-0/+1
| | | |/ | | |/|
| * | | spi: check tx_buf and rx_buf in spi_unmap_msgRobin Gong2015-04-161-0/+9
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-242-2/+0
|\ \ \ | |/ / |/| |
| * | spi: sh-msiof: remove slave_id settings for DMAEngineArnd Bergmann2015-02-231-1/+0
| * | spi: rspi: remove slave_id settings for DMAEngineArnd Bergmann2015-02-231-1/+0
| |/
| |
| \
*-. \ Merge remote-tracking branches 'spi/topic/spidev' and 'spi/topic/spidev-test'...Mark Brown2015-04-111-12/+43
|\ \ \ | | |/
| * | spi: spidev: Warn loudly if instantiated from DT as "spidev"Mark Brown2015-03-271-7/+19
| * | spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott2015-03-231-2/+3
| * | spi: spidev: only use up TX/RX bounce buffer space when neededIan Abbott2015-02-241-5/+23
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/to...Mark Brown2015-04-115-46/+456
|\ \ \ \ \ \
| | | | | * | spi: sc18is602: Support multiple devices on a single I2C bus if DT is configuredGuenter Roeck2015-02-111-1/+1
| | | | * | | spi: s3c64xx: fix compiler warning in spi-s3c64xxAndre Przywara2015-02-241-2/+2
| | | | | |/ | | | | |/|
| | | * | | spi: signedness bug in qspi_trigger_transfer_out_int()Dan Carpenter2015-04-061-1/+1
| | | * | | spi: Using Trigger number to transmit/receive dataHiep Cao Minh2015-03-291-7/+117
| | | |/ /
| | * | | spi/rockchip: Add device tree property to configure Rx Sample DelayJulius Werner2015-03-261-0/+21
| | * | | spi/rockchip: do an error handling in proper timeAndy Shevchenko2015-03-061-4/+11
| * | | | spi: qup: Add DMA capabilitiesAndy Gross2015-03-071-32/+304
| | |/ / | |/| |
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------. \ \ \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-04-115-217/+205
|\ \ \ \ \ \ \ \
| | | | | * | | | spi: pxa2xx: missing break in pxa2xx_ssp_get_clk_div()Dan Carpenter2015-03-311-0/+2
| | | | | * | | | spi: pxa2xx: replace ugly table by approximationAndy Shevchenko2015-03-251-62/+114
| | | | | * | | | spi: pxa2xx: shift clk_div in one placeAndy Shevchenko2015-03-241-5/+5
| | | | | * | | | spi: pxa2xx: Remove needless includesJarkko Nikula2015-03-231-4/+0
| | | | | |/ / /
| | | | * | | | spi: Remove support for legacy PMLars-Peter Clausen2015-03-081-114/+0
| | | | |/ / /
| | | * | | | spi: pl022: Remove dead codeAlexander Sverdlin2015-03-061-3/+1
| | | * | | | spi: pl022: Don't touch unspecified bits in interrupt maskAlexander Sverdlin2015-03-061-1/+6
OpenPOWER on IntegriCloud