Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | | spi: spi-pic32: Add PIC32 SPI master driver | Purna Chandra Mandal | 2016-04-04 | 3 | -0/+895 | |
| | | | | |/ / / / | ||||||
| | | | * / / / / | spi: spi-orion: enable the driver on ARCH_MVEBU platforms | Thomas Petazzoni | 2016-04-22 | 1 | -1/+1 | |
| | | | |/ / / / | ||||||
| | | * / / / / | spi: omap2-mcspi: Use dma_request_chan() for requesting DMA channel | Peter Ujfalusi | 2016-04-29 | 1 | -65/+18 | |
| | | |/ / / / | ||||||
| | * | | / / | spi: octeon: Convert to use devm_ioremap_resource | Axel Lin | 2016-03-21 | 1 | -11/+6 | |
| | | |_|/ / | | |/| | | | ||||||
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *-------. \ \ \ \ | Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/flash-read', 'spi/t... | Mark Brown | 2016-05-23 | 4 | -8/+33 | |
| |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | | | ||||||
| | | | | | * | | | | spi: Drop unnecessary dependencies on relaxed I/O accessors | Axel Lin | 2016-05-02 | 1 | -2/+0 | |
| | | | |_|/ / / / | | | |/| | | | | | ||||||
| | | | | * | | | | spi/fsl-espi: avoid infinite loops on fsl_espi_cpu_irq() | Nobuteru Hayashi | 2016-03-28 | 1 | -1/+9 | |
| | | | | * | | | | spi/fsl-espi: Don't wait transaction completion forever | Nobuteru Hayashi | 2016-03-28 | 1 | -1/+6 | |
| | | | | * | | | | spi/fsl-espi: Don't spin forever on SPIE_RXCNT | Nobuteru Hayashi | 2016-03-28 | 1 | -3/+10 | |
| | | | |/ / / / | | | |/| | | | | ||||||
| | | | * | | | | spi: fsl-dspi: Set max_speed_hz for master | Bhuvanchandra DV | 2016-03-23 | 1 | -0/+7 | |
| | | | |/ / / | ||||||
| | * | / / / | spi: dw-pci: Spelling s/paltforms/platforms/g | Geert Uytterhoeven | 2016-05-11 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *-----. \ \ \ \ | Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi... | Mark Brown | 2016-05-23 | 6 | -162/+240 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | spi: Drop duplicate code to set master->dev.parent | Axel Lin | 2016-04-26 | 3 | -3/+0 | |
| | | | | * | | | | | spi: dln2: Pass of_node to spi master | Crestez Dan Leonard | 2016-04-15 | 1 | -0/+3 | |
| | | | | |/ / / / | ||||||
| | | | * / / / / | spi: davinci: Use dma_request_chan() for requesting DMA channel | Peter Ujfalusi | 2016-04-29 | 1 | -52/+24 | |
| | | | |/ / / / | ||||||
| | | * | | | | | spi: cadence: mark pm functions __maybe_unused | Arnd Bergmann | 2016-04-18 | 1 | -2/+2 | |
| | | * | | | | | spi: cadence: Fix some checkpatch warnings | Shubhrajyoti Datta | 2016-04-06 | 1 | -2/+4 | |
| | | * | | | | | spi: cadence: Return the error code for cdns_spi_suspend and cdns_spi_resume | Shubhrajyoti Datta | 2016-04-05 | 1 | -7/+3 | |
| | | * | | | | | spi: cadence: Remove the clock enable and disable from suspend and resume | Shubhrajyoti Datta | 2016-04-05 | 1 | -19/+0 | |
| | | * | | | | | spi: cadence: Runtime pm adaptation | Shubhrajyoti Datta | 2016-04-05 | 1 | -2/+68 | |
| | | * | | | | | spi: cadance: Fix the Documentation | Shubhrajyoti Datta | 2016-04-05 | 1 | -1/+1 | |
| | | * | | | | | spi: cadence: Fix probe error handling | Shubhrajyoti Datta | 2016-04-05 | 1 | -2/+2 | |
| | | * | | | | | spi: cadence: Remove _MASK and _OFFSET suffix | Shubhrajyoti Datta | 2016-04-05 | 1 | -87/+74 | |
| | | * | | | | | spi: cadence: Fix a check patch warning | Shubhrajyoti Datta | 2016-04-05 | 1 | -1/+1 | |
| | | |/ / / / | ||||||
| | * / / / / | spi: bcm53xx: add spi_flash_read callback for MMIO-based reads | Rafał Miłecki | 2016-04-18 | 1 | -2/+76 | |
| | |/ / / / | ||||||
| * | | | | | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 2016-05-23 | 1 | -2/+5 | |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| | * | | | | spi: Fix simple typo s/impelment/implement | Moritz Fischer | 2016-05-04 | 1 | -1/+1 | |
| | * | | | | spi: return error if kmap'd buffers passed to spi_map_buf() | Vignesh R | 2016-04-25 | 1 | -1/+3 | |
| | * | | | | spi: let SPI masters ignore their children for PM | Linus Walleij | 2016-04-12 | 1 | -0/+1 | |
| | |/ / / | ||||||
* | | | | | Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2016-05-19 | 1 | -4/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | dmaengine: dw: rename masters to reflect actual topology | Andy Shevchenko | 2016-04-13 | 1 | -4/+4 | |
| |/ / / | ||||||
| | | | | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
*-----. \ \ \ | Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/omap2-mcspi', 'sp... | Mark Brown | 2016-05-06 | 4 | -37/+76 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | | | * | | | spi: spi-ti-qspi: Handle truncated frames properly | Ben Hutchings | 2016-04-13 | 1 | -12/+20 | |
| | | | * | | | spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overridden | Ben Hutchings | 2016-04-13 | 1 | -6/+9 | |
| | | | |/ / | ||||||
| | | * / / | spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT | Jarkko Nikula | 2016-04-26 | 1 | -1/+1 | |
| | | |/ / | ||||||
| | * / / | spi: omap2-mcspi: Undo broken fix for dma transfer of vmalloced buffer | Akinobu Mita | 2016-04-12 | 1 | -17/+45 | |
| |/ / / |/| | | | ||||||
| * | | | spi: spi-fsl-dspi: Fix cs_change handling in message transfer | Andrey Vostrikov | 2016-04-05 | 1 | -2/+2 | |
| |/ / | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge remote-tracking branches 'spi/fix/omap2' and 'spi/fix/rockchip' into sp... | Mark Brown | 2016-04-04 | 2 | -51/+27 | |
|\ \ \ \ | ||||||
| | * | | | spi: rockchip: fix probe deferral handling | Shawn Lin | 2016-03-31 | 1 | -5/+9 | |
| | * | | | spi: rockchip: Spelling s/divsor/divisor/ | Geert Uytterhoeven | 2016-03-15 | 1 | -1/+1 | |
| | | |/ | | |/| | ||||||
| * / | | spi: omap2-mcspi: fix dma transfer for vmalloced buffer | Akinobu Mita | 2016-03-23 | 1 | -45/+17 | |
| |/ / | ||||||
* | | | Merge remote-tracking branch 'spi/fix/imx' into spi-linus | Mark Brown | 2016-04-04 | 1 | -2/+14 | |
|\ \ \ | ||||||
| * | | | spi: imx: Fix possible NULL pointer deref | Sascha Hauer | 2016-03-17 | 1 | -1/+5 | |
| * | | | spi: imx: only do necessary changes to ECSPIx_CONFIGREG | Knut Wohlrab | 2016-03-17 | 1 | -1/+9 | |
| |/ / | ||||||
* | | | Merge remote-tracking branch 'spi/fix/core' into spi-linus | Mark Brown | 2016-04-04 | 1 | -2/+2 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | spi: fix possible deadlock between internal bus locks and bus_lock_flag | Heiko Stübner | 2016-03-18 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2016-03-17 | 1 | -2/+10 | |
|\ \ | |/ |/| | ||||||
| * | spi: rockchip: modify DMA max burst to 1 | Addy Ke | 2016-02-09 | 1 | -2/+10 | |
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*-------. | | Merge remote-tracking branches 'spi/topic/res', 'spi/topic/rockchip', 'spi/to... | Mark Brown | 2016-03-11 | 3 | -53/+148 | |
|\ \ \ \ \| | ||||||
| | | | * | | spi: spi-ti-qspi: add mmap mode read support | Vignesh R | 2016-02-09 | 1 | -29/+110 |