summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pxa2xx.c
Commit message (Expand)AuthorAgeFilesLines
* spi: pxa2xx_spi: Convert to use GPIO descriptorsLinus Walleij2022-01-311-62/+1
* spi: pxa2xx: Propagate firmware nodeAndy Shevchenko2021-12-231-2/+1
* spi: pxa2xx: Get rid of unused enable_loopback memberAndy Shevchenko2021-11-291-3/+2
* spi: pxa2xx: Get rid of unused ->cs_control()Andy Shevchenko2021-11-291-18/+0
* spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_dataAndy Shevchenko2021-11-231-29/+6
* spi: pxa2xx: Adapt reset_sccr1() to the case when no message availableAndy Shevchenko2021-07-221-3/+10
* spi: pxa2xx: Reuse int_stop_and_reset() in couple of placesAndy Shevchenko2021-07-191-9/+3
* spi: pxa2xx: Reset DMA bits in CR1 in reset_sccr1()Andy Shevchenko2021-07-191-1/+1
* spi: pxa2xx: Convert reset_sccr1() to use pxa2xx_spi_update()Andy Shevchenko2021-07-191-9/+7
* Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-06-011-1/+6
|\
| * spi: Cleanup on failure of initial setupLukas Wunner2021-06-011-1/+8
* | spi: pxa2xx: Use predefined mask when programming FIFO thresholdsAndy Shevchenko2021-05-181-1/+2
* | spi: pxa2xx: Fix style of and typos in the comments and messagesAndy Shevchenko2021-05-181-33/+38
* | spi: pxa2xx: Fix printf() specifiersAndy Shevchenko2021-05-181-4/+3
* | spi: pxa2xx: Drop unneeded '!= 0' comparisonsAndy Shevchenko2021-05-181-4/+4
* | spi: pxa2xx: Drop duplicate chip_select in struct chip_dataAndy Shevchenko2021-05-181-3/+1
* | spi: pxa2xx: Switch to use SPI core GPIO (legacy) CS handlingAndy Shevchenko2021-05-181-32/+27
* | spi: pxa2xx: Switch to use SPI core GPIO (descriptor) CS handlingAndy Shevchenko2021-05-181-48/+3
* | spi: pxa2xx: Propagate firmware node to the child SPI controller deviceAndy Shevchenko2021-05-181-1/+3
* | spi: pxa2xx: Introduce special type for Merrifield SPIsAndy Shevchenko2021-05-111-3/+29
* | spi: pxa2xx: Extract read_SSSR_bits() helperAndy Shevchenko2021-05-111-15/+11
* | spi: pxa2xx: Extract clear_SSCR1_bits() helperAndy Shevchenko2021-05-111-5/+2
* | spi: pxa2xx: Extract pxa2xx_spi_update() helperAndy Shevchenko2021-05-111-19/+14
* | spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driverAndy Shevchenko2021-05-111-18/+18
* | spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()Andy Shevchenko2021-05-111-12/+5
* | spi: pxa2xx: Introduce int_stop_and_reset() helperAndy Shevchenko2021-05-111-14/+13
* | spi: pxa2xx: Replace header inclusions by forward declarationsAndy Shevchenko2021-05-101-0/+2
* | spi: pxa2xx: Utilize struct device from struct ssp_deviceAndy Shevchenko2021-05-101-7/+5
* | spi: pxa2xx: Utilize MMIO and physical base from struct ssp_deviceAndy Shevchenko2021-05-101-3/+1
* | spi: pxa2xx: Use one point of return when ->probe() failsAndy Shevchenko2021-05-101-2/+2
|/
* Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-04-151-0/+4
|\
| * spi: pxa2xx: Add support for Intel Alder Lake PCH-MJarkko Nikula2021-04-151-0/+4
* | spi: pxa2xx: Fix checkpatch spacing errorsJay Fang2021-03-241-1/+1
|/
* spi: pxa2xx: Add support for Intel Alder Lake PCH-PJarkko Nikula2021-01-141-0/+4
* spi: pxa2xx: Fix use-after-free on unbindLukas Wunner2020-12-071-3/+2
* spi: pxa2xx: Add support for Intel Alder Lake PCH-SJarkko Nikula2020-12-041-0/+5
* spi: spi-pxa2xx: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-171-0/+2
* Merge series "spi: spi-sun6i: One fix and some improvements" from Marc Kleine...Mark Brown2020-07-071-0/+5
|\
| * spi: pxa2xx: Add support for Intel Tiger Lake PCH-HJarkko Nikula2020-06-251-0/+5
* | Merge remote-tracking branch 'spi/for-5.8' into spi-nextMark Brown2020-05-301-0/+1
|\|
| * spi: pxa2xx: Apply CS clk quirk to BXTEvan Green2020-04-301-0/+1
* | spi: pxa2xx: Fix runtime PM ref imbalance on probe errorLukas Wunner2020-05-261-1/+0
* | spi: pxa2xx: Fix controller unregister orderLukas Wunner2020-05-261-1/+3
|/
* Merge series "spi: spidev: Fix messages in spidev" from Oleksandr Suvorov <ol...Mark Brown2020-03-021-0/+23
|\
| * spi: pxa2xx: Add CS control clock quirkEvan Green2020-02-261-0/+23
| * Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-251-0/+4
| |\
* | | spi: pxa2xx: Introduce is_mmp2_ssp() helperAndy Shevchenko2020-02-281-4/+9
* | | spi: pxa2xx: drv_data can't be NULL in ->remove()Andy Shevchenko2020-02-241-5/+1
* | | spi: pxa2xx: Return error codes from pxa2xx_spi_init_pdata()Andy Shevchenko2020-02-241-7/+7
* | | Merge branch 'spi-5.5' into spi-linusMark Brown2020-01-231-11/+20
|\ \ \