aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-31Merge remote-tracking branches 'spi/topic/ti-qspi', 'spi/topic/xcomm' and 'spi/topic/xlp' into spi-nextMark Brown5-5/+499
2015-08-31Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sg', 'spi/topic/sh-msiof', 'spi/topic/spidev' and 'spi/topic/stats' into spi-nextMark Brown4-23/+193
2015-08-31Merge remote-tracking branches 'spi/topic/mtk', 'spi/topic/pxa2xx', 'spi/topic/qspi', 'spi/topic/rockchip' and 'spi/topic/s3c24xx' into spi-nextMark Brown9-26/+803
2015-08-31Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl-espi', 'spi/topic/img-spfi' and 'spi/topic/mpc512x-psc' into spi-nextMark Brown9-107/+173
2015-08-31Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2835', 'spi/topic/bcm63xx-hsspi' and 'spi/topic/davinci' into spi-nextMark Brown3-15/+49
2015-08-31Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown1-4/+18
2015-08-31Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-8/+21
2015-08-31Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bitbang', 'spi/fix/img-spfi', 'spi/fix/omap2-mcspi', 'spi/fix/orion' and 'spi/fix/xilinx' into spi-linusMark Brown6-32/+153
2015-08-31spi: sh-msiof: Fix FIFO size to 64 word from 256 wordKoji Matsuoka1-6/+9
2015-08-30spi: fsl-(e)spi: Fix checking return value of devm_ioremap_resourceAxel Lin2-4/+4
2015-08-28spi/xlp: SPI controller driver for Netlogic XLP SoCsKamlakant Patel3-0/+468
2015-08-28spi: fsl-espi: add runtime PMHeiner Kallweit1-17/+54
2015-08-28spi: fsl-(e)spi: simplify cleanup codeHeiner Kallweit4-35/+7
2015-08-28spi: fsl-(e)spi: migrate to using devm_ functions to simplify cleanupHeiner Kallweit3-32/+13
2015-08-27spi: mediatek: fix SPI_CMD_PAUSE_IE macro errorLeilk Liu1-1/+1
2015-08-26spi: check bits_per_word in spi_setupStefan BrĂ¼ns1-8/+19
2015-08-25spi: mediatek: replace *_time nameLeilk Liu1-12/+8
2015-08-25spi: mediatek: add PM clk_prepare_enable fail flowLeilk Liu1-2/+11
2015-08-25spi: mediatek: replace int with u32, delete TAB and define MTK_SPI_PAUSE_INT_STATUS marcoLeilk Liu1-8/+10
2015-08-25spi: mediatek: add linux/io.h include fileLeilk Liu1-0/+1
2015-08-25spi/bcm63xx-hsspi: add support for dual spi read/writeJonas Gorski1-4/+9
2015-08-21spi: dw: Allow interface drivers to limit data I/O to word sizesMichael van der Westhuizen3-2/+40
2015-08-21spi: Fall back to master maximum speed if no slave speed specifiedMark Brown1-0/+2
2015-08-20spi: mediatek: use BIT() to instead of SPI_CMD_*_OFFSETLeilk Liu1-17/+20
2015-08-20spi: medaitek: revise quirks compatibility styleLeilk Liu1-18/+7
2015-08-20spi: mediatek: fix spi incorrect endian usageLeilk Liu1-22/+16
2015-08-20spi: ti-qspi: use 128 bit transfer mode where possibleVignesh R1-4/+30
2015-08-19spi: mediatek: remove redundant clock in prepare_hardware/unprepare_hardwareLeilk Liu1-17/+0
2015-08-14spi: bcm2835: set up spi-mode before asserting cs-gpioMartin Sperl1-5/+23
2015-08-14spi/spi-xilinx: Fix spurious IRQ ACK on irq modeRicardo Ribalda Delgado1-6/+10
2015-08-13spi: Mediatek: fixup cpu_to_le32 incorrect usageLeilk Liu1-4/+2
2015-08-13spi/spi-xilinx: Fix mixed poll/irq modeRicardo Ribalda Delgado1-1/+3
2015-08-11spi: orion: On a38x, implement "50MHZ SPI AC timing" Erratum No. FE-9144572Nadav Haklai1-1/+53
2015-08-11spi: mediatek: fix endian warningsLeilk Liu1-2/+4
2015-08-11spi: mt65xx: Fix module aliasAxel Lin1-1/+1
2015-08-10spi: atmel: remove useless includeAlexandre Belloni1-1/+0
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