index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-pxa2xx.c
Age
Commit message (
Expand
)
Author
2021-06-01
Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2021-06-01
spi: Cleanup on failure of initial setup
Lukas Wunner
2021-05-18
spi: pxa2xx: Use predefined mask when programming FIFO thresholds
Andy Shevchenko
2021-05-18
spi: pxa2xx: Fix style of and typos in the comments and messages
Andy Shevchenko
2021-05-18
spi: pxa2xx: Fix printf() specifiers
Andy Shevchenko
2021-05-18
spi: pxa2xx: Drop unneeded '!= 0' comparisons
Andy Shevchenko
2021-05-18
spi: pxa2xx: Drop duplicate chip_select in struct chip_data
Andy Shevchenko
2021-05-18
spi: pxa2xx: Switch to use SPI core GPIO (legacy) CS handling
Andy Shevchenko
2021-05-18
spi: pxa2xx: Switch to use SPI core GPIO (descriptor) CS handling
Andy Shevchenko
2021-05-18
spi: pxa2xx: Propagate firmware node to the child SPI controller device
Andy Shevchenko
2021-05-11
spi: pxa2xx: Introduce special type for Merrifield SPIs
Andy Shevchenko
2021-05-11
spi: pxa2xx: Extract read_SSSR_bits() helper
Andy Shevchenko
2021-05-11
spi: pxa2xx: Extract clear_SSCR1_bits() helper
Andy Shevchenko
2021-05-11
spi: pxa2xx: Extract pxa2xx_spi_update() helper
Andy Shevchenko
2021-05-11
spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
Andy Shevchenko
2021-05-11
spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
Andy Shevchenko
2021-05-11
spi: pxa2xx: Introduce int_stop_and_reset() helper
Andy Shevchenko
2021-05-10
spi: pxa2xx: Replace header inclusions by forward declarations
Andy Shevchenko
2021-05-10
spi: pxa2xx: Utilize struct device from struct ssp_device
Andy Shevchenko
2021-05-10
spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
Andy Shevchenko
2021-05-10
spi: pxa2xx: Use one point of return when ->probe() fails
Andy Shevchenko
2021-04-15
Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2021-04-15
spi: pxa2xx: Add support for Intel Alder Lake PCH-M
Jarkko Nikula
2021-03-24
spi: pxa2xx: Fix checkpatch spacing errors
Jay Fang
2021-01-14
spi: pxa2xx: Add support for Intel Alder Lake PCH-P
Jarkko Nikula
2020-12-07
spi: pxa2xx: Fix use-after-free on unbind
Lukas Wunner
2020-12-04
spi: pxa2xx: Add support for Intel Alder Lake PCH-S
Jarkko Nikula
2020-07-17
spi: spi-pxa2xx: Do not define 'struct acpi_device_id' when !CONFIG_ACPI
Lee Jones
2020-07-07
Merge series "spi: spi-sun6i: One fix and some improvements" from Marc Kleine...
Mark Brown
2020-06-25
spi: pxa2xx: Add support for Intel Tiger Lake PCH-H
Jarkko Nikula
2020-05-30
Merge remote-tracking branch 'spi/for-5.8' into spi-next
Mark Brown
2020-05-26
spi: pxa2xx: Fix runtime PM ref imbalance on probe error
Lukas Wunner
2020-05-26
spi: pxa2xx: Fix controller unregister order
Lukas Wunner
2020-04-30
spi: pxa2xx: Apply CS clk quirk to BXT
Evan Green
2020-03-02
Merge series "spi: spidev: Fix messages in spidev" from Oleksandr Suvorov <ol...
Mark Brown
2020-02-28
spi: pxa2xx: Introduce is_mmp2_ssp() helper
Andy Shevchenko
2020-02-26
spi: pxa2xx: Add CS control clock quirk
Evan Green
2020-02-24
spi: pxa2xx: drv_data can't be NULL in ->remove()
Andy Shevchenko
2020-02-24
spi: pxa2xx: Return error codes from pxa2xx_spi_init_pdata()
Andy Shevchenko
2020-01-23
Merge branch 'spi-5.5' into spi-linus
Mark Brown
2020-01-21
spi: pxa2xx: Avoid touching SSCR0_SSE on MMP2
Lubomir Rintel
2020-01-17
spi: pxa2xx: Add support for Intel Comet Lake PCH-V
Jarkko Nikula
2019-12-25
Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2019-12-17
Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-11-25
spi: pxa2xx: Add support for Intel Jasper Lake
Jarkko Nikula
2019-11-22
Merge branch 'spi-5.5' into spi-next
Mark Brown
2019-11-11
spi: pxa2xx: Add missed security checks
Chuhong Yuan
2019-10-29
spi: pxa2xx: Add support for Intel Comet Lake-H
Jarkko Nikula
2019-10-25
spi: pxa2xx: Introduce temporary variables to increase readability
Andy Shevchenko
2019-10-23
spi: pxa2xx: Drop extra check of platform_get_resource() returned value
Andy Shevchenko
[next]