platform/kernel/linux-rpi.git
2019-02-12 Felix Fietkauspi: use gpio[d]_set_value_cansleep for setting chipsel...
2019-02-12 Jonathan Neuschäferspi: gpio: Advertise support for SPI_CS_HIGH
2019-02-08 Geert Uytterhoevenspi: sh-msiof: Replace spi_master by spi_controller
2019-02-08 Geert Uytterhoevenspi: sh-hspi: Replace spi_master by spi_controller
2019-02-08 Geert Uytterhoevenspi: rspi: Replace spi_master by spi_controller
2019-02-06 Tudor Ambarusspi: atmel-quadspi: add support for sam9x60 qspi controller
2019-02-06 Tudor Ambarusdt-bindings: spi: atmel-quadspi: QuadSPI driver for...
2019-02-06 Tudor Ambarusspi: atmel-quadspi: add support for named peripheral...
2019-02-06 Tudor Ambarusdt-bindings: spi: atmel-quadspi: make "pclk" mandatory
2019-02-06 Tudor Ambarusdt-bindings: spi: atmel-quadspi: update example to...
2019-02-06 Tudor Ambarusspi: atmel-quadspi: rework transfer macros
2019-02-06 Tudor Ambarusspi: atmel-quadspi: switch to SPDX license identifiers
2019-02-06 Tudor Ambarusspi: atmel-quadspi: return appropriate error code
2019-02-06 Tudor Ambarusspi: atmel-quadspi: remove unnecessary cast
2019-02-06 Tudor Ambarusspi: atmel-quadspi: fix naming scheme
2019-02-06 Tudor Ambarusspi: atmel-quadspi: drop wrappers for iomem accesses
2019-02-06 Tudor Ambarusspi: atmel-quadspi: order header files inclusion alphab...
2019-02-06 Tudor Ambarusspi: atmel-quadspi: cache MR value to avoid a write...
2019-02-06 Lukasz Majewskispi: spi-fsl-dspi: Provide support for DSPI slave mode...
2019-01-30 Jonas Bonnspi-atmel: support inter-word delay
2019-01-30 Jonas Bonnspi: support inter-word delay requirement for devices
2019-01-29 Uwe Kleine... spi: mxs: add tracing to custom .transfer_one_message...
2019-01-29 Yogesh Narayan... spi: spi-mem: spi-fsl-qspi: typo fix in author name
2019-01-29 Yogesh Narayan... spi: spi-mem: spi-nxp-fspi: add module license info
2019-01-28 Jiwei Sunspi: pl022: add a message state STATE_TIMEOUT for timeo...
2019-01-28 Fabio Estevamspi: Kconfig: imx: Update the help text to make it...
2019-01-28 Yogesh Narayan... spi: nxp-fspi: add octal mode flag bit for octal support
2019-01-28 Yogesh Narayan... MAINTAINERS: add maintainers for the NXP FlexSPI driver
2019-01-28 Yogesh Narayan... dt-bindings: spi: add binding file for NXP FlexSPI...
2019-01-28 Yogesh Narayan... spi: spi-mem: Add driver for NXP FlexSPI controller
2019-01-24 Linus Walleijgpio: of: Fix logic inversion
2019-01-24 Linus Walleijspi: cadence: Fix default polarity of native chipselect
2019-01-24 Linus Walleijspi: dw: Fix default polarity of native chipselect
2019-01-24 Linus Walleijspi: Support high CS when using descriptors
2019-01-23 Mark Brownspi: Go back to immediate teardown
2019-01-23 Lubomir Rintelpxa2xx: replace spi_master with spi_controller
2019-01-23 YueHaibingspi: bcm2835aux: remove unneeded NULL check of devm_clk_get
2019-01-21 Boris Brezillonspi: spi-mem: Add devm_spi_mem_dirmap_{create,destroy}()
2019-01-18 Hoan Nguyen Anspi: sh-msiof: Use DMA if possible
2019-01-18 Hoan Nguyen Anspi: sh-msiof: fix *info pointer in request_dma()
2019-01-18 Geert Uytterhoevenspi: sh-hspi: Remove error messages on out-of-memory...
2019-01-17 Alban Bedelspi: ath79: Remove now useless code
2019-01-17 Alban Bedelspi: ath79: Enable support for compile test
2019-01-17 Alban Bedelspi: ath79: Simplify ath79_spi_chipselect()
2019-01-17 Alban Bedelspi: bitbang: Don't call chipselect() in spi_bitbang_se...
2019-01-14 Charles Keepaxspi: cadence: Correct initialisation of runtime PM
2019-01-14 Stephen Boydspi: spi-geni-qcom: Get rid of forward declaration
2019-01-14 Stephen Boydspi: spi-geni-qcom: Don't initialize completion for...
2019-01-10 Linus Walleijspi: davinci: Get rid of dangling variable
2019-01-10 Anders Roxellspi: dw: fix warning unused variable 'ret'
2019-01-09 Martin Sperlspi: core: avoid waking pump thread from spi_sync inste...
2019-01-09 Linus Walleijspi: dw: Convert to use CS GPIO descriptors
2019-01-09 Linus Walleijspi: davinci: Convert to use CS GPIO descriptors
2019-01-09 Linus Walleijspi: clps711x: Convert to use CS GPIO descriptors
2019-01-09 Linus Walleijspi: cadence: Convert to use CS GPIO descriptors
2019-01-09 Linus Walleijspi: atmel: Convert to use CS GPIO descriptors
2019-01-09 Linus Walleijspi: ath79: Convert to use CS GPIO descriptors
2019-01-09 Linus Walleijspi: Optionally use GPIO descriptors for CS GPIOs
2019-01-07 Uwe Kleine... spi/trace: include buffer contents in traces
2019-01-07 Uwe Kleine... spi/trace: drop useless and wrong (but harmless) casts
2019-01-07 Cezary Gapinskispi: stm32: add description about STM32F4 bindings
2019-01-07 Cezary Gapinskispi: stm32: add support for STM32F4
2019-01-07 Cezary Gapinskispi: stm32: introduce compatible data cfg
2019-01-07 Cezary Gapinskispi: stm32: add start dma transfer function
2019-01-07 Cezary Gapinskispi: stm32: split transfer one setup function
2019-01-07 Cezary Gapinskispi: stm32: rename interrupt function
2019-01-07 Cezary Gapinskispi: stm32: rename STM32 SPI registers to STM32H7
2019-01-07 Cezary Gapinskispi: stm32: remove SPI LOOP mode
2019-01-07 Cezary Gapinskispi: stm32: use explicit CPOL and CPHA mode bits
2019-01-07 Cezary Gapinskispi: fix typo in SPI_STM32 help text
2019-01-07 Cezary Gapinskispi: stm32: fix DMA configuration with only one channel
2019-01-07 Cezary Gapinskispi: stm32: use NULL pointer instead of plain integer
2019-01-07 Cezary Gapinskispi: stm32: switch to SPDX identifier
2019-01-07 shaftargerspi: dw: fix potential variable assignment error
2019-01-07 Angelo Dureghellospi: add cpu details to fsl-dspi Kconfig help
2019-01-07 Frieder SchrempfMAINTAINERS: Move the Freescale QSPI driver to the...
2019-01-07 Frieder Schrempfmtd: fsl-quadspi: Remove the driver as it was replaced...
2019-01-07 Frieder Schrempfdt-bindings: spi: Adjust the bindings for the FSL QSPI...
2019-01-07 Frieder Schrempfdt-bindings: spi: Move the bindings for the FSL QSPI...
2019-01-07 Frieder Schrempfspi: Add a driver for the Freescale/NXP QuadSPI controller
2019-01-07 Linus TorvaldsLinux 5.0-rc1
2019-01-07 Linus TorvaldsMerge tag 'kbuild-v4.21-3' of git://git./linux/kernel...
2019-01-07 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2019-01-06 Linus TorvaldsChange mincore() to count "mapped" pages rather than...
2019-01-06 Linus TorvaldsFix 'acccess_ok()' on alpha and SH
2019-01-06 Linus TorvaldsMerge tag 'fscrypt_for_linus' of git://git./linux/kerne...
2019-01-06 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2019-01-06 Linus TorvaldsMerge tag 'dma-mapping-4.21-1' of git://git.infradead...
2019-01-06 Linus TorvaldsMerge tag 'tag-chrome-platform-for-v4.21' of git:/...
2019-01-06 Linus TorvaldsMerge tag 'hwlock-v4.21' of git://github.com/andersson...
2019-01-06 Eric Biggersfscrypt: add Adiantum support
2019-01-06 Linus TorvaldsMerge tag 'docs-5.0-fixes' of git://git.lwn.net/linux
2019-01-06 Linus TorvaldsMerge tag 'firewire-update' of git://git./linux/kernel...
2019-01-06 Linus TorvaldsMerge tag 'for-linus-20190104' of git://git.kernel...
2019-01-06 Linus TorvaldsMerge tag 'drm-next-2019-01-05' of git://anongit.freede...
2019-01-06 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2019-01-06 Linus TorvaldsMerge tag 'fbdev-v4.21' of git://github.com/bzolnier...
2019-01-06 Linus TorvaldsMerge branch 'i2c/for-5.0' of git://git./linux/kernel...
2019-01-06 Linus TorvaldsMerge tag 'pci-v4.21-changes' of git://git./linux/kerne...
2019-01-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next