summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/bcm63xx', 'spi...Mark Brown2015-11-0411-244/+240
|\ \ \ \ \
| | | | | * spi: bitbang: switch to the generic implementation of transfer_one_messageHeiner Kallweit2015-10-051-89/+36
| | | | | * spi: bitbang: remove unneeded checkHeiner Kallweit2015-10-051-14/+4
| | | | | * spi: bitbang: Replace spinlock by mutexNicolas Boichat2015-09-174-15/+12
| | | | * | spi: spi-bfin5xx: Calculate transfer speed unconditionallyJarkko Nikula2015-09-161-5/+1
| | | | |/
| | | * | spi: bfin-sport: Calculate transfer speed unconditionallyJarkko Nikula2015-09-161-4/+1
| | | |/
| | * | spi/bcm63xx: move register definitions into the driverJonas Gorski2015-10-234-94/+181
| | * | spi/bcm63xx: move message control word description to register offsetsJonas Gorski2015-10-123-31/+12
| | * | spi/bcm63xx: fix standard accessors and compile guardJonas Gorski2015-10-121-4/+4
| | * | spi/bcm63xx: replace custom io accessors with standard onesJonas Gorski2015-09-141-4/+12
| | * | spi/bcm63xx: hardcode busnum to 0Jonas Gorski2015-09-141-1/+2
| | * | spi/bcm63xx: always use a fixed number of CSJonas Gorski2015-09-141-1/+3
| | * | spi/bcm63xx: remove unused rx_tail variableJonas Gorski2015-09-141-1/+0
| | |/
| * | spi: bcm53xx: Adjust devm usageVaishali Thakkar2015-09-161-11/+2
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/top...Mark Brown2015-11-048-36/+583
|\ \ \ \ \ \
| | | | | * | spi: bcm2835aux: change initialization order and switch to platform_get_irqMartin Sperl2015-10-161-4/+4
| | | | | * | spi: bcm2835aux: fixed bad data on longer transfersMartin Sperl2015-10-161-12/+31
| | | | | * | spi: bcm2835aux: add bcm2835 auxiliary spi device driverMartin Sperl2015-10-073-0/+505
| | | | | * | spi: bcm2835aux: spi: add bindings for the bcm2835 auxiliary spi devicesMartin Sperl2015-10-071-0/+38
| | | | | |/
| | | | * | spi: bcm2835: change initialization order and switch to platform_get_irqMartin Sperl2015-10-161-7/+7
| | | | |/
| | | * | spi: au1550: Simplify au1550_spi_setupxfer()Jarkko Nikula2015-09-161-6/+5
| | | |/
| | * | spi: atmel: Remove needless bits_per_word and speed_hz testsJarkko Nikula2015-09-251-15/+6
| | |/
| * | spi: ath79: simplify iomem resource mappingHeiner Kallweit2015-09-301-8/+3
| |/
* | Merge remote-tracking branch 'spi/topic/doc' into spi-nextMark Brown2015-11-042-23/+117
|\ \
| * | spi: fix kernel-doc warnings about missing return desc in spi.cJavier Martinez Canillas2015-10-241-9/+32
| * | spi: fix kernel-doc warnings about missing return desc in spi.hJavier Martinez Canillas2015-10-241-14/+20
| | |
| | \
| *-. \ Merge branches 'topic/core' and 'topic/stats' of git://git.kernel.org/pub/scm...Mark Brown2015-10-242-8/+80
| |\ \ \
| | | * | spi: add transfer histogram statistics via sysfsMartin Sperl2015-09-192-0/+65
| | | |/
* | | | Merge remote-tracking branch 'spi/topic/davinci' into spi-nextMark Brown2015-11-041-11/+4
|\ \ \ \
| * | | | spi: davinci: use spi->cs_gpio directlyLuis de Bethencourt2015-10-161-11/+4
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2015-11-041-8/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | spi: core: use gpio_is_valid() helperAndy Shevchenko2015-10-211-1/+1
| * | | spi: core: propagate return code of __spi_validate_bits_per_word()Andy Shevchenko2015-10-161-3/+4
| * | | spi: Map SPI OF client IRQ at probe timeJon Hunter2015-10-121-4/+10
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/imx', 'spi/fix/omap2...Mark Brown2015-11-045-17/+62
|\ \ \ \ \ \ \
| | | | | * | | spi/spi-xilinx: Fix race condition on last word readRicardo Ribalda Delgado2015-10-291-14/+24
| | | | | |/ /
| | | | * | | spi: ti-qspi: Fix data corruption seen on r/w stress testVignesh R2015-10-121-2/+1
| | | | |/ /
| | | * | | spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_messageNeil Armstrong2015-10-221-0/+28
| | | |/ /
| | * | | spi: imx: fix ecspi mode setupAndrew Y. Kuksov2015-10-231-0/+7
| | |/ /
| * | | spi: atmel: Fix DMA-setup for transfers with more than 8 bits per wordDavid Mosberger-Tang2015-10-231-1/+2
| |/ /
* | | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2015-11-041-2/+2
|\ \ \
| * | | spi: Setup the master controller driver before setting the chipselectFranklin S Cooper Jr2015-10-281-2/+2
| |/ /
* | | Linux 4.3v4.3Linus Torvalds2015-11-011-1/+1
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-011-2/+12
|\ \ \
| * | | memremap: fix highmem supportDan Williams2015-10-261-2/+12
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-014-3/+13
|\ \ \ \
| * | | | x86/vm86: Set thread.vm86 to NULL on fork/cloneAndy Lutomirski2015-10-311-0/+3
| * | | | selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugsAndy Lutomirski2015-10-311-0/+4
| * | | | x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()Werner Pawlitschko2015-10-271-1/+3
| * | | | x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL devVille Syrjälä2015-10-261-2/+3
OpenPOWER on IntegriCloud