summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: dw: Make debugfs name unique between instancesPhil Reid2017-08-111-1/+4
* spi: dw-mid: refactor to use helpersAndy Shevchenko2017-02-081-21/+48
* spi/rockchip: Make sure spi clk is on in rockchip_spi_set_csHuibin Hong2016-07-121-1/+6
* spi: sunxi: fix transfer timeoutMichal Suchanek2016-07-122-2/+18
* spi: sun4i: allow transfers to set transmission speedMarcus Weseloh2016-07-122-8/+8
* spi: sun4i: fix FIFO limitMichal Suchanek2016-07-111-3/+10
* spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee2015-10-271-0/+4
* spi: xtensa-xtfpga: fix register endiannessMax Filippov2015-10-271-2/+2
* spi: Fix documentation of spi_alloc_master()Guenter Roeck2015-10-271-2/+1
* spi: orion: Fix maximum baud rates for Armada 370/XPGregory CLEMENT2015-07-031-2/+23
* spi: fix race freeing dummy_tx/rx before it is unmappedMartin Sperl2015-07-031-5/+6
* spi: bitbang: Make setup_transfer() callback optionalPelle Nilsson2015-06-281-7/+10
* spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott2015-05-171-1/+4
* spi: imx: read back the RX/TX watermark levels earlierLucas Stach2015-05-171-2/+2
* spi: trigger trace event for message-done before mesg->completeUwe Kleine-König2015-04-161-2/+3
* spi: qup: Fix cs-num DT property parsingIvan T. Ivanov2015-04-161-4/+5
* spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin2015-03-281-1/+1
* spi: dw-mid: avoid potential NULL dereferenceAndy Shevchenko2015-03-281-0/+6
* spi: atmel: Fix interrupt setup for PDC transfersTorsten Fleischer2015-03-281-6/+6
* spi: imx: use pio mode for i.mx6dlRobin Gong2015-02-111-0/+4
* spi: spi-fsl-dspi: Remove usage of devm_kzallocBhuvanchandra DV2015-02-111-2/+12
* spi/pxa2xx: Clear cur_chip pointer before starting next messageMika Westerberg2015-02-051-1/+1
* spi: dw-mid: fix FIFO sizeAndy Shevchenko2015-02-051-1/+0
* spi: dw: Fix detecting FIFO depthAxel Lin2015-02-051-2/+2
* spi: sh-msiof: Add runtime PM lock in initializingHisashi Nakamura2015-01-161-0/+5
*-. Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linusMark Brown2014-11-262-7/+3
|\ \
| | * spi: sirf: fix word width configurationQipan Li2014-11-181-2/+2
| * | spi: dw: Fix dynamic speed change.Thor Thayer2014-11-071-5/+1
| |/
* | Merge remote-tracking branch 'spi/fix/dma' into spi-linusMark Brown2014-11-261-3/+3
|\ \
| * | spi: Fix mapping from vmalloc-ed buffer to scatter listCharles Keepax2014-11-171-3/+3
| |/
| |
| \
*-. \ Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into s...Mark Brown2014-11-062-4/+7
|\ \ \
| | * | spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PMDmitry Eremin-Solenikov2014-11-061-2/+5
| | |/
| * / spi: fsl-dspi: Fix CTAR selectionAlexander Stein2014-11-041-2/+2
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/orion', 'spi/fix/pl022'...Mark Brown2014-10-275-41/+93
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | | | | * spi: spidev: Use separate TX and RX bounce buffersRay Jui2014-10-131-27/+52
| | | | * | spi/rockchip: spi controller must be disabled in tx callback tooAddy Ke2014-10-171-1/+3
| | | | * | spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex modeAddy Ke2014-10-151-11/+23
| | | | * | spi/rockchip: fix bug that case spi can't go as fast as slave requestAddy Ke2014-10-151-0/+12
| | | | |/
| | | * / spi: pl022: Fix incorrect dma_unmap_sgRay Jui2014-10-131-1/+1
| | | |/
| | * / spi: orion: fix potential NULL pointer de-referenceGreg Ungerer2014-10-221-1/+1
| |/ / |/| |
| * | spi: dw: Initialize of_node to discover DT node childrenThor Thayer2014-10-081-0/+1
| |/
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-183-32/+86
|\ \
| * | spi/pxa2xx-pci: Add support for Intel BraswellMika Westerberg2014-09-181-0/+37
| * | spi/pxa2xx: Don't use slave_id of dma_slave_configMika Westerberg2014-09-183-32/+49
* | | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-091-5/+8
|\ \ \ | |_|/ |/| |
| * | Merge branch 'pm-domains'Rafael J. Wysocki2014-10-071-5/+8
| |\ \
| | * | PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson2014-09-301-0/+1
| | * | spi: core: Convert to dev_pm_domain_attach|detach()Ulf Hansson2014-09-221-5/+7
* | | | Merge remote-tracking branch 'spi/topic/xilinx' into spi-nextMark Brown2014-10-031-1/+0
|\ \ \ \
| * | | | spi: xilinx: Remove .owner field for driverMichal Simek2014-08-161-1/+0