index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-pxa2xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-22
spi: pxa2xx: Adapt reset_sccr1() to the case when no message available
Andy Shevchenko
1
-3
/
+10
2021-07-19
spi: pxa2xx: Reuse int_stop_and_reset() in couple of places
Andy Shevchenko
1
-9
/
+3
2021-07-19
spi: pxa2xx: Reset DMA bits in CR1 in reset_sccr1()
Andy Shevchenko
1
-1
/
+1
2021-07-19
spi: pxa2xx: Convert reset_sccr1() to use pxa2xx_spi_update()
Andy Shevchenko
1
-9
/
+7
2021-06-01
Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-1
/
+6
2021-06-01
spi: Cleanup on failure of initial setup
Lukas Wunner
1
-1
/
+8
2021-05-18
spi: pxa2xx: Use predefined mask when programming FIFO thresholds
Andy Shevchenko
1
-1
/
+2
2021-05-18
spi: pxa2xx: Fix style of and typos in the comments and messages
Andy Shevchenko
1
-33
/
+38
2021-05-18
spi: pxa2xx: Fix printf() specifiers
Andy Shevchenko
1
-4
/
+3
2021-05-18
spi: pxa2xx: Drop unneeded '!= 0' comparisons
Andy Shevchenko
1
-4
/
+4
2021-05-18
spi: pxa2xx: Drop duplicate chip_select in struct chip_data
Andy Shevchenko
1
-3
/
+1
2021-05-18
spi: pxa2xx: Switch to use SPI core GPIO (legacy) CS handling
Andy Shevchenko
1
-32
/
+27
2021-05-18
spi: pxa2xx: Switch to use SPI core GPIO (descriptor) CS handling
Andy Shevchenko
1
-48
/
+3
2021-05-18
spi: pxa2xx: Propagate firmware node to the child SPI controller device
Andy Shevchenko
1
-1
/
+3
2021-05-11
spi: pxa2xx: Introduce special type for Merrifield SPIs
Andy Shevchenko
1
-3
/
+29
2021-05-11
spi: pxa2xx: Extract read_SSSR_bits() helper
Andy Shevchenko
1
-15
/
+11
2021-05-11
spi: pxa2xx: Extract clear_SSCR1_bits() helper
Andy Shevchenko
1
-5
/
+2
2021-05-11
spi: pxa2xx: Extract pxa2xx_spi_update() helper
Andy Shevchenko
1
-19
/
+14
2021-05-11
spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
Andy Shevchenko
1
-18
/
+18
2021-05-11
spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
Andy Shevchenko
1
-12
/
+5
2021-05-11
spi: pxa2xx: Introduce int_stop_and_reset() helper
Andy Shevchenko
1
-14
/
+13
2021-05-10
spi: pxa2xx: Replace header inclusions by forward declarations
Andy Shevchenko
1
-0
/
+2
2021-05-10
spi: pxa2xx: Utilize struct device from struct ssp_device
Andy Shevchenko
1
-7
/
+5
2021-05-10
spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
Andy Shevchenko
1
-3
/
+1
2021-05-10
spi: pxa2xx: Use one point of return when ->probe() fails
Andy Shevchenko
1
-2
/
+2
2021-04-15
Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-0
/
+4
2021-04-15
spi: pxa2xx: Add support for Intel Alder Lake PCH-M
Jarkko Nikula
1
-0
/
+4
2021-03-24
spi: pxa2xx: Fix checkpatch spacing errors
Jay Fang
1
-1
/
+1
2021-01-14
spi: pxa2xx: Add support for Intel Alder Lake PCH-P
Jarkko Nikula
1
-0
/
+4
2020-12-07
spi: pxa2xx: Fix use-after-free on unbind
Lukas Wunner
1
-3
/
+2
2020-12-04
spi: pxa2xx: Add support for Intel Alder Lake PCH-S
Jarkko Nikula
1
-0
/
+5
2020-07-17
spi: spi-pxa2xx: Do not define 'struct acpi_device_id' when !CONFIG_ACPI
Lee Jones
1
-0
/
+2
2020-07-07
Merge series "spi: spi-sun6i: One fix and some improvements" from Marc Kleine...
Mark Brown
1
-0
/
+5
2020-06-25
spi: pxa2xx: Add support for Intel Tiger Lake PCH-H
Jarkko Nikula
1
-0
/
+5
2020-05-30
Merge remote-tracking branch 'spi/for-5.8' into spi-next
Mark Brown
1
-0
/
+1
2020-05-26
spi: pxa2xx: Fix runtime PM ref imbalance on probe error
Lukas Wunner
1
-1
/
+0
2020-05-26
spi: pxa2xx: Fix controller unregister order
Lukas Wunner
1
-1
/
+3
2020-04-30
spi: pxa2xx: Apply CS clk quirk to BXT
Evan Green
1
-0
/
+1
2020-03-02
Merge series "spi: spidev: Fix messages in spidev" from Oleksandr Suvorov <ol...
Mark Brown
1
-0
/
+23
2020-02-28
spi: pxa2xx: Introduce is_mmp2_ssp() helper
Andy Shevchenko
1
-4
/
+9
2020-02-26
spi: pxa2xx: Add CS control clock quirk
Evan Green
1
-0
/
+23
2020-02-25
spi: pxa2xx: drv_data can't be NULL in ->remove()
Andy Shevchenko
1
-5
/
+1
2020-02-25
spi: pxa2xx: Return error codes from pxa2xx_spi_init_pdata()
Andy Shevchenko
1
-7
/
+7
2020-01-23
Merge branch 'spi-5.5' into spi-linus
Mark Brown
1
-11
/
+20
2020-01-21
spi: pxa2xx: Avoid touching SSCR0_SSE on MMP2
Lubomir Rintel
1
-11
/
+17
2020-01-17
spi: pxa2xx: Add support for Intel Comet Lake PCH-V
Jarkko Nikula
1
-0
/
+3
2019-12-25
Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-0
/
+4
2019-12-18
Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2019-11-25
spi: pxa2xx: Add support for Intel Jasper Lake
Jarkko Nikula
1
-0
/
+4
2019-11-22
Merge branch 'spi-5.5' into spi-next
Mark Brown
1
-39
/
+37
[next]