aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-07spi: mediatek: mtk_spi_driver can be statickbuild test robot1-1/+1
2015-08-07spi: mediatek: Add spi bus for Mediatek MT8173Leilk Liu3-0/+759
2015-08-06spi: img-spfi: fix kbuild test robot warningSifan Naeem1-1/+1
2015-08-05spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation for itJarkko Nikula2-6/+1
2015-08-04spi: img-spfi: fix multiple calls to request gpioSifan Naeem1-8/+41
2015-08-04spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_matchAxel Lin1-0/+1
2015-08-04spi: spidev: fix inconsistent indentingColin Ian King1-3/+3
2015-08-03spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbersJarkko Nikula2-4/+0
2015-07-31spi: pxa2xx: Add support for Intel SunrisepointJarkko Nikula1-4/+55
2015-07-31spi: xcomm: Export I2C module alias informationJavier Martinez Canillas1-0/+1
2015-07-29spi: bcm2835: fix overflow in calculation of transfer timeMartin Sperl1-4/+6
2015-07-29spi: bcm2835: set up spi-mode before asserting cs-gpioMartin Sperl1-5/+23
2015-07-29spi: Fix regression in spi-bitbang-txrx.hLars Persson1-2/+2
2015-07-29spi: img-spfi: check for timeout error before proceedingSifan Naeem1-4/+4
2015-07-28spi: s3c64xx: print fifo size on probe.Michal Suchanek1-2/+2
2015-07-24spi: support spi without dma channel to use can_dma()Leilk Liu1-4/+18
2015-07-24spi: omap2-mcspi: add runtime PM to set_cs()Sebastian Reichel1-0/+10
2015-07-24spi: davinci: Choose correct pre-scaler limit based on SOCFranklin S Cooper Jr1-7/+36
2015-07-24spi: davinci: Set prescale value based on register valueFranklin S Cooper Jr1-4/+5
2015-07-24Merge remote-tracking branches 'spi/fix/gqspi', 'spi/fix/imx', 'spi/fix/mg-spfi' and 'spi/fix/spidev' into spi-linusMark Brown5-3/+8
2015-07-24spi: imx: Fix small DMA transfersSascha Hauer1-2/+3
2015-07-21spi: mpc512x-psc: fix compiler warning about uninitialized variableUwe Kleine-König1-2/+2
2015-07-17spi: mpc512x-psc: add support for Freescale MPC5125Uwe Kleine-König1-23/+47
2015-07-16spi: spidev: Fix typoFabio Estevam1-1/+1
2015-07-15spi: spi-pxa2xx: Remove clk.h includeStephen Boyd1-1/+0
2015-07-14spi: xcomm: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-07spi: zynq: missing break statementDan Carpenter1-0/+1
2015-07-07spi: SPI_ZYNQMP_GQSPI should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2015-07-07spi: spidev: add compatible value for LTC2488Jiri Prchal1-0/+1
2015-07-07spi: expose spi_master and spi_device statistics via sysfsMartin Sperl1-3/+165
2015-07-07spi: sh-msiof: Remove obsolete spi_r8a779x_msiof platform_device_id entriesGeert Uytterhoeven1-5/+0
2015-07-07spi/rockchip: remove unnecessary memset of rockchip_spiAlexey Klimov1-1/+0
2015-07-07spi/s3c24xx: remove unnecessary memset of s3c24xx_spiAlexey Klimov1-1/+0
2015-07-07spi: Fix per-page mapping of unaligned vmalloc-ed bufferAndrew Gabbasov1-3/+13
2015-07-07spi: img-spfi: check for max speed supported by the spfi blockSifan Naeem1-0/+14
2015-07-03spi: rspi: Make qspi_set_send_trigger() return "unsigned int"Geert Uytterhoeven1-2/+4
2015-07-03spi: rspi: Drop variable "error" in qspi_trigger_transfer_out_in()Geert Uytterhoeven1-7/+6
2015-06-22spi: img-spfi: fix support for speeds up to 1/4th input clockSifan Naeem1-0/+2
2015-06-18Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev' and 'spi/topic/zynq' into spi-nextMark Brown5-261/+1778
2015-06-18Merge remote-tracking branches 'spi/topic/pxa', 'spi/topic/rb4xx', 'spi/topic/rspi', 'spi/topic/s3c64xx' and 'spi/topic/sh-msiof' into spi-nextMark Brown10-586/+328
2015-06-18Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/gpio', 'spi/topic/imx' and 'spi/topic/orion' into spi-nextMark Brown4-92/+264
2015-06-18Merge remote-tracking branches 'spi/topic/ath79', 'spi/topic/atmel' and 'spi/topic/davinci' into spi-nextMark Brown3-32/+296
2015-06-18Merge remote-tracking branch 'spi/topic/omap2-mcspi' into spi-nextMark Brown1-146/+134
2015-06-18Merge remote-tracking branch 'spi/topic/bcm2835' into spi-nextMark Brown2-39/+354
2015-06-18Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/fsl-espi', 'spi/fix/orion' and 'spi/fix/pl022' into spi-linusMark Brown3-5/+30
2015-06-18Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-17/+28
2015-06-17spi: zynq: Remove execute bitMark Brown1-0/+0
2015-06-16spi: atmel: add support to FIFOsCyrille Pitchen1-10/+245
2015-06-15spi: pxa2xx: Constify ACPI device idsMathias Krause1-1/+1
2015-06-12spi: Add support for Zynq Ultrascale+ MPSoC GQSPI controllerRanjit Waghmode3-0/+1129