aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-16spi: pxa2xx: choose closest lower speedAndy Shevchenko1-4/+4
2015-10-16spi: core: propagate return code of __spi_validate_bits_per_word()Andy Shevchenko1-3/+4
2015-10-16spi: bcm2835aux: change initialization order and switch to platform_get_irqMartin Sperl1-4/+4
2015-10-16spi: bcm2835aux: fixed bad data on longer transfersMartin Sperl1-12/+31
2015-10-16spi: bcm2835: change initialization order and switch to platform_get_irqMartin Sperl1-7/+7
2015-10-12spi: ti-qspi: Fix data corruption seen on r/w stress testVignesh R1-2/+1
2015-10-12spi: Map SPI OF client IRQ at probe timeJon Hunter1-4/+10
2015-10-12spi/bcm63xx: move message control word description to register offsetsJonas Gorski1-4/+3
2015-10-12spi/bcm63xx: fix standard accessors and compile guardJonas Gorski1-4/+4
2015-10-12spi: spi-coldfire-qspi: enable RuntimePM before registering to the coreWolfram Sang1-1/+2
2015-10-07Merge remote-tracking branches 'spi/fix/davinci' and 'spi/fix/sh-msiof' into spi-linusMark Brown1-3/+4
2015-10-07spi: bcm2835aux: add bcm2835 auxiliary spi device driverMartin Sperl3-0/+505
2015-10-05spi: bitbang: switch to the generic implementation of transfer_one_messageHeiner Kallweit1-89/+36
2015-10-05spi: bitbang: remove unneeded checkHeiner Kallweit1-14/+4
2015-10-02spi: pxa2xx: Remove unused psp member variable from struct chip_dataJarkko Nikula1-1/+0
2015-10-01spi: pxa2xx: Remove empty function pxa2xx_spi_dma_resume()Mika Westerberg3-8/+0
2015-09-30spi: ath79: simplify iomem resource mappingHeiner Kallweit1-8/+3
2015-09-25spi: davinci: fix handling platform_get_irq resultAndrzej Hajda1-3/+4
2015-09-25spi: atmel: Remove needless bits_per_word and speed_hz testsJarkko Nikula1-15/+6
2015-09-25spi: pxa2xx: Use ACPI_COMPANION() instead of acpi_bus_get_device()Jarkko Nikula1-2/+2
2015-09-25spi: pxa2xx: Set the max_speed_hz of the masterJarkko Nikula2-9/+6
2015-09-22Merge remote-tracking branches 'spi/fix/spidev' and 'spi/fix/xtfpga' into spi-linusMark Brown2-3/+4
2015-09-22Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/doc', 'spi/fix/mediatek', 'spi/fix/meson', 'spi/fix/mtk' and 'spi/fix/pxa2xx' into spi-linusMark Brown6-35/+34
2015-09-22spi: xtensa-xtfpga: fix register endiannessMax Filippov1-2/+2
2015-09-19spi: add transfer histogram statistics via sysfsMartin Sperl1-0/+61
2015-09-19spi: meson: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-17spi: pxa2xx: Remove cr0 variable from struct chip_dataJarkko Nikula2-7/+4
2015-09-17spi: pxa2xx: Remove if statement that is always true in pump_transfers()Jarkko Nikula1-39/+37
2015-09-17spi: pxa2xx: Remove two variables from struct chip_dataJarkko Nikula2-12/+2
2015-09-17spi: spi-fsl-dspi: Remove duplicated register writeJarkko Nikula1-3/+0
2015-09-17spi: dw: Remove test for non-zero spi->max_speed_hzJarkko Nikula1-5/+0
2015-09-17spi: dw: Remove needless if statementsJarkko Nikula1-23/+18
2015-09-17spi: omap-100k: Rely on validations done by spi coreJarkko Nikula1-18/+8
2015-09-17spi: omap-uwire: Remove needless bits_per_word and speed_hz testsJarkko Nikula1-3/+4
2015-09-17spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionallyJarkko Nikula1-5/+3
2015-09-17spi: bitbang: Replace spinlock by mutexNicolas Boichat3-14/+11
2015-09-16spi: au1550: Simplify au1550_spi_setupxfer()Jarkko Nikula1-6/+5
2015-09-16spi: spi-bfin5xx: Calculate transfer speed unconditionallyJarkko Nikula1-5/+1
2015-09-16spi: bfin-sport: Calculate transfer speed unconditionallyJarkko Nikula1-4/+1
2015-09-16spi: octeon: Use transfer speed unconditionallyJarkko Nikula1-1/+1
2015-09-16spi: s3c64xx: Use transfer speed unconditionallyJarkko Nikula1-1/+1
2015-09-16spi: txx9: Use transfer speed unconditionallyJarkko Nikula1-1/+1
2015-09-16spi: mediatek: fix wrong error return value on probeJavier Martinez Canillas1-2/+2
2015-09-16Merge tag 'v4.3-rc1' into spi-fix-docMark Brown35-223/+1917
2015-09-16spi: oc-tiny: Use of_property_read_u32 instead of open-coding itTobias Klauser1-9/+5
2015-09-16spi: bcm53xx: Adjust devm usageVaishali Thakkar1-11/+2
2015-09-14spi/bcm63xx: replace custom io accessors with standard onesJonas Gorski1-4/+12
2015-09-14spi/bcm63xx: hardcode busnum to 0Jonas Gorski1-1/+2
2015-09-14spi/bcm63xx: always use a fixed number of CSJonas Gorski1-1/+3
2015-09-14spi/bcm63xx: remove unused rx_tail variableJonas Gorski1-1/+0