Age | Commit message (Expand) | Author |
2015-12-04 | spi: lm70llp: correct alignment | Sudip Mukherjee |
2015-12-04 | spi: lm70llp: remove cast to void | Sudip Mukherjee |
2015-12-04 | spi: lm70llp: add blank line after declaration | Sudip Mukherjee |
2015-12-04 | spi: lm70llp: remove multiple blank lines | Sudip Mukherjee |
2015-12-04 | spi: imx: Add loopback mode support | Fabio Estevam |
2015-12-02 | spi: butterfly: use new parport device model | Sudip Mukherjee |
2015-12-02 | spi: butterfly: correct alignment | Sudip Mukherjee |
2015-12-02 | spi: butterfly: remove cast to void | Sudip Mukherjee |
2015-12-02 | spi: butterfly: remove multiple blank lines | Sudip Mukherjee |
2015-12-01 | spi: Mark instantiated device nodes with OF_POPULATE | Geert Uytterhoeven |
2015-12-01 | spi: Uninline spi_unregister_device() | Geert Uytterhoeven |
2015-12-01 | spi: omap2-mcspi: Prevent duplicate gpio_request | Michael Welling |
2015-11-30 | spi: topcliff-pch: allow build for MIPS platforms | Paul Burton |
2015-11-30 | spi: spidev: Use "%u" to format __u32 | Geert Uytterhoeven |
2015-11-30 | Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/med... | Mark Brown |
2015-11-30 | spi: dw-mid: constify dw_spi_dma_ops structure | Julia Lawall |
2015-11-27 | spi: bugfix: spi_message.transfer_length does not get reset | Martin Sperl |
2015-11-25 | spi: mediatek: revise mtk_spi_probe() failure flow | Leilk Liu |
2015-11-25 | Merge branch 'fix/mediatek' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Mark Brown |
2015-11-23 | spi: pl022: handle EPROBE_DEFER for dma | Rabin Vincent |
2015-11-21 | spi: mediatek: remove needless pair of writel()/readl() | leilk.liu@mediatek.com |
2015-11-20 | spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe | Mika Westerberg |
2015-11-19 | spi: omap2-mcspi: Add calls for pinctrl state select | Pascal Huerst |
2015-11-18 | spi: sun4i: allow transfers to set transmission speed | Marcus Weseloh |
2015-11-18 | spi: s3c64xx: pass DMA arguments in platform data | Arnd Bergmann |
2015-11-16 | spi: bcm63xx: use correct format string for printing a resource | Arnd Bergmann |
2015-11-16 | spi: mediatek: single device does not require cs_gpios | Nicolas Boichat |
2015-11-16 | spi/bcm63xx: Move default clock configuration to kill compiler warning | Geert Uytterhoeven |
2015-11-10 | spi: Add missing kerneldoc description for parameter | Thierry Reding |
2015-11-04 | Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/ti-qspi' and '... | Mark Brown |
2015-11-04 | Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',... | Mark Brown |
2015-11-04 | Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/mpc512x', 'sp... | Mark Brown |
2015-11-04 | Merge remote-tracking branches 'spi/topic/coldfire' and 'spi/topic/dw' into s... | Mark Brown |
2015-11-04 | Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/bcm63xx', 'spi... | Mark Brown |
2015-11-04 | Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/top... | Mark Brown |
2015-11-04 | Merge remote-tracking branch 'spi/topic/doc' into spi-next | Mark Brown |
2015-11-04 | Merge remote-tracking branch 'spi/topic/davinci' into spi-next | Mark Brown |
2015-11-04 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown |
2015-11-04 | Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/imx', 'spi/fix/omap2... | Mark Brown |
2015-11-04 | Merge remote-tracking branch 'spi/fix/core' into spi-linus | Mark Brown |
2015-10-30 | spi: pxa2xx: Rework self-initiated platform data creation for non-ACPI | Jarkko Nikula |
2015-10-30 | spi: pxa2xx: Add support for Intel Broxton | Jarkko Nikula |
2015-10-30 | spi: pxa2xx: Detect number of enabled Intel LPSS SPI chip select signals | Jarkko Nikula |
2015-10-30 | spi: pxa2xx: Add output control for multiple Intel LPSS chip selects | Jarkko Nikula |
2015-10-30 | spi: pxa2xx: Use LPSS prefix for defines that are Intel LPSS specific | Jarkko Nikula |
2015-10-30 | spi: Add DSPI support for layerscape family | Yuan Yao |
2015-10-30 | spi: ti-qspi: improve ->remove() callback | Felipe Balbi |
2015-10-29 | spi/spi-xilinx: Fix race condition on last word read | Ricardo Ribalda Delgado |
2015-10-28 | spi: Drop owner assignment from spi_drivers | Andrew F. Davis |
2015-10-28 | spi: Add THIS_MODULE to spi_driver in SPI core | Andrew F. Davis |