Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
77c1c0fa8b1477c5799bdad65026ea5ff676da44
/
drivers
/
spi
3ea172c
Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 6 years ago
7b9734d
Merge remote-tracking branch 'spi/topic/of' into spi-next
by Mark Brown
· 6 years ago
4b51c74
Merge branch 'spi-4.20' into spi-next
by Mark Brown
· 6 years ago
92d58fd
Merge branch 'spi-4.19' into spi-linus
by Mark Brown
· 6 years ago
79a15f4
spi: Allow building SPI_BCM63XX_HSSPI on ARM-based SoCs
by Florian Fainelli
· 6 years ago
89e8b9c
spi: omap2-mcspi: Add slave mode support
by Vignesh R
· 6 years ago
b682cff
spi: omap2-mcspi: Set FIFO DMA trigger level to word length
by Vignesh R
· 6 years ago
13d515c
spi: omap2-mcspi: Switch to readl_poll_timeout()
by Vignesh R
· 6 years ago
c530cd1
spi: spi-mem: add stm32 qspi controller
by Ludovic Barre
· 6 years ago
ec506e9
spi: pic32-sqi: don't pass GFP_DMA32 to dma_alloc_coherent
by Christoph Hellwig
· 6 years ago
f34c6e6
spi: sh-msiof: fix deferred probing
by Sergei Shtylyov
· 6 years ago
133eb8e
spi: imx: use PIO mode if size is small
by Robin Gong
· 6 years ago
5ba5a37
spi: imx: correct wml as the last sg length
by Robin Gong
· 6 years ago
987a2df
spi: imx: move wml setting to later than setup_transfer
by Robin Gong
· 6 years ago
25972d0
spi: Make GPIO CSs honour the SPI_NO_CS flag
by Phil Elwell
· 6 years ago
87ae1d2
spi: pxa2xx: Add devicetree support
by Lubomir Rintel
· 6 years ago
55ef826
spi: pxa2xx: Use an enum for type
by Lubomir Rintel
· 6 years ago
561de45
spi: spi-geni-qcom: Add SPI driver support for GENI based QUP
by Girish Mahadevan
· 6 years ago
a3c1740
spi: rockchip: simplify spi enable logic
by Emil Renner Berthing
· 6 years ago
d9071b7
spi: rockchip: directly use direction constants
by Emil Renner Berthing
· 6 years ago
f340b92
spi: rockchip: mark use_dma as bool
by Emil Renner Berthing
· 6 years ago
058f7c5
spi: rockchip: remove unneeded dma_caps
by Emil Renner Berthing
· 6 years ago
dcfc861
spi: rockchip: adjust dma watermark and burstlen
by Huibin Hong
· 6 years ago
dd8fd2c
spi: rockchip: initialize dma_slave_config properly
by Huibin Hong
· 6 years ago
04000dc
spi: Introduce new driver for Qualcomm QuadSPI controller
by Girish Mahadevan
· 6 years ago
f2d7047
dw: spi: add support for Amazon's Alpine spi controller
by Talel Shenhar
· 6 years ago
940ec77
spi: bcm-qspi: switch back to reading flash using smaller chunks
by Rafał Miłecki
· 6 years ago
0976eda
spi: bcm-qspi: fix calculation of address length
by Rafał Miłecki
· 6 years ago
605b3be
spi: spidev: Fix OF tree warning logic
by Trent Piepho
· 6 years ago
5039563
spi: Add driver_override SPI device attribute
by Trent Piepho
· 6 years ago
bed2e8f
spi: rb4xx: Use SPI_BPW_MASK to set bits_per_word_mask
by Axel Lin
· 6 years ago
de8978c
spi: fsl-lpspi: Prevent FIFO under/overrun by default
by Hieu Tran Dang
· 6 years ago
a1108c7
spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}
by Nathan Chancellor
· 6 years ago
5e9feb3
spidev: Enable the Liebherr's BK4 board to work with spidev driver
by Lukasz Majewski
· 6 years ago
2c18337
spi: pxa2xx: Rewrite switch code block in interrupt_transfer
by Gustavo A. R. Silva
· 6 years ago
c24bfa8
spi: slave: Fix missing break in switch
by Gustavo A. R. Silva
· 6 years ago
2f19e7a
Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Greg Kroah-Hartman
· 6 years ago
805be7d
spi: mediatek: add spi slave for Mediatek MT2712
by Leilk Liu
· 6 years ago
5f143af
spi: make OF helper available for others
by Marco Felsch
· 6 years ago
b445bfc
spi: switch to SPDX license identifier
by Marco Felsch
· 6 years ago
aea3877
spi: spi-mem: Fix inverted logic in op sanity check
by Geert Uytterhoeven
· 6 years ago
71d9a84
spi: sprd: don't mark remove function as __exit
by Arnd Bergmann
· 6 years ago
8cfde78
spi: pic32: Use proper enum in dmaengine_prep_slave_rg
by Nathan Chancellor
· 6 years ago
3805832
spi: spi-mem: Add extra sanity checks on the op param
by Boris Brezillon
· 6 years ago
f34ecdb
spi: spi-davinci: Don't error when SPI_CS_WORD and cs_gpio
by David Lechner
· 6 years ago
71388b21
spi: always use software fallback for SPI_CS_WORD when using cs_gio
by David Lechner
· 6 years ago
00bca73
spi: mediatek: Don't modify spi_transfer when transfer.
by Peter Shih
· 6 years ago
0fd8586
spi/bcm63xx-hsspi: keep pll clk enabled
by Jonas Gorski
· 6 years ago
8089bab
spi: pxa2xx: Remove the shutdown callback
by Lubomir Rintel
· 6 years ago
a3762b1
spi: spi-davinci: Add support for SPI_CS_WORD
by David Lechner
· 6 years ago
9263696
Merge tag 'spi-cs-word' into spi-4.20
by Mark Brown
· 6 years ago
cbaa62e
spi: add software implementation for SPI_CS_WORD
by David Lechner
· 6 years ago
3918c21
Merge tag 'spi-fix-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Greg Kroah-Hartman
· 6 years ago
3356d9f
spi: pic32-sqi: remove unnecessary of_node_get()
by Alexey Khoroshilov
· 6 years ago
37a1aa8
spi: davinci: remove set but not used variable 'pdata'
by YueHaibing
· 6 years ago
56df612
spi: davinci: Remove chip select GPIO pdata
by Linus Walleij
· 6 years ago
259e0a0
spi: at91-usart: Make local functions static
by Lee Jones
· 6 years ago
e757996
spi: spi-mem: Adjust op len based on message/transfer size limitations
by Chuanhua Han
· 6 years ago
e189254
spi: at91-usart: Add driver for at91-usart as SPI
by Radu Pirea
· 6 years ago
abf5fee
spi: gpio: No MISO does not imply no RX
by Linus Walleij
· 6 years ago
b9a947d
spi: pic32: remove unnecessary of_node_get()
by Alexey Khoroshilov
· 6 years ago
b9e4952
spi: pl022: Remove set but not used variable 'chip'
by YueHaibing
· 6 years ago
af060b3
spi: dw: support 4-16 bits per word
by Simon Goldschmidt
· 6 years ago
48c29d0
spi: spi-gpio: Remove set but not used variable 'pdata'
by YueHaibing
· 6 years ago
8dbbaa4
spi: rspi: Fix interrupted DMA transfers
by Geert Uytterhoeven
· 6 years ago
c1ca59c
spi: rspi: Fix invalid SPI use during system suspend
by Geert Uytterhoeven
· 6 years ago
31a5fae
spi: sh-msiof: Fix handling of write value for SISTR register
by Hiromitsu Yamasaki
· 6 years ago
ffa69d6
spi: sh-msiof: Fix invalid SPI use during system suspend
by Gaku Inami
· 6 years ago
7c5d8a2
spi: Do not print a message if spi_controller_{suspend,resume}() fails
by Geert Uytterhoeven
· 6 years ago
1723c31
spi: gpio: Fix copy-and-paste error
by Linus Walleij
· 6 years ago
c7ba473
spi: orion: cosmetics - alias long direct_access variables
by Kosta Zertsekel
· 6 years ago
7001cab
spi: tegra20-slink: explicitly enable/disable clock
by Marcel Ziswiler
· 6 years ago
c1d8b08
spi: dw-mmio: avoid hardcoded field mask
by Alexandre Belloni
· 6 years ago
6e249d1
spi: davinci: remove set but not used variable 'pdata'
by YueHaibing
· 6 years ago
be17ee0
spi: dw-mmio: add MSCC Jaguar2 support
by Alexandre Belloni
· 6 years ago
e7d973a
spi: sprd: Add SPI driver for Spreadtrum SC9860
by Lanqing Liu
· 6 years ago
5223c9c1
spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODE
by Angelo Dureghello
· 6 years ago
04b2d03
spi: Fix double IDR allocation with DT aliases
by Geert Uytterhoeven
· 6 years ago
9135bac
spi: use SPDX identifier for Renesas drivers
by Wolfram Sang
· 6 years ago
7f02e1c
Merge tag 'hwlock-v4.19' of git://github.com/andersson/remoteproc
by Linus Torvalds
· 6 years ago
1a4327f
spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers
by Kirill Kapranov
· 6 years ago
c1acb21
Merge branch 'spi-4.19' into spi-next
by Mark Brown
· 6 years ago
c3c7126
Merge branch 'spi-4.18' into spi-linus
by Mark Brown
· 6 years ago
563a53f
spi: davinci: fix a NULL pointer dereference
by Bartosz Golaszewski
· 6 years ago
5d27a9c
spi: spi-mem: Extend the SPI mem interface to set a custom memory name
by Frieder Schrempf
· 6 years ago
07ebbbe
spi: uniphier: remove unnecessary include headers
by Keiji Hayashibara
· 6 years ago
4b859db
spi: spi-gpio: add SPI_3WIRE support
by Lorenzo Bianconi
· 6 years ago
304d343
spi: add flags parameter to txrx_word function pointers
by Lorenzo Bianconi
· 6 years ago
5ba155a
spi: add SPI controller driver for UniPhier SoC
by Keiji Hayashibara
· 6 years ago
baec8eb
spi: img-spfi: Set device select bits for SPFI port state
by Ionela Voinescu
· 6 years ago
45e41bc
spi: omap2-mcspi: remove several redundant variables
by Colin Ian King
· 6 years ago
c2c25cc
spi: dw-mmio: add MSCC Ocelot support
by Alexandre Belloni
· 6 years ago
c79bdbb
spi: dw: export dw_spi_set_cs
by Alexandre Belloni
· 6 years ago
516ddd7
spi: spi-fsl-espi: Log fifo counters on error
by Tiago Brusamarello
· 6 years ago
2ca300a
spi: imx: Use the longuest possible burst size when in dynamic_burst
by Maxime Chevallier
· 6 years ago
0486dd4
spi: imx: remove unnecessary check in spi_imx_can_dma
by Maxime Chevallier
· 6 years ago
afb27208
spi: imx: Use correct number of bytes per words
by Maxime Chevallier
· 6 years ago
2801b2f5
spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32
by Maxime Chevallier
· 6 years ago
a021cac
spi: imx: Remove duplicate variable assignments
by Maxime Chevallier
· 6 years ago
6576bf0
spi: spi-fsl-dspi: Switch to SPDX identifier
by Fabio Estevam
· 6 years ago
Next »