summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pxa2xx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: pxa2xx: Move PM runtime handling to the glue driversAndy Shevchenko2024-08-221-14/+1
* spi: pxa2xx: Do not override dev->platform_data on probeAndy Shevchenko2024-08-221-3/+2
* spi: pxa2xx: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-4/+2
* spi: pxa2xx: Move platform driver to a separate fileAndy Shevchenko2024-06-031-207/+8
* spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacksAndy Shevchenko2024-06-031-19/+33
* spi: pxa2xx: Remove superflous check for Intel Atom SoCsAndy Shevchenko2024-06-031-15/+11
* spi: pxa2xx: Remove duplicate checkAndy Shevchenko2024-06-031-3/+0
* spi: pxa2xx: Print DMA burst size only when DMA is enabledAndy Shevchenko2024-06-031-1/+2
* spi: pxa2xx: Utilise temporary variable for struct deviceAndy Shevchenko2024-06-031-10/+11
* spi: pxa2xx: Remove hard coded number of chip select pinsAndy Shevchenko2024-06-031-4/+0
* spi: pxa2xx: Remove no more needed driver dataAndy Shevchenko2024-06-031-6/+6
* spi: pxa2xx: Reorganize the SSP type retrievalAndy Shevchenko2024-06-031-14/+11
* spi: pxa2xx: Wrap pxa_ssp_request() to be device managed resourceAndy Shevchenko2024-06-031-18/+32
* 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