summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-pxa2xx.c
AgeCommit message (Expand)Author
2024-08-22spi: pxa2xx: Move PM runtime handling to the glue driversAndy Shevchenko
2024-08-22spi: pxa2xx: Do not override dev->platform_data on probeAndy Shevchenko
2024-06-10spi: pxa2xx: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko
2024-06-03spi: pxa2xx: Move platform driver to a separate fileAndy Shevchenko
2024-06-03spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacksAndy Shevchenko
2024-06-03spi: pxa2xx: Remove superflous check for Intel Atom SoCsAndy Shevchenko
2024-06-03spi: pxa2xx: Remove duplicate checkAndy Shevchenko
2024-06-03spi: pxa2xx: Print DMA burst size only when DMA is enabledAndy Shevchenko
2024-06-03spi: pxa2xx: Utilise temporary variable for struct deviceAndy Shevchenko
2024-06-03spi: pxa2xx: Remove hard coded number of chip select pinsAndy Shevchenko
2024-06-03spi: pxa2xx: Remove no more needed driver dataAndy Shevchenko
2024-06-03spi: pxa2xx: Reorganize the SSP type retrievalAndy Shevchenko
2024-06-03spi: pxa2xx: Wrap pxa_ssp_request() to be device managed resourceAndy Shevchenko
2024-05-03spi: pxa2xx: Don't provide struct chip_data for othersAndy Shevchenko
2024-05-03spi: pxa2xx: Remove timeout field from struct chip_dataAndy Shevchenko
2024-05-03spi: pxa2xx: Remove DMA parameters from struct chip_dataAndy Shevchenko
2024-05-03spi: pxa2xx: Drop struct pxa2xx_spi_chipAndy Shevchenko
2024-05-03spi: pxa2xx: Don't use "proxy" headersAndy Shevchenko
2024-05-03spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko
2024-05-03spi: pxa2xx: Allow number of chip select pins to be read from propertyAndy Shevchenko
2024-04-15spi: pxa2xx: Move number of CS pins validation out of conditionAndy Shevchenko
2024-04-02spi: pxa2xx: Call pxa_ssp_free() after getting the SSP typeAndy Shevchenko
2024-03-28spi: pxa2xx: Skip SSP initialization if it's done elsewhereAndy Shevchenko
2024-03-28spi: pxa2xx: Extract pxa2xx_spi_init_ssp() helperAndy Shevchenko
2024-03-28spi: pxa2xx: Drop ACPI_PTR() and of_match_ptr()Andy Shevchenko
2024-03-26spi: pxa2xx: Switch to use dev_err_probe()Andy Shevchenko
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner
2023-08-21spi: pxa2xx: switch to use modern nameYang Yingliang
2023-08-14spi: pxa2xx: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-03-13spi: pxa2xx: Mark OF related data as maybe unusedKrzysztof Kozlowski
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2023-03-06spi: pxa2xx: Convert to platform remove callback returning voidUwe Kleine-König
2022-10-24spi: pxa2xx: Move OF and ACPI ID tables closer to their userAndy Shevchenko
2022-10-24spi: pxa2xx: Remove no more needed PCI ID tableAndy Shevchenko
2022-10-24spi: pxa2xx: Respect Intel SSP type given by a propertyAndy Shevchenko
2022-10-24spi: pxa2xx: Validate the correctness of the SSP typeAndy Shevchenko
2022-10-21spi: pxa2xx: Switch from PM ifdeffery to pm_ptr()Andy Shevchenko
2022-10-21spi: pxa2xx: Consistently use dev variable in pxa2xx_spi_init_pdata()Andy Shevchenko
2022-10-18spi: pxa2xx: Simplify with devm_platform_get_and_ioremap_resource()Andy Shevchenko
2022-10-04Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2022-09-19spi: pxa2xx: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko
2022-08-25spi: pxa2xx: Remove the unneeded result variableye xingchen
2022-06-30spi: pxa2xx: Add support for Intel Meteor Lake-PJarkko Nikula
2022-02-16spi: pxa2xx: Add support for Intel Raptor Lake PCH-SJarkko Nikula
2022-01-31spi: pxa2xx_spi: Convert to use GPIO descriptorsLinus Walleij
2021-12-23spi: pxa2xx: Propagate firmware nodeAndy Shevchenko
2021-11-29spi: pxa2xx: Get rid of unused enable_loopback memberAndy Shevchenko
2021-11-29spi: pxa2xx: Get rid of unused ->cs_control()Andy Shevchenko
2021-11-23spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_dataAndy Shevchenko
2021-07-22spi: pxa2xx: Adapt reset_sccr1() to the case when no message availableAndy Shevchenko