summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2015-12-04spi: lm70llp: correct alignmentSudip Mukherjee
2015-12-04spi: lm70llp: remove cast to voidSudip Mukherjee
2015-12-04spi: lm70llp: add blank line after declarationSudip Mukherjee
2015-12-04spi: lm70llp: remove multiple blank linesSudip Mukherjee
2015-12-04spi: imx: Add loopback mode supportFabio Estevam
2015-12-02spi: butterfly: use new parport device modelSudip Mukherjee
2015-12-02spi: butterfly: correct alignmentSudip Mukherjee
2015-12-02spi: butterfly: remove cast to voidSudip Mukherjee
2015-12-02spi: butterfly: remove multiple blank linesSudip Mukherjee
2015-12-01spi: Mark instantiated device nodes with OF_POPULATEGeert Uytterhoeven
2015-12-01spi: Uninline spi_unregister_device()Geert Uytterhoeven
2015-12-01spi: omap2-mcspi: Prevent duplicate gpio_requestMichael Welling
2015-11-30spi: topcliff-pch: allow build for MIPS platformsPaul Burton
2015-11-30spi: spidev: Use "%u" to format __u32Geert Uytterhoeven
2015-11-30Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/med...Mark Brown
2015-11-30spi: dw-mid: constify dw_spi_dma_ops structureJulia Lawall
2015-11-27spi: bugfix: spi_message.transfer_length does not get resetMartin Sperl
2015-11-25spi: mediatek: revise mtk_spi_probe() failure flowLeilk Liu
2015-11-25Merge branch 'fix/mediatek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown
2015-11-23spi: pl022: handle EPROBE_DEFER for dmaRabin Vincent
2015-11-21spi: mediatek: remove needless pair of writel()/readl()leilk.liu@mediatek.com
2015-11-20spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probeMika Westerberg
2015-11-19spi: omap2-mcspi: Add calls for pinctrl state selectPascal Huerst
2015-11-18spi: sun4i: allow transfers to set transmission speedMarcus Weseloh
2015-11-18spi: s3c64xx: pass DMA arguments in platform dataArnd Bergmann
2015-11-16spi: bcm63xx: use correct format string for printing a resourceArnd Bergmann
2015-11-16spi: mediatek: single device does not require cs_gpiosNicolas Boichat
2015-11-16spi/bcm63xx: Move default clock configuration to kill compiler warningGeert Uytterhoeven
2015-11-10spi: Add missing kerneldoc description for parameterThierry Reding
2015-11-04Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/ti-qspi' and '...Mark Brown
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown
2015-11-04Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/mpc512x', 'sp...Mark Brown
2015-11-04Merge remote-tracking branches 'spi/topic/coldfire' and 'spi/topic/dw' into s...Mark Brown
2015-11-04Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/bcm63xx', 'spi...Mark Brown
2015-11-04Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/top...Mark Brown
2015-11-04Merge remote-tracking branch 'spi/topic/doc' into spi-nextMark Brown
2015-11-04Merge remote-tracking branch 'spi/topic/davinci' into spi-nextMark Brown
2015-11-04Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2015-11-04Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/imx', 'spi/fix/omap2...Mark Brown
2015-11-04Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown
2015-10-30spi: pxa2xx: Rework self-initiated platform data creation for non-ACPIJarkko Nikula
2015-10-30spi: pxa2xx: Add support for Intel BroxtonJarkko Nikula
2015-10-30spi: pxa2xx: Detect number of enabled Intel LPSS SPI chip select signalsJarkko Nikula
2015-10-30spi: pxa2xx: Add output control for multiple Intel LPSS chip selectsJarkko Nikula
2015-10-30spi: pxa2xx: Use LPSS prefix for defines that are Intel LPSS specificJarkko Nikula
2015-10-30spi: Add DSPI support for layerscape familyYuan Yao
2015-10-30spi: ti-qspi: improve ->remove() callbackFelipe Balbi
2015-10-29spi/spi-xilinx: Fix race condition on last word readRicardo Ribalda Delgado
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-10-28spi: Add THIS_MODULE to spi_driver in SPI coreAndrew F. Davis