summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/s3c64xx', 'spi/...Mark Brown2018-01-267-46/+120
|\ \ \ \ \
| | | | | * spi: sun6i: disable/unprepare clocks on removeTobias Jordan2017-12-071-1/+1
| | | | * | spi: sirf: account for const type of of_device_id.dataJulia Lawall2018-01-031-2/+2
| | | | |/
| | | * | spi: sh-msiof: Document hardware limitations related to chip selectsGeert Uytterhoeven2017-12-141-0/+10
| | | * | spi: sh-msiof: Implement cs-gpios configurationGeert Uytterhoeven2017-12-141-7/+59
| | | * | spi: sh-msiof: Extend support to 3 native chip selectsGeert Uytterhoeven2017-12-142-6/+18
| | | * | spi: sh-msiof: Avoid writing to registers from spi_master.setup()Geert Uytterhoeven2017-12-141-11/+24
| | | * | spi: sh-msiof: Use dev_warn_once() instead of open-codingGeert Uytterhoeven2017-11-301-3/+2
| | | |/
| | * / spi: s3c64xx: add SPDX identifierAndi Shyti2018-01-082-18/+6
| | |/
| * | spi: pxa2xx: Use gpiod_put() not gpiod_free()Mark Brown2017-12-221-2/+2
| * | spi: pxa2xx: avoid redundant gpio_to_desc(desc_to_gpio()) round-tripRasmus Villemoes2017-12-211-2/+2
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to...Mark Brown2018-01-267-15/+44
|\ \ \ \ \ \
| | | | | * | spi: orion: Fix a resource leak if the optional "axi" clk is deferredChristophe Jaillet2018-01-261-5/+8
| | | | | * | spi: orion: Fix clock resource by adding an optional bus clockGregory CLEMENT2018-01-122-0/+23
| | | | | |/
| | | | * | spi: meson-axg: add SPICC driver supportSunny Luo2017-11-281-0/+1
| | | | * | spi: meson-axg: update compatible string for the Meson-AXGSunny Luo2017-11-281-1/+3
| | | | |/
| | | * / spi: jcore: disable clock when registering spi conroller failedTakuo Koguchi2017-12-131-1/+3
| | | |/
| | * | spi: imx: Fix failure path leak on GPIO request error correctlyTrent Piepho2017-11-071-7/+8
| * | | spi: spi-fsl-dspi: account for const type of of_device_id.dataJulia Lawall2018-01-031-4/+3
| * | | spi: spi-fsl-dspi: add SPI_LSB_FIRST to driver capabilitiesKurt Kanzenbach2017-11-161-1/+1
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------. \ \ \ Merge remote-tracking branches 'spi/topic/a3700', 'spi/topic/atmel', 'spi/top...Mark Brown2018-01-265-67/+188
|\ \ \ \ \ \ \ \
| | | | | * | | | spi: dw: Remove unused members from struct chip_dataJarkko Nikula2018-01-261-2/+0
| | | | | | |_|/ | | | | | |/| |
| | | | * / | | spi: davinci: Initialize dspi->done before any possible use of itMichele Dionisio2017-12-121-2/+2
| | | | |/ / /
| | | * / / / spi: bcm53xx: simplify reading SPI dataRafał Miłecki2018-01-031-16/+10
| | | |/ / /
| | * | | | spi: atmel: Implements transfers with bounce bufferRadu Pirea2018-01-051-29/+84
| * | | | | spi: a3700: Remove endianness swapping for full-duplex transfersMaxime Chevallier2018-01-241-7/+6
| * | | | | spi: a3700: Remove endianness swapping functions when accessing FIFOsMaxime Chevallier2018-01-241-3/+2
| * | | | | spi: a3700: Add full-duplex supportMaxime Chevallier2018-01-181-12/+73
| * | | | | spi: a3700: Allow to enable or disable FIFO modeMaxime Chevallier2018-01-181-3/+6
| * | | | | spi: a3700: Set frequency limits at startupMaxime Chevallier2018-01-181-0/+7
| * | | | | spi: a3700: Clear DATA_OUT when performing a readMaxime Chevallier2018-01-181-0/+5
| | |/ / / | |/| | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge remote-tracking branches 'spi/fix/imx' and 'spi/fix/sh-msiof' into spi-...Mark Brown2018-01-262-3/+24
|\ \ \ \ \ \
| | * | | | | spi: sh-msiof: Fix timeout failures for TX-only DMA transfersGeert Uytterhoeven2018-01-031-1/+11
| | |/ / / /
| * / / / / spi: imx: do not access registers while clocks disabledStefan Agner2018-01-081-2/+13
| |/ / / /
* | | | | Linux 4.15-rc9v4.15-rc9Linus Torvalds2018-01-211-1/+1
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-218-8/+46
|\ \ \ \ \
| * | | | | x86/retpoline: Optimize inline assembler for vmexit_fill_RSBAndi Kleen2018-01-191-3/+4
| * | | | | x86/pti: Document fix wrong indexzhenwei.pi2018-01-191-1/+1
| * | | | | kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu2018-01-191-1/+22
| * | | | | kprobes/x86: Blacklist indirect thunk functions for kprobesMasami Hiramatsu2018-01-191-1/+2
| * | | | | retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu2018-01-193-1/+10
| * | | | | x86/mce: Make machine check speculation protectedThomas Gleixner2018-01-193-1/+7
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-211-10/+15
|\ \ \ \ \ \
| * | | | | | x86/mm: Rework wbinvd, hlt operation in stop_this_cpu()Tom Lendacky2018-01-181-10/+15
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-211-6/+14
|\ \ \ \ \ \ \
| * | | | | | | irq/matrix: Spread interrupts on allocationThomas Gleixner2018-01-181-6/+14
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2018-01-202-12/+35
|\ \ \ \ \ \ \
| * | | | | | | alpha/PCI: Fix noname IRQ level detectionLorenzo Pieralisi2018-01-201-6/+29
| * | | | | | | alpha: extend memset16 to EV6 optimised routinesMichael Cree2018-01-161-6/+6
* | | | | | | | x86: Use __nostackprotect for sme_encrypt_kernelLaura Abbott2018-01-201-1/+1