Age | Commit message (Expand) | Author | Files | Lines |
2015-08-31 | Merge remote-tracking branches 'spi/topic/ti-qspi', 'spi/topic/xcomm' and 'sp... | Mark Brown | 5 | -5/+499 |
2015-08-31 | Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sg', 'spi/topi... | Mark Brown | 4 | -23/+193 |
2015-08-31 | Merge remote-tracking branches 'spi/topic/mtk', 'spi/topic/pxa2xx', 'spi/topi... | Mark Brown | 9 | -26/+803 |
2015-08-31 | Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl-espi', 'spi/top... | Mark Brown | 9 | -107/+173 |
2015-08-31 | Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2835', 'spi/t... | Mark Brown | 3 | -15/+49 |
2015-08-31 | Merge remote-tracking branch 'spi/topic/dma' into spi-next | Mark Brown | 1 | -4/+18 |
2015-08-31 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 1 | -8/+21 |
2015-08-31 | Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bitbang', 'spi/fix... | Mark Brown | 6 | -32/+153 |
2015-08-31 | spi: sh-msiof: Fix FIFO size to 64 word from 256 word | Koji Matsuoka | 1 | -6/+9 |
2015-08-30 | spi: fsl-(e)spi: Fix checking return value of devm_ioremap_resource | Axel Lin | 2 | -4/+4 |
2015-08-28 | spi/xlp: SPI controller driver for Netlogic XLP SoCs | Kamlakant Patel | 3 | -0/+468 |
2015-08-28 | spi: fsl-espi: add runtime PM | Heiner Kallweit | 1 | -17/+54 |
2015-08-28 | spi: fsl-(e)spi: simplify cleanup code | Heiner Kallweit | 4 | -35/+7 |
2015-08-28 | spi: fsl-(e)spi: migrate to using devm_ functions to simplify cleanup | Heiner Kallweit | 3 | -32/+13 |
2015-08-27 | spi: mediatek: fix SPI_CMD_PAUSE_IE macro error | Leilk Liu | 1 | -1/+1 |
2015-08-26 | spi: check bits_per_word in spi_setup | Stefan BrĂ¼ns | 1 | -8/+19 |
2015-08-25 | spi: mediatek: replace *_time name | Leilk Liu | 1 | -12/+8 |
2015-08-25 | spi: mediatek: add PM clk_prepare_enable fail flow | Leilk Liu | 1 | -2/+11 |
2015-08-25 | spi: mediatek: replace int with u32, delete TAB and define MTK_SPI_PAUSE_INT_... | Leilk Liu | 1 | -8/+10 |
2015-08-25 | spi: mediatek: add linux/io.h include file | Leilk Liu | 1 | -0/+1 |
2015-08-25 | spi/bcm63xx-hsspi: add support for dual spi read/write | Jonas Gorski | 1 | -4/+9 |
2015-08-21 | spi: dw: Allow interface drivers to limit data I/O to word sizes | Michael van der Westhuizen | 3 | -2/+40 |
2015-08-21 | spi: Fall back to master maximum speed if no slave speed specified | Mark Brown | 1 | -0/+2 |
2015-08-20 | spi: mediatek: use BIT() to instead of SPI_CMD_*_OFFSET | Leilk Liu | 1 | -17/+20 |
2015-08-20 | spi: medaitek: revise quirks compatibility style | Leilk Liu | 1 | -18/+7 |
2015-08-20 | spi: mediatek: fix spi incorrect endian usage | Leilk Liu | 1 | -22/+16 |
2015-08-20 | spi: ti-qspi: use 128 bit transfer mode where possible | Vignesh R | 1 | -4/+30 |
2015-08-19 | spi: mediatek: remove redundant clock in prepare_hardware/unprepare_hardware | Leilk Liu | 1 | -17/+0 |
2015-08-14 | spi: bcm2835: set up spi-mode before asserting cs-gpio | Martin Sperl | 1 | -5/+23 |
2015-08-14 | spi/spi-xilinx: Fix spurious IRQ ACK on irq mode | Ricardo Ribalda Delgado | 1 | -6/+10 |
2015-08-13 | spi: Mediatek: fixup cpu_to_le32 incorrect usage | Leilk Liu | 1 | -4/+2 |
2015-08-13 | spi/spi-xilinx: Fix mixed poll/irq mode | Ricardo Ribalda Delgado | 1 | -1/+3 |
2015-08-11 | spi: orion: On a38x, implement "50MHZ SPI AC timing" Erratum No. FE-9144572 | Nadav Haklai | 1 | -1/+53 |
2015-08-11 | spi: mediatek: fix endian warnings | Leilk Liu | 1 | -2/+4 |
2015-08-11 | spi: mt65xx: Fix module alias | Axel Lin | 1 | -1/+1 |
2015-08-10 | spi: atmel: remove useless include | Alexandre Belloni | 1 | -1/+0 |
2015-08-07 | spi: mediatek: mtk_spi_driver can be static | kbuild test robot | 1 | -1/+1 |
2015-08-07 | spi: mediatek: Add spi bus for Mediatek MT8173 | Leilk Liu | 3 | -0/+759 |
2015-08-06 | spi: img-spfi: fix kbuild test robot warning | Sifan Naeem | 1 | -1/+1 |
2015-08-05 | spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation for it | Jarkko Nikula | 2 | -6/+1 |
2015-08-04 | spi: img-spfi: fix multiple calls to request gpio | Sifan Naeem | 1 | -8/+41 |
2015-08-04 | spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match | Axel Lin | 1 | -0/+1 |
2015-08-04 | spi: spidev: fix inconsistent indenting | Colin Ian King | 1 | -3/+3 |
2015-08-03 | spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers | Jarkko Nikula | 2 | -4/+0 |
2015-07-31 | spi: pxa2xx: Add support for Intel Sunrisepoint | Jarkko Nikula | 1 | -4/+55 |
2015-07-31 | spi: xcomm: Export I2C module alias information | Javier Martinez Canillas | 1 | -0/+1 |
2015-07-29 | spi: bcm2835: fix overflow in calculation of transfer time | Martin Sperl | 1 | -4/+6 |
2015-07-29 | spi: bcm2835: set up spi-mode before asserting cs-gpio | Martin Sperl | 1 | -5/+23 |
2015-07-29 | spi: Fix regression in spi-bitbang-txrx.h | Lars Persson | 1 | -2/+2 |
2015-07-29 | spi: img-spfi: check for timeout error before proceeding | Sifan Naeem | 1 | -4/+4 |