summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PMDmitry Eremin-Solenikov2014-11-141-2/+5
* spi: fsl-dspi: Fix CTAR selectionAlexander Stein2014-11-141-2/+2
* spi: pl022: Fix incorrect dma_unmap_sgRay Jui2014-11-131-1/+1
* spi: dw-mid: terminate ongoing transfers at exitAndy Shevchenko2014-10-301-0/+4
* spi: dw-mid: check that DMA was inited before exitAndy Shevchenko2014-10-301-0/+2
* spi: dw-mid: respect 8 bit modeAndy Shevchenko2014-10-301-2/+2
* spi: sirf: enable RX_IO_DMA_INT interruptQipan Li2014-10-051-1/+2
* spi: dw: Don't use devm_kzalloc in master->setup callbackAxel Lin2014-10-051-2/+10
* spi: fsl: Don't use devm_kzalloc in master->setup callbackAxel Lin2014-10-052-6/+19
* spi: dw-pci: fix bug when regs left uninitializedAndy Shevchenko2014-10-051-0/+2
* spi: dw: fix kernel crash due to NULL pointer dereferenceAndy Shevchenko2014-10-051-1/+1
* spi/omap-mcspi: Fix the spi task hangs waiting dma_rxJorge A. Ventura2014-10-051-1/+2
* spi/pxa2xx: Add ACPI ID for Intel BraswellAlan Cox2014-09-171-0/+1
* spi: omap2-mcspi: Configure hardware when slave driver changes modeMark A. Greer2014-09-171-0/+14
* spi: orion: fix incorrect handling of cell-index DT propertyThomas Petazzoni2014-09-171-6/+4
*---. Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/qup' and 'spi/fix/s...Mark Brown2014-06-283-35/+21
|\ \ \
| | | * spi: sh-sci: fix use-after-free in sh_sci_spi_remove()Jürg Billeter2014-06-171-2/+2
| | * | spi: qup: Remove chip select functionAndy Gross2014-06-221-27/+6
| | * | spi: qup: Fix order of spi_register_masterAndy Gross2014-06-211-4/+7
| | |/
| * / spi/pxa2xx: fix incorrect SW mode chipselect setting for BayTrail LPSS SPIChew, Chiau Ee2014-06-171-2/+6
|/ /
* / spi/pxa2xx: change default supported DMA burst size to 1Chew, Chiau Ee2014-06-061-1/+1
|/
* Merge remote-tracking branch 'spi/topic/workqueue' into spi-nextMark Brown2014-06-0212-12/+0
|\
| * spi: Remove unneeded include of linux/workqueue.hAxel Lin2014-04-1412-12/+0
| |
| \
| \
| \
| \
| \
*-----. \ Merge remote-tracking branches 'spi/topic/oom', 'spi/topic/pxa2xx', 'spi/topi...Mark Brown2014-06-0210-580/+467
|\ \ \ \ \
| | | | * | spi: sirf: decrease the interrupt count and latency of PIO modeQipan Li2014-05-201-47/+54
| | | | * | spi: sirf: refactor spi transfer functionsQipan Li2014-04-151-109/+123
| | | | * | spi: sirf: fix spi full-duplex DMA transferring issueQipan Li2014-04-141-2/+5
| | | | * | spi: sirf: fix line over 80 characters style issueQipan Li2014-04-141-19/+32
| | | * | | spi: rspi: Extract rspi_common_transfer()Geert Uytterhoeven2014-06-021-37/+24
| | | * | | spi: rspi: Add DMA support for RSPI on RZ/A1HGeert Uytterhoeven2014-06-021-0/+3
| | | * | | spi: rspi: Add DMA support for QSPI on R-Car Gen2Geert Uytterhoeven2014-06-021-0/+9
| | | * | | spi: rspi: Absorb rspi_rz_transfer_out_in() into rspi_rz_transfer_one()Geert Uytterhoeven2014-06-021-11/+4
| | | * | | spi: rspi: Merge rspi_*_dma() into rspi_dma_transfer()Geert Uytterhoeven2014-06-021-78/+61
| | | * | | spi: rspi: Pass sg_tables instead of spi_tranfer to rspi_*_dma()Geert Uytterhoeven2014-06-021-10/+12
| | | * | | spi: rspi: Move RSPI-specific setup out of DMA routinesGeert Uytterhoeven2014-06-021-20/+10
| | | * | | spi: rspi: Use SPI core DMA mapping frameworkGeert Uytterhoeven2014-06-021-90/+50
| | | * | | spi: rspi: SPI DMA core needs both RX and TX DMA to functionGeert Uytterhoeven2014-06-021-22/+14
| | | * | | spi: rspi: Remove unneeded resource test in DMA setupGeert Uytterhoeven2014-06-021-12/+9
| | | * | | spi: rspi: Extract rspi_request_dma_chan()Geert Uytterhoeven2014-06-021-34/+55
| | | * | | spi: rspi: Don't consider DMA configuration failures fatalGeert Uytterhoeven2014-06-021-4/+2
| | | * | | spi: rspi: Extract rspi_pio_transfer()Geert Uytterhoeven2014-06-021-62/+33
| | | * | | spi: rspi: Use core SPI_MASTER_MUST_[RT]X handlingGeert Uytterhoeven2014-06-021-74/+58
| | | * | | spi: rspi: Remove unused 16-bit DMA supportGeert Uytterhoeven2014-06-021-78/+6
| | | * | | spi: rspi: Do not call rspi_receive_init() for TX-onlyGeert Uytterhoeven2014-06-021-4/+4
| | | * | | spi: rspi: Extract rspi_wait_for_{tx_empty,rx_full}()Geert Uytterhoeven2014-06-021-8/+21
| | | * | | spi: rspi: Round up division to avoid slave overclockingGeert Uytterhoeven2014-05-261-3/+5
| | | | |/ | | | |/|
| | * | | spi/pxa2xx: fix runtime PM enabling orderAntonio Ospite2014-06-011-5/+5
| | * | | spi/pxa2xx-pci: Add PCI mode support for BayTrail LPSS SPIChew, Chiau Ee2014-04-181-15/+61
| | |/ /
| * | | spi: topcliff-pch: remove unnecessary OOM messagesJingoo Han2014-04-291-4/+1
| * | | spi: tle62x0: remove unnecessary OOM messagesJingoo Han2014-04-291-3/+1