summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | spi: dw-mid: move to use core SPI DMA mappingsAndy Shevchenko2015-03-093-66/+43Star
| | | * | | | | spi: dw-mid: clear ongoing DMA transfers on timeoutAndy Shevchenko2015-03-093-0/+17
| | | * | | | | spi: dw-mid: take care of FIFO overrun/underrun when do DMAAndy Shevchenko2015-03-091-0/+21
| | | * | | | | spi: dw-mid: split dma_setup() from dma_transfer()Andy Shevchenko2015-03-093-23/+21Star
| | | * | | | | spi: dw-mid: convert value of dma_width to enum dma_slave_buswidthAndy Shevchenko2015-03-092-6/+19
| | | * | | | | Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Mark Brown2015-03-093-6/+14
| | | |\ \ \ \ \
| | | * | | | | | spi: dw: move to SPI core message handlingAndy Shevchenko2015-03-063-164/+49Star
| | | * | | | | | Merge branch 'topic/err' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2015-03-061-0/+3
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | * | | | | | spi: dw: program registers as soon as possibleAndy Shevchenko2015-03-061-23/+15Star
| | | * | | | | | spi: dw: make sure SPI controller is enabledAndy Shevchenko2015-03-062-5/+14
| | | * | | | | | spi: dw: always reprogram CTRL0Andy Shevchenko2015-02-241-2/+1Star
| | | * | | | | | spi: dw: refactor code that handles clk_divAndy Shevchenko2015-02-241-4/+3Star
| | | * | | | | | spi: dw: get TX level without an additional variableAndy Shevchenko2015-02-241-7/+4Star
| | | * | | | | | spi: dw: move piece of code out of conditionAndy Shevchenko2015-02-241-2/+3
| | | | |_|/ / / | | | |/| | | |
| | * / | | | | spi: cadence: Remove Kconfig dependencyMichal Simek2015-03-091-2/+1Star
| | |/ / / / /
| * / / / / / spi: spi-bfin5xx: Initialize cr_width in bfin_spi_pump_transfers()Chen Gang2015-04-011-2/+1Star
| |/ / / / /
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-------. \ \ \ \ \ Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2385', 'spi/t...Mark Brown2015-04-125-145/+279
|\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | | | | * | | | | spi: bitbang: only toggle bitchangesMichael Grzeschik2015-03-311-4/+14
| | | | | |/ / / /
| | | | * | | | / spi: bcm53xx: use msecs_to_jiffies for conversionNicholas Mc Guire2015-02-111-2/+2
| | | | | |_|_|/ | | | | |/| | |
| | | * | | | | spi: bcm2835: enabling polling mode for transfers shorter than 30usMartin Sperl2015-04-101-26/+86
| | | * | | | | spi: bcm2835: transform native-cs to gpio-cs on first spi_setupMartin Sperl2015-04-101-5/+44
| | | * | | | | spi: bcm2835: fill FIFO before enabling interrupts to reduce interrupts/messageMartin Sperl2015-03-291-0/+16
| | | * | | | | spi: bcm2835: fix code formatting issueMartin Sperl2015-03-291-2/+1Star
| | | * | | | | spi: bcm2835: move to the transfer_one driver modelMartin Sperl2015-03-271-88/+124
| | | * | | | | Merge tag 'v4.0-rc5' into spi-bcm2835Mark Brown2015-03-277-11/+46
| | | |\ \ \ \ \
| | | * | | | | | spi: bcm2835: enable support of 3-wire modeMartin Sperl2015-03-231-1/+5
| | | * | | | | | spi: bcm2835: clock divider can be a multiple of 2Martin Sperl2015-03-231-2/+3
| | | * | | | | | spi: bcm2835: fill/drain SPI-fifo as much as possible during interruptMartin Sperl2015-03-231-61/+17Star
| | | * | | | | | spi: bcm2835: fix all checkpath --strict messagesMartin Sperl2015-03-201-7/+11
| | | | |_|/ / / | | | |/| | | |
| | * / | | | | spi: introduce master->handle_err() callbackAndy Shevchenko2015-03-061-0/+3
| | |/ / / / /
| * / / / / / spi: atmel: use endian agnostic IOBen Dooks2015-03-221-1/+7
| |/ / / / /
* | | | | | Merge remote-tracking branch 'spi/topic/img-spfi' into spi-nextMark Brown2015-04-121-83/+100
|\ \ \ \ \ \
| * | | | | | spi: img-spfi: Control CS lines with GPIOEzequiel Garcia2015-04-081-48/+44Star
| * | | | | | Merge branch 'fix/img-spfi' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown2015-04-081-5/+5
| |\ \ \ \ \ \
| * | | | | | | spi: img-spfi: Reset controller after each messageAndrew Bresticker2015-04-081-2/+11
| * | | | | | | spi: img-spfi: Implement a handle_err() callbackEzequiel Garcia2015-04-081-20/+24
| * | | | | | | Merge tag 'v4.0-rc7' into spi-img-spfiMark Brown2015-04-089-19/+58
| |\ \ \ \ \ \ \
| * | | | | | | | spi: img-spfi: Setup TRANSACTION register before CONTROL registerSifan Naeem2015-04-081-2/+3
| * | | | | | | | spi: img-spfi: Implement a prepare_message() callbackEzequiel Garcia2015-04-071-12/+20
| * | | | | | | | spi: img-spfi: Remove udelay in soft resetSifan Naeem2015-03-031-1/+0Star
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2015-04-121-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | spi: of: do explicitly request modules for of-registered devicesDmitry Torokhov2015-03-251-2/+0Star
| * | | | | | | | spi: Ensure that CS line is in non-active state after spi_setup()Ivan T. Ivanov2015-03-161-0/+2
| |/ / / / / / /
| | | | | | | |
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/imx' and 'spi/fix...Mark Brown2015-04-123-17/+26
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | | * | | | | | | spi/rockchip: Round up clock rate divisor to err on the safe sideJulius Werner2015-03-271-1/+1
| | | |/ / / / / /
| | * / / / / / / spi: imx: read back the RX/TX watermark levels earlierLucas Stach2015-04-011-2/+2
| | |/ / / / / /
| * / / / / / / spi: fsl-dspi: Fix clock rate scale valuesAaron Brice2015-04-061-14/+23
| |/ / / / / /
* | | | | | | Merge remote-tracking branch 'spi/fix/img-spfi' into spi-linusMark Brown2015-04-121-5/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | spi: img-spfi: Limit bit clock to 1/4th of input clockAndrew Bresticker2015-04-071-5/+5
| |/ / / /
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/queue' and 'spi/fix/qup...Mark Brown2015-03-243-8/+12
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |