summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-pxa2xx.c
AgeCommit message (Expand)Author
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
2021-07-19spi: pxa2xx: Reuse int_stop_and_reset() in couple of placesAndy Shevchenko
2021-07-19spi: pxa2xx: Reset DMA bits in CR1 in reset_sccr1()Andy Shevchenko
2021-07-19spi: pxa2xx: Convert reset_sccr1() to use pxa2xx_spi_update()Andy Shevchenko
2021-06-01Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2021-06-01spi: Cleanup on failure of initial setupLukas Wunner
2021-05-18spi: pxa2xx: Use predefined mask when programming FIFO thresholdsAndy Shevchenko
2021-05-18spi: pxa2xx: Fix style of and typos in the comments and messagesAndy Shevchenko
2021-05-18spi: pxa2xx: Fix printf() specifiersAndy Shevchenko
2021-05-18spi: pxa2xx: Drop unneeded '!= 0' comparisonsAndy Shevchenko
2021-05-18spi: pxa2xx: Drop duplicate chip_select in struct chip_dataAndy Shevchenko
2021-05-18spi: pxa2xx: Switch to use SPI core GPIO (legacy) CS handlingAndy Shevchenko
2021-05-18spi: pxa2xx: Switch to use SPI core GPIO (descriptor) CS handlingAndy Shevchenko
2021-05-18spi: pxa2xx: Propagate firmware node to the child SPI controller deviceAndy Shevchenko
2021-05-11spi: pxa2xx: Introduce special type for Merrifield SPIsAndy Shevchenko
2021-05-11spi: pxa2xx: Extract read_SSSR_bits() helperAndy Shevchenko
2021-05-11spi: pxa2xx: Extract clear_SSCR1_bits() helperAndy Shevchenko
2021-05-11spi: pxa2xx: Extract pxa2xx_spi_update() helperAndy Shevchenko
2021-05-11spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driverAndy Shevchenko
2021-05-11spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()Andy Shevchenko
2021-05-11spi: pxa2xx: Introduce int_stop_and_reset() helperAndy Shevchenko
2021-05-10spi: pxa2xx: Replace header inclusions by forward declarationsAndy Shevchenko
2021-05-10spi: pxa2xx: Utilize struct device from struct ssp_deviceAndy Shevchenko
2021-05-10spi: pxa2xx: Utilize MMIO and physical base from struct ssp_deviceAndy Shevchenko
2021-05-10spi: pxa2xx: Use one point of return when ->probe() failsAndy Shevchenko
2021-04-15Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2021-04-15spi: pxa2xx: Add support for Intel Alder Lake PCH-MJarkko Nikula
2021-03-24spi: pxa2xx: Fix checkpatch spacing errorsJay Fang