Age | Commit message (Expand) | Author | Files | Lines |
2017-01-17 | spi: s3c64xx: potential oops on probe error | Dan Carpenter | 1 | -4/+4 |
2017-01-12 | spi: davinci: use dma_mapping_error() | Kevin Hilman | 1 | -2/+2 |
2017-01-10 | spi: make falcon-spi bool | Hauke Mehrtens | 1 | -1/+1 |
2017-01-09 | spi: fsl-lpspi: fix indentation error | Gao Pan | 1 | -3/+3 |
2017-01-09 | spi: s3c64xx: Don't request/release DMA channels for each SPI transfer | Marek Szyprowski | 1 | -28/+29 |
2017-01-09 | spi: dw: Make debugfs use bus num and make irq name unique | Phil Reid | 2 | -5/+4 |
2017-01-09 | spi: spi-axi: Free resources on error path | Christophe JAILLET | 1 | -1/+2 |
2017-01-06 | spi: bcm53xx: (re)license code to the GPL v2 | Rafał Miłecki | 1 | -1/+9 |
2017-01-06 | spi: imx: adjust watermark level according to transfer length | Jiada Wang | 1 | -8/+8 |
2017-01-04 | spi: pxa2xx-pci: Enable DMA for Intel Merrifield | Andy Shevchenko | 1 | -0/+24 |
2017-01-04 | spi: pxa2xx: add missed break | Andy Shevchenko | 1 | -0/+1 |
2017-01-04 | spi: sh-msiof: Remove useless memory allocation failure message | Geert Uytterhoeven | 1 | -3/+1 |
2017-01-04 | spi: rspi: Remove useless memory allocation failure message | Geert Uytterhoeven | 1 | -3/+1 |
2017-01-04 | spi: dw-mid: switch to new dmaengine_terminate_* API (part 2) | Andy Shevchenko | 1 | -2/+2 |
2016-12-31 | spi: armada-3700: Coding style fixes | Romain Perier | 1 | -1/+2 |
2016-12-31 | spi: armada-3700: Replaced raw values for nbits by the SPI macros | Romain Perier | 1 | -3/+3 |
2016-12-31 | spi: dw: Make debugfs name unique between instances | Phil Reid | 1 | -1/+4 |
2016-12-31 | spi: bcm53xx: set of_node to let DT specify device(s) | Rafał Miłecki | 1 | -7/+1 |
2016-12-31 | spi: bcm-qspi: Enable the driver on BMIPS_GENERIC | Jaedon Shin | 1 | -1/+2 |
2016-12-20 | spi: sh-msiof: Do not use C++ style comment | Simon Horman | 1 | -1/+1 |
2016-12-19 | spi: rockchip: support "sleep" pin configuration | Brian Norris | 1 | -0/+5 |
2016-12-16 | spi: armada-3700: Set mode bits correctly | Dan Carpenter | 1 | -1/+1 |
2016-12-16 | spi: armada-3700: Remove unnecessary condition | Dan Carpenter | 1 | -2/+1 |
2016-12-15 | spi: core: Extract of_spi_parse_dt() | Geert Uytterhoeven | 1 | -24/+36 |
2016-12-14 | Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -17/+4 |
2016-12-14 | spi: armada-3700: fix unsigned compare than zero on irq | Colin Ian King | 1 | -4/+5 |
2016-12-14 | spi: sh-msiof: Add R-Car Gen 2 and 3 fallback bindings | Simon Horman | 1 | -1/+3 |
2016-12-14 | spi: spi-ath79: use gpio_set_value_cansleep for GPIO chip select | Felix Fietkau | 1 | -1/+1 |
2016-12-14 | spi: spi-ath79: support multiple internal chip select lines | Felix Fietkau | 1 | -10/+11 |
2016-12-14 | spi: SPI_FSL_DSPI should depend on HAS_DMA | Geert Uytterhoeven | 1 | -0/+1 |
2016-12-14 | spi: fsl-lpspi: Pre-initialize ret in fsl_lpspi_transfer_one_msg() | Geert Uytterhoeven | 1 | -1/+1 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/to... | Mark Brown | 6 | -25/+84 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/to... | Mark Brown | 3 | -8/+50 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/fsl-lpspi', 'spi/topic/imx', 'spi/t... | Mark Brown | 6 | -17/+562 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/... | Mark Brown | 6 | -347/+703 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/to... | Mark Brown | 6 | -178/+1039 |
2016-12-12 | Merge remote-tracking branch 'spi/topic/rcar' into spi-next | Mark Brown | 1 | -0/+1 |
2016-12-12 | Merge remote-tracking branch 'spi/topic/dma' into spi-next | Mark Brown | 1 | -2/+5 |
2016-12-12 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 1 | -2/+7 |
2016-12-12 | Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/mvbeu' and 'spi/fix/... | Mark Brown | 2 | -41/+98 |
2016-12-08 | spi: mvebu: fix baudrate calculation for armada variant | Uwe Kleine-König | 1 | -29/+54 |
2016-12-08 | spi: Add support for Armada 3700 SPI Controller | Romain Perier | 3 | -0/+931 |
2016-12-05 | spi: fsl-lpspi: quit reading rx fifo under error condition | Gao Pan | 1 | -1/+4 |
2016-12-05 | spi: fsl-lpspi: use GPL as module license | Gao Pan | 1 | -1/+1 |
2016-12-01 | spi: fsl-espi: fix ioread16/iowrite16 endianness | Heiner Kallweit | 1 | -2/+2 |
2016-11-30 | spi: fsl-espi: remove unused linearization code | Heiner Kallweit | 1 | -80/+0 |
2016-11-30 | spi: fsl-espi: eliminate need for linearization when reading from hardware | Heiner Kallweit | 1 | -14/+63 |
2016-11-30 | spi: fsl-espi: eliminate need for linearization when writing to hardware | Heiner Kallweit | 1 | -14/+65 |
2016-11-30 | spi: fsl-espi: determine need for byte swap only once | Heiner Kallweit | 1 | -2/+6 |
2016-11-30 | spi: fsl-lpspi: read lpspi tx/rx fifo size in probe() | Gao Pan | 1 | -7/+14 |