Age | Commit message (Expand) | Author |
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 |
2015-10-28 | spi: Setup the master controller driver before setting the chipselect | Franklin S Cooper Jr |
2015-10-28 | spi: dw: replace magic constant by DW_SPI_DR | Andy Shevchenko |
2015-10-27 | spi: mediatek: mt8173 spi multiple devices support | Leilk Liu |
2015-10-27 | spi: mediatek: handle controller_data in mtk_spi_setup | Leilk Liu |
2015-10-27 | spi: mediatek: remove mtk_spi_config | Leilk Liu |
2015-10-24 | spi: fix kernel-doc warnings about missing return desc in spi.c | Javier Martinez Canillas |
2015-10-24 | Merge branches 'topic/core' and 'topic/stats' of git://git.kernel.org/pub/scm... | Mark Brown |
2015-10-23 | spi: pxa2xx: Align a few defines | Jarkko Nikula |
2015-10-23 | spi: pxa2xx: Save other reg_cs_ctrl bits when configuring chip select | Jarkko Nikula |
2015-10-23 | spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integer | Jarkko Nikula |
2015-10-23 | spi: pxa2xx: derive struct chip_data from struct drv_data | Andy Shevchenko |
2015-10-23 | spi: pxa2xx: move debug messages to pump_transfer() | Andy Shevchenko |
2015-10-23 | spi: imx: fix ecspi mode setup | Andrew Y. Kuksov |
2015-10-23 | spi/bcm63xx: move register definitions into the driver | Jonas Gorski |
2015-10-23 | spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word | David Mosberger-Tang |
2015-10-22 | spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_message | Neil Armstrong |
2015-10-21 | spi: core: use gpio_is_valid() helper | Andy Shevchenko |
2015-10-20 | spi: dw: remove a NULL check when call ->remove() | Andy Shevchenko |
2015-10-20 | spi: dw: explicitly free IRQ handler in dw_spi_remove_host() | Andy Shevchenko |
2015-10-19 | spi: dw-mmio: convert to unified device property API | Andy Shevchenko |
2015-10-19 | spi: dw-pci: remove unused pdev member from struct dw_spi_pci | Andy Shevchenko |
2015-10-19 | spi: dw: introduce spi_shutdown_chip() | Andy Shevchenko |
2015-10-19 | spi: dw: eliminate unused threshold variables | Andy Shevchenko |
2015-10-19 | spi: dw: eliminate speed variable in ->transfer_one() | Andy Shevchenko |
2015-10-19 | spi: dw: remove bits_per_word member of struct chip_data | Andy Shevchenko |
2015-10-19 | spi: dw: remove unneeded cr0 member of struct chip_data | Andy Shevchenko |
2015-10-19 | spi: dw: use plain struct device * at earlier ->probe() | Andy Shevchenko |
2015-10-16 | spi: davinci: use spi->cs_gpio directly | Luis de Bethencourt |
2015-10-16 | spi: spi-ti-qspi: switch to polling mode for better r/w performance | Vignesh R |