summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2017-04-26Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/xlp' into s...Mark Brown
2017-04-26Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/spidev-test', '...Mark Brown
2017-04-26Merge remote-tracking branches 'spi/topic/loopback', 'spi/topic/omap2-mcspi',...Mark Brown
2017-04-26Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/top...Mark Brown
2017-04-26Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/t...Mark Brown
2017-04-26Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2017-04-26Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/lantiq' and 'spi/fix/pl...Mark Brown
2017-04-26spi: cadence: Allow for GPIO pins to be used as chipselectsMoritz Fischer
2017-04-25spi-imx: Implements handling of the SPI_READY mode flag.Leif Middelschulte
2017-04-24spi: tegra: fix spelling mistake: "trasfer" -> "transfer"Colin Ian King
2017-04-21spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'bleVignesh R
2017-04-21spi: Add can_dma like interface for spi_flash_readVignesh R
2017-04-18spi: dw: Disable clock after unregistering the hostMarek Vasut
2017-04-18spi: double time out toleranceHauke Mehrtens
2017-04-18spi: atmel: add deepest PM support to SAMA5D2Quentin Schulz
2017-04-12spi: atmel: factorize reusable code for SPI controller initQuentin Schulz
2017-04-07spi: orion: add LSB supportBastian Stender
2017-04-06spi: pl022: don't use uninitialized variableRabin Vincent
2017-03-30spi: loopback-test: fix spelling mistake: "minimam" -> "minimum"Colin Ian King
2017-03-27spi: spi-ti-qspi: Remove unused dma_dev variableVignesh R
2017-03-24spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transferAkinobu Mita
2017-03-24spi: spi-ti-qspi: Use dma_engine wrapper for dma memcpy callVignesh R
2017-03-20spi: loopback-test: fix potential integer overflow on multipleColin Ian King
2017-03-20spi: sun6i: update max transfer size reportedIcenowy Zheng
2017-03-17spi: davinci: add comment about dummy tx buffer usageFrode Isaksen
2017-03-17spi: loopback-test: add test spi_message with delay after transfersAkinobu Mita
2017-03-17spi: loopback-test: add elapsed time checkAkinobu Mita
2017-03-17spi: loopback-test: test zero-length transferAkinobu Mita
2017-03-17spi: loopback-test: add ability to test zero-length transferAkinobu Mita
2017-03-17spi: loopback-test: don't skip comparing the first byte of rx_bufAkinobu Mita
2017-03-17spi: loopback-test: correct mismatched test description and configurationAkinobu Mita
2017-03-17spi: loopback-test: fix compile error on x86Frode Isaksen
2017-03-16spi: spidev: Add sx1301 to device tree compatibility listBen Whitten
2017-03-15spi: loopback-test: add option to use vmalloc'ed buffersFrode Isaksen
2017-03-15spi: davinci: do not use DMA for vmalloc'ed buffersFrode Isaksen
2017-03-15spi: davinci: do not use DMA if transfer length is less than 16Frode Isaksen
2017-03-15spi: davinci: use rx buffer as dummy tx bufferFrode Isaksen
2017-03-13spi: xlp: update for ARCH_VULCAN2Jayachandran C
2017-03-13spi: fsl: Call irq_dispose_mapping in err pathLiu Xiang
2017-03-13spi/bcm63xx-hsspi: allow for probing through devicetreeJonas Gorski
2017-03-13spi/bcm63xx-hsspi: allow providing clock rate through a second clockJonas Gorski
2017-03-07spi: davinci: enable DMA when channels are defined in DTFabien Parent
2017-03-07spi: davinci: Use SPI framework to handle DMA mappingFabien Parent
2017-03-07spi: sun6i: Allow transfers larger than FIFO sizeIcenowy Zheng
2017-03-06spi: allow registering empty spi_board_info listsDmitry Torokhov
2017-03-06spi: allow attaching device properties to SPI board infoDmitry Torokhov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2017-03-01spi: lantiq-ssc: add LTQ_ prefix to definesHauke Mehrtens
2017-02-22spi: sc18is602: Add OF device ID tableJavier Martinez Canillas
2017-02-21spi/bcm63xx: fix typo in bcm63xx_spi_max_length breaking compilationJonas Gorski