index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-meson-spicc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-11
1
-1
/
+1
*
spi: meson-spicc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-06
1
-4
/
+2
*
Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2022-12-13
1
-1
/
+38
|
\
|
*
spi: meson-spicc: Use pinctrl to drive CLK line when idle
Amjad Ouled-Ameur
2022-10-21
1
-1
/
+38
*
|
spi: meson-spicc: fix do_div build error on non-arm64
Neil Armstrong
2022-11-02
1
-1
/
+1
*
|
spi: meson-spicc: move wait completion in driver to take bursts delay in account
Neil Armstrong
2022-10-26
1
-2
/
+22
|
/
*
spi: meson-spicc: make symbol 'meson_spicc_pow2_clk_ops' static
Wei Yongjun
2022-09-22
1
-1
/
+1
*
spi: meson-spicc: do not rely on busy flag in pow2 clk ops
Neil Armstrong
2022-09-08
1
-3
/
+3
*
spi: meson-spicc: add local pow2 clock ops to preserve rate between messages
Neil Armstrong
2022-08-11
1
-28
/
+101
*
spi: meson-spicc: add IRQ check in meson_spicc_probe
Miaoqian Lin
2022-01-26
1
-0
/
+5
*
spi: meson-spicc: fix memory leak in meson_spicc_remove
Dongliang Mu
2021-07-22
1
-0
/
+2
*
spi: meson-spicc: fix memory leak in meson_spicc_probe
zpershuai
2021-06-14
1
-1
/
+1
*
spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.
zpershuai
2021-06-14
1
-2
/
+4
*
spi: spi-meson-spicc: Remove set but never used variable 'data' from meson_sp...
Lee Jones
2020-07-17
1
-3
/
+1
*
spi: meson-spicc: add support for Amlogic G12A
Neil Armstrong
2020-03-12
1
-8
/
+46
*
spi: meson-spicc: adapt burst handling for G12A support
Neil Armstrong
2020-03-12
1
-79
/
+50
*
spi: meson-spicc: setup IO line delay
Neil Armstrong
2020-03-12
1
-1
/
+60
*
spi: meson-spicc: add min sclk for each compatible
Neil Armstrong
2020-03-12
1
-1
/
+4
*
spi: meson-spicc: support max 80MHz clock
Neil Armstrong
2020-03-12
1
-6
/
+6
*
spi: meson-spicc: add a linear clock divider support
Sunny Luo
2020-03-12
1
-40
/
+164
*
spi: meson-spicc: enhance output enable feature
Sunny Luo
2020-03-12
1
-2
/
+51
*
spi: meson-spicc: remove unused variables
Neil Armstrong
2020-03-12
1
-2
/
+0
*
spi: meson-spicc: Use GPIO descriptors
Linus Walleij
2019-12-16
1
-23
/
+2
*
spi: meson-spicc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-09-04
1
-3
/
+1
*
spi: meson-spicc: Fix error handling in meson_spicc_probe()
Alexey Khoroshilov
2018-05-02
1
-3
/
+8
*
spi: meson-axg: add SPICC driver support
Sunny Luo
2017-11-28
1
-0
/
+1
*
spi: Add Meson SPICC driver
Neil Armstrong
2017-05-24
1
-0
/
+619