Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
3a03818fbee0a85196a2214f07db9e2b622e2550
/
drivers
/
spi
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
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
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
1723c31
spi: gpio: Fix copy-and-paste error
by Linus Walleij
· 6 years ago
7001cab
spi: tegra20-slink: explicitly enable/disable clock
by Marcel Ziswiler
· 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
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
b86d771
Merge tag 'spi-dw-set-cs' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-4.19
by Mark Brown
· 6 years ago
62dbbae
spi: dw: allow providing own set_cs callback
by Alexandre Belloni
· 6 years ago
66b19d7
spi: dw: fix possible race condition
by Alexandre Belloni
· 6 years ago
5f8f803
spi: spi-fsl-dspi: Fill actual_length when doing DMA transfer
by Andrey Smirnov
· 6 years ago
2ba87a9
spi: cadence: Fix missing clk_disable_unprepare() on error in cnds_runtime_resume()
by Wei Yongjun
· 6 years ago
d8ffee2
spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe
by Krzysztof Kozlowski
· 6 years ago
22d71a50
spi: pxa2xx: Add support for Intel Ice Lake
by Mika Westerberg
· 6 years ago
c8d0498
spi: sprd: Change to use devm_hwspin_lock_request_specific()
by Baolin Wang
· 6 years ago
d4942c1
spi: sprd: Replace of_hwspin_lock_get_id() with of_hwspin_lock_get_id_byname()
by Baolin Wang
· 6 years ago
80dc12c
spi: spi-fsl-dspi: Fix copy-paste error in dspi_probe
by Gustavo A. R. Silva
· 6 years ago
3e7cc62
spi: spi-fsl-dspi: Enable extended SPI mode
by Esben Haabendal
· 6 years ago
35c9d46
spi: spi-fsl-dspi: Advertise 32 bit for XSPI mode
by Esben Haabendal
· 6 years ago
8fcd151
spi: spi-fsl-dspi: XSPI FIFO handling (in TCFQ mode)
by Esben Haabendal
· 6 years ago
51d583a
spi: spi-fsl-dspi: Framesize control for XSPI mode
by Esben Haabendal
· 6 years ago
58ba07e
spi: spi-fsl-dspi: Add support for XSPI mode registers
by Esben Haabendal
· 6 years ago
071db7a
Merge branch 'spi-4.18' into spi-4.19 for DSPI dep
by Mark Brown
· 6 years ago
8570043
spi: spi-fsl-dspi: Fixup regmap configuration
by Esben Haabendal
· 6 years ago
d87e08f
spi: spi-fsl-dspi: Fix MCR register handling
by Esben Haabendal
· 6 years ago
dadcf4a
spi: spi-fsl-dspi: Support 4 to 16 bits per word transfers
by Esben Haabendal
· 6 years ago
0a4ec2c
spi: spi-fsl-dspi: Simplify transfer counter handling
by Esben Haabendal
· 6 years ago
9e1dc9b
spi: spi-fsl-dspi: Fix per transfer cs_change handling
by Esben Haabendal
· 6 years ago
4779f23
spi: spi-fsl-dspi: Drop unneeded use of dataflags bits
by Esben Haabendal
· 6 years ago
c87bdcc
spi: spi-fsl-dspi: Drop unreachable else if statement
by Esben Haabendal
· 6 years ago
fb9acf5
spi: orion: fix CS GPIO handling again
by Jan Kundrát
· 6 years ago
931c4e9
spi: cadence: Change usleep_range() to udelay(), for atomic context
by Janek Kotas
· 6 years ago
08ba7ae
spi: sh-msiof: Make sure all DMA operations have completed
by Geert Uytterhoeven
· 6 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 6 years ago
3c89adb0
Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
16c10b3
Merge branch 'spi-4.17' into spi-4.18 for the merge window
by Mark Brown
· 6 years ago
5b550c9
Merge branch 'pm-domains'
by Rafael J. Wysocki
· 6 years ago
29e795c
spi: Fix typo on SPI_MEM help text
by Fabio Estevam
· 6 years ago
0921e11
spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCAC
by Geert Uytterhoeven
· 6 years ago
d073bfa
spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend()
by Tony Lindgren
· 7 years ago
7e48e23
spi: Add missing pm_runtime_put_noidle() after failed get
by Tony Lindgren
· 7 years ago
6282f12
spi: ti-qspi: Make sure res_mmap != NULL before dereferencing it
by Boris Brezillon
· 7 years ago
e935dba
spi: spi-s3c64xx: Fix system resume support
by Marek Szyprowski
· 7 years ago
71f277a
spi: Respect all error codes from dev_pm_domain_attach()
by Ulf Hansson
· 7 years ago
b645605
spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removal
by Boris Brezillon
· 7 years ago
c1f5ba7
spi: Get rid of the spi_flash_read() API
by Boris Brezillon
· 7 years ago
b95cb39
spi: ti-qspi: Implement the spi_mem interface
by Boris Brezillon
· 7 years ago
5f195ee
spi: bcm-qspi: Implement the spi_mem interface
by Boris Brezillon
· 7 years ago
b5932f5
spi: Make support for regular transfers optional when ->mem_ops != NULL
by Boris Brezillon
· 7 years ago
c36ff26
spi: Extend the core to ease integration of SPI memory controllers
by Boris Brezillon
· 7 years ago
055ed0d
spi: remove forgotten CONFIG_SPI_BCM53XX
by Rafał Miłecki
· 7 years ago
331bbcf
spi: remove the older/duplicated bcm53xx driver
by Rafał Miłecki
· 7 years ago
62bbc86
spi: pxa2xx: check clk_prepare_enable() return value
by Tobias Jordan
· 7 years ago
bc519d9
spi: bcm2835aux: ensure interrupts are enabled for shared handler
by Rob Herring
· 7 years ago
6126fd8
spi: lpspi: Switch to SPDX identifier
by Fabio Estevam
· 7 years ago
4c23e48
spi: mxs: Switch to SPDX identifier
by Fabio Estevam
· 7 years ago
7965059
spi: imx: Switch to SPDX identifier
by Fabio Estevam
· 7 years ago
5a686b2
spi: omap2-mcspi: Idle hardware during suspend and resume
by Tony Lindgren
· 7 years ago
52e9a5b
spi: omap2-mcspi: Restore context always in runtime_resume
by Tony Lindgren
· 7 years ago
ded5fa4
spi: meson-spicc: Fix error handling in meson_spicc_probe()
by Alexey Khoroshilov
· 7 years ago
602805f
spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL
by Kamal Dasu
· 7 years ago
5eb9a07
spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
by Kamal Dasu
· 7 years ago
0a090d6
spi: mpc52xx: Use gpio_is_valid()
by Arvind Yadav
· 7 years ago
bdf3a3b
spi: Check presence the of ->transfer[_xxx]() before registering a controller
by Boris Brezillon
· 7 years ago
0d7412e
spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate().
by Stefan Potyra
· 7 years ago
b6a4b39
spi: s3c64xx: samsung: Remove support for Exynos5440
by Krzysztof Kozlowski
· 7 years ago
efc4a13
spi: pxa2xx: Allow 64-bit DMA
by Andy Shevchenko
· 7 years ago
988f259
spi: Add an helper to flush the message queue
by Boris Brezillon
· 7 years ago
4633696
spi: Expose spi_{map,unmap}_buf() for internal use
by Boris Brezillon
· 7 years ago
e1f16b0
spi: simplify getting .drvdata
by Wolfram Sang
· 7 years ago
7956fad
spi: pxa2xx: Allow 64-bit DMA
by Andy Shevchenko
· 7 years ago
0af7af7
spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode
by Sylwester Nawrocki
· 7 years ago
f6364e6
spi: spi-s3c64xx: Use local variable for FIFO length
by Sylwester Nawrocki
· 7 years ago
71293a6
spi: pxa2xx: pxa2xx_spi_transfer_one() can be static
by kbuild test robot
· 7 years ago
3655d30
spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function names
by Sylwester Nawrocki
· 7 years ago
80aa0d7
spi: spi-s3c64xx: Drop unused enable_datapath() function argument
by Sylwester Nawrocki
· 7 years ago
Next »