summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pxa2xx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: pxa2xx: Don't provide struct chip_data for othersAndy Shevchenko2024-05-031-0/+8
* spi: pxa2xx: Remove timeout field from struct chip_dataAndy Shevchenko2024-05-031-3/+1
* spi: pxa2xx: Remove DMA parameters from struct chip_dataAndy Shevchenko2024-05-031-33/+7
* spi: pxa2xx: Drop struct pxa2xx_spi_chipAndy Shevchenko2024-05-031-25/+0
* spi: pxa2xx: Don't use "proxy" headersAndy Shevchenko2024-05-031-3/+7
* spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko2024-05-031-1/+0
* spi: pxa2xx: Allow number of chip select pins to be read from propertyAndy Shevchenko2024-05-031-1/+5
* spi: pxa2xx: Move number of CS pins validation out of conditionAndy Shevchenko2024-04-151-8/+7
* spi: pxa2xx: Call pxa_ssp_free() after getting the SSP typeAndy Shevchenko2024-04-021-1/+3
* spi: pxa2xx: Skip SSP initialization if it's done elsewhereAndy Shevchenko2024-03-281-0/+9
* spi: pxa2xx: Extract pxa2xx_spi_init_ssp() helperAndy Shevchenko2024-03-281-28/+38
* spi: pxa2xx: Drop ACPI_PTR() and of_match_ptr()Andy Shevchenko2024-03-281-6/+3
* spi: pxa2xx: Switch to use dev_err_probe()Andy Shevchenko2024-03-261-12/+7
* spi: remove struct spi_message::is_dma_mappedDavid Lechner2024-03-251-11/+0
* spi: pxa2xx: switch to use modern nameYang Yingliang2023-08-211-12/+12
* spi: pxa2xx: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-141-1/+1
* spi: pxa2xx: Mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-131-1/+1
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-3/+3
* spi: pxa2xx: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* spi: pxa2xx: Move OF and ACPI ID tables closer to their userAndy Shevchenko2022-10-241-19/+19
* spi: pxa2xx: Remove no more needed PCI ID tableAndy Shevchenko2022-10-241-115/+2
* spi: pxa2xx: Respect Intel SSP type given by a propertyAndy Shevchenko2022-10-241-0/+12
* spi: pxa2xx: Validate the correctness of the SSP typeAndy Shevchenko2022-10-241-2/+4
* spi: pxa2xx: Switch from PM ifdeffery to pm_ptr()Andy Shevchenko2022-10-211-8/+3
* spi: pxa2xx: Consistently use dev variable in pxa2xx_spi_init_pdata()Andy Shevchenko2022-10-211-5/+5
* spi: pxa2xx: Simplify with devm_platform_get_and_ioremap_resource()Andy Shevchenko2022-10-181-2/+1
* Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2022-10-051-3/+1
|\
| * spi: pxa2xx: Remove the unneeded result variableye xingchen2022-08-251-3/+1
* | spi: pxa2xx: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko2022-09-191-27/+10
|/
* spi: pxa2xx: Add support for Intel Meteor Lake-PJarkko Nikula2022-06-301-0/+4
* spi: pxa2xx: Add support for Intel Raptor Lake PCH-SJarkko Nikula2022-02-161-0/+5
* 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