Age | Commit message (Expand) | Author | Files | Lines |
2023-08-21 | spi: pxa2xx: switch to use modern name | Yang Yingliang | 1 | -12/+12 |
2023-08-14 | spi: pxa2xx: fix Wvoid-pointer-to-enum-cast warning | Krzysztof Kozlowski | 1 | -1/+1 |
2023-03-13 | spi: pxa2xx: Mark OF related data as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
2023-03-11 | spi: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra via Alsa-devel | 1 | -3/+3 |
2023-03-07 | spi: pxa2xx: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2022-10-24 | spi: pxa2xx: Move OF and ACPI ID tables closer to their user | Andy Shevchenko | 1 | -19/+19 |
2022-10-24 | spi: pxa2xx: Remove no more needed PCI ID table | Andy Shevchenko | 1 | -115/+2 |
2022-10-24 | spi: pxa2xx: Respect Intel SSP type given by a property | Andy Shevchenko | 1 | -0/+12 |
2022-10-24 | spi: pxa2xx: Validate the correctness of the SSP type | Andy Shevchenko | 1 | -2/+4 |
2022-10-21 | spi: pxa2xx: Switch from PM ifdeffery to pm_ptr() | Andy Shevchenko | 1 | -8/+3 |
2022-10-21 | spi: pxa2xx: Consistently use dev variable in pxa2xx_spi_init_pdata() | Andy Shevchenko | 1 | -5/+5 |
2022-10-18 | spi: pxa2xx: Simplify with devm_platform_get_and_ioremap_resource() | Andy Shevchenko | 1 | -2/+1 |
2022-10-05 | Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 1 | -3/+1 |
2022-09-19 | spi: pxa2xx: Refactor _UID handling to use acpi_dev_uid_to_integer() | Andy Shevchenko | 1 | -27/+10 |
2022-08-25 | spi: pxa2xx: Remove the unneeded result variable | ye xingchen | 1 | -3/+1 |
2022-06-30 | spi: pxa2xx: Add support for Intel Meteor Lake-P | Jarkko Nikula | 1 | -0/+4 |
2022-02-16 | spi: pxa2xx: Add support for Intel Raptor Lake PCH-S | Jarkko Nikula | 1 | -0/+5 |
2022-01-31 | spi: pxa2xx_spi: Convert to use GPIO descriptors | Linus Walleij | 1 | -62/+1 |
2021-12-23 | spi: pxa2xx: Propagate firmware node | Andy Shevchenko | 1 | -2/+1 |
2021-11-29 | spi: pxa2xx: Get rid of unused enable_loopback member | Andy Shevchenko | 1 | -3/+2 |
2021-11-29 | spi: pxa2xx: Get rid of unused ->cs_control() | Andy Shevchenko | 1 | -18/+0 |
2021-11-23 | spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_data | Andy Shevchenko | 1 | -29/+6 |
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 |