summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2022-02-28spi: pxa2xx-pci: Drop temporary storage use for a handful of membersAndy Shevchenko
2022-02-28spi: pxa2xx-pci: Extract pxa2xx_spi_pci_clk_register()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Drop unneeded checks in lpss_spi_setup()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Replace enum with direct use of PCI IDsAndy Shevchenko
2022-02-28spi: pxa2xx-pci: Move max_clk_rate assignment to ->setup()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Move dma_burst_size assignment to ->setup()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Move port_id assignment to ->setup()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Drop redundant NULL check in ->probe()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Refactor Quark X1000 to use ->setup()Andy Shevchenko
2022-02-28spi: pxa2xx-pci: Refactor CE4100 to use ->setup()Andy Shevchenko
2022-02-25Merge tag 'spi-fix-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-24Tegra QUAD SPI ACPI & device supportMark Brown
2022-02-24spi: tegra210-quad: add new chips to compatibleKrishna Yarlagadda
2022-02-24spi: tegra210-quad: use device_reset methodKrishna Yarlagadda
2022-02-24spi: pxa2xx-pci: Balance reference count for PCI DMA deviceAndy Shevchenko
2022-02-24spi: pxa2xx-pci: Do not dereference fwnode in struct deviceAndy Shevchenko
2022-02-23spi: add missing pci_dev_put() before returnWang Qing
2022-02-22spi: gpio: Implement LSB First bitbang supportAndreas Färber
2022-02-22spi: stm32: ignore Rx queue not empty in stm32f4 Tx only modeAhmad Fatoum
2022-02-21spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)
2022-02-18spi: use sysfs_emit() for printing statistics and add trailing newlineHeiner Kallweit
2022-02-18spi: clean up some inconsistent indentingYang Li
2022-02-17spi: New support and problem adjustment of SPI rockchipMark Brown
2022-02-17spi: rockchip: clear interrupt status in error handlerJon Lin
2022-02-17spi: rockchip: Suspend and resume the bus during NOIRQ_SYSTEM_SLEEP_PM opsshengfei Xu
2022-02-17spi: rockchip: Preset cs-high and clk polarity in setup progressJon Lin
2022-02-17spi: rockchip: Stop spi slave dma receiver when cs inactiveJon Lin
2022-02-17spi: rockchip: terminate dma transmission when slave abortJon Lin
2022-02-17spi: rockchip: Fix error in getting num-cs propertyJon Lin
2022-02-16spi: pxa2xx: Add support for Intel Raptor Lake PCH-SJarkko Nikula
2022-02-16spi: amd: Fix building without ACPI enabledAndré Almeida
2022-02-16spi: intel-pci: Add support for Intel Ice Lake-N SPI serial flashAndy Shevchenko
2022-02-15spi: amd: Add support for new controller versionMark Brown
2022-02-15mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEMMark Brown
2022-02-14spi: Retire legacy GPIO handlingLinus Walleij
2022-02-14spi: Fix warning for Clang build and simplify codeLi-hao Kuo
2022-02-14mtd: spi-nor: intel-spi: Convert to SPI MEMMika Westerberg
2022-02-14spi: amd: Add support for version AMDI0062André Almeida
2022-02-14spi: amd: Remove needless rom_addr variableAndré Almeida
2022-02-14spi: amd: Use iopoll for busy waitingAndré Almeida
2022-02-10spi: mxic: Add support for pipelined ECC operationsMiquel Raynal
2022-02-10spi: mxic: Add support for direct mappingMiquel Raynal
2022-02-10spi: mxic: Create a helper to ease the start of an operationMiquel Raynal
2022-02-10spi: mxic: Create a helper to configure the controller before an operationMiquel Raynal
2022-02-10spi: mxic: Fix the transmit pathMiquel Raynal
2022-02-10spi: spi-mem: Add an ecc parameter to the spi_mem_op structureMiquel Raynal
2022-02-10spi: spi-mem: Kill the spi_mem_dtr_supports_op() helperMiquel Raynal
2022-02-10spi: mxic: Provide a capability structureMiquel Raynal
2022-02-10spi: cadence-quadspi: Provide a capability structureMiquel Raynal
2022-02-10spi: spi-mem: Check the controller extra capabilitiesMiquel Raynal