aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-30Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/mediatek' and 'spi/fix/pl022' into spi-linusMark Brown4-16/+43
2015-11-27spi: bugfix: spi_message.transfer_length does not get resetMartin Sperl1-0/+1
2015-11-23spi: pl022: handle EPROBE_DEFER for dmaRabin Vincent1-6/+22
2015-11-16spi: bcm63xx: use correct format string for printing a resourceArnd Bergmann1-2/+2
2015-11-16spi: mediatek: single device does not require cs_gpiosNicolas Boichat1-8/+18
2015-11-10spi: Add missing kerneldoc description for parameterThierry Reding1-0/+1
2015-11-04Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/ti-qspi' and 'spi/topic/txx9' into spi-nextMark Brown3-80/+53
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-nextMark Brown8-138/+174
2015-11-04Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/mpc512x', 'spi/topic/mtk', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-nextMark Brown6-65/+93
2015-11-04Merge remote-tracking branches 'spi/topic/coldfire' and 'spi/topic/dw' into spi-nextMark Brown5-100/+53
2015-11-04Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/bcm63xx', 'spi/topic/bfin-sport', 'spi/topic/bfin5xx' and 'spi/topic/bitbang' into spi-nextMark Brown8-159/+237
2015-11-04Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/topic/au1550', 'spi/topic/bcm2835' and 'spi/topic/bcm2835aux' into spi-nextMark Brown7-36/+545
2015-11-04Merge remote-tracking branch 'spi/topic/doc' into spi-nextMark Brown1-9/+93
2015-11-04Merge remote-tracking branch 'spi/topic/davinci' into spi-nextMark Brown1-11/+4
2015-11-04Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-8/+15
2015-11-04Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/imx', 'spi/fix/omap2-mcspi', 'spi/fix/ti-qspi' and 'spi/fix/xilinx' into spi-linusMark Brown5-17/+62
2015-11-04Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-2/+2
2015-10-30spi: pxa2xx: Rework self-initiated platform data creation for non-ACPIJarkko Nikula1-12/+26
2015-10-30spi: pxa2xx: Add support for Intel BroxtonJarkko Nikula1-0/+20
2015-10-30spi: pxa2xx: Detect number of enabled Intel LPSS SPI chip select signalsJarkko Nikula1-1/+21
2015-10-30spi: pxa2xx: Add output control for multiple Intel LPSS chip selectsJarkko Nikula1-3/+24
2015-10-30spi: pxa2xx: Use LPSS prefix for defines that are Intel LPSS specificJarkko Nikula1-8/+8
2015-10-30spi: Add DSPI support for layerscape familyYuan Yao1-1/+1
2015-10-30spi: ti-qspi: improve ->remove() callbackFelipe Balbi1-10/+1
2015-10-29spi/spi-xilinx: Fix race condition on last word readRicardo Ribalda Delgado1-14/+24
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis2-2/+0
2015-10-28spi: Add THIS_MODULE to spi_driver in SPI coreAndrew F. Davis1-3/+4
2015-10-28spi: Setup the master controller driver before setting the chipselectFranklin S Cooper Jr1-2/+2
2015-10-28spi: dw: replace magic constant by DW_SPI_DRAndy Shevchenko1-1/+1
2015-10-27spi: mediatek: mt8173 spi multiple devices supportLeilk Liu1-13/+52
2015-10-27spi: mediatek: handle controller_data in mtk_spi_setupLeilk Liu1-7/+12
2015-10-27spi: mediatek: remove mtk_spi_configLeilk Liu1-33/+26
2015-10-24spi: fix kernel-doc warnings about missing return desc in spi.cJavier Martinez Canillas1-9/+32
2015-10-24Merge branches 'topic/core' and 'topic/stats' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-docMark Brown1-8/+76
2015-10-23spi: pxa2xx: Align a few definesJarkko Nikula1-3/+3
2015-10-23spi: pxa2xx: Save other reg_cs_ctrl bits when configuring chip selectJarkko Nikula1-1/+3
2015-10-23spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integerJarkko Nikula1-2/+3
2015-10-23spi: pxa2xx: derive struct chip_data from struct drv_dataAndy Shevchenko1-2/+3
2015-10-23spi: pxa2xx: move debug messages to pump_transfer()Andy Shevchenko1-17/+11
2015-10-23spi: imx: fix ecspi mode setupAndrew Y. Kuksov1-0/+7
2015-10-23spi/bcm63xx: move register definitions into the driverJonas Gorski2-24/+175
2015-10-23spi: atmel: Fix DMA-setup for transfers with more than 8 bits per wordDavid Mosberger-Tang1-1/+2
2015-10-22spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_messageNeil Armstrong1-0/+28
2015-10-21spi: core: use gpio_is_valid() helperAndy Shevchenko1-1/+1
2015-10-20spi: dw: remove a NULL check when call ->remove()Andy Shevchenko1-2/+0
2015-10-20spi: dw: explicitly free IRQ handler in dw_spi_remove_host()Andy Shevchenko1-2/+4
2015-10-19spi: dw-mmio: convert to unified device property APIAndy Shevchenko1-4/+3
2015-10-19spi: dw-pci: remove unused pdev member from struct dw_spi_pciAndy Shevchenko1-20/+9
2015-10-19spi: dw: introduce spi_shutdown_chip()Andy Shevchenko2-7/+12
2015-10-19spi: dw: eliminate unused threshold variablesAndy Shevchenko1-5/+0