summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2022-10-31spi: mxic: Use devm_platform_ioremap_resource_byname()Yang Yingliang
2022-10-31spi: npcm-fiu: Use devm_platform_ioremap_resource_byname()Yang Yingliang
2022-10-31spi: mediatek: Fix package division errorzhichao.liu
2022-10-28spi: tegra210-quad: Don't initialise DMA if not supportedJon Hunter
2022-10-26Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-26spi: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner
2022-10-26spi: meson-spicc: move wait completion in driver to take bursts delay in accountNeil Armstrong
2022-10-24spi: pxa2xx: Pass the SSP type via device propertyMark Brown
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-24spi: aspeed: Use devm_platform_{get_and_}ioremap_resource()Yang Yingliang
2022-10-24spi: stm32: Print summary 'callbacks suppressed' messageMarek Vasut
2022-10-21spi: amlogic: meson-spicc: Use pinctrl to drive CLK line when idleMark Brown
2022-10-21spi: pxa2xx: Minor cleanupsMark Brown
2022-10-21spi: meson-spicc: Use pinctrl to drive CLK line when idleAmjad Ouled-Ameur
2022-10-21spi: spi-imx: remove unused struct spi_imx_devtype_data::disable_dma callbackMarc Kleine-Budde
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-21spi: Introduce spi_get_device_match_data() helperAndy Shevchenko
2022-10-19spi: spi-zyqnmp-gqspi: Add tap delay and Versal platform supportMark Brown
2022-10-19spi: img-spfi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2022-10-19spi: aspeed: Fix window offset of CE1Cédric Le Goater
2022-10-19spi: spi-zynqmp-gqspi: Add tap delay support for GQSPI controller on Versal p...Amit Kumar Mahapatra
2022-10-19spi: spi-zynqmp-gqspi: Add tap delay support for ZynqMP GQSPI ControllerNaga Sureshkumar Relli
2022-10-19spi: spi-zynqmp-gqspi: Avoid setting baud rate multiple times for same SPI fr...Amit Kumar Mahapatra
2022-10-19spi: spi-zynqmp-gqspi: Set CPOL and CPHA during hardware initAmit Kumar Mahapatra
2022-10-19spi: spi-zynqmp-gqspi: Fix kernel-doc warningsAmit Kumar Mahapatra
2022-10-19spi: fsl-cpm: substitute empty_zero_page with helper ZERO_PAGE(0)Giulio Benetti
2022-10-18spi: bcm-qspi: Make bcm_qspi_remove() return voidUwe Kleine-König
2022-10-18spi: pxa2xx: Simplify with devm_platform_get_and_ioremap_resource()Andy Shevchenko
2022-10-17spi: cadence-quadspi: Use devm_platform_{get_and_}ioremap_resource()Yang Yingliang
2022-10-17spi: bcm63xx: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2022-10-17spi: microchip: pci1xxxx: Add driver for SPI controller of PCI1XXXX PCIe switchTharun Kumar P
2022-10-17spi: microchip-core: Remove the unused function mchp_corespi_enable()Jiapeng Chong
2022-10-17Merge existing fixes from spi/for-6.1 into new branchMark Brown
2022-10-17spi: qup: support using GPIO as chip select lineRobert Marko
2022-10-13spi: intel: Fix the offset to get the 64K erase opcodeMauro Lima
2022-10-10spi: aspeed: Fix typo in mode_bits field for AST2600 platformChin-Ting Kuo
2022-10-10spi: mpc52xx: Replace NO_IRQ by 0Christophe Leroy
2022-10-04Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2022-10-04spi: spi-gxp: fix typo in SPDX identifier lineBird, Tim
2022-10-03Merge branch 'acpi-uid'Rafael J. Wysocki
2022-10-03spi: tegra210-quad: Fix combined sequenceKrishna Yarlagadda
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki
2022-09-30spi: Ensure that sg_table won't be used after being freedMarek Szyprowski
2022-09-29spi: spi-gxp: Use devm_platform_ioremap_resource()Yang Yingliang
2022-09-28spi: s3c64xx: Fix large transfers with DMAVincent Whitchurch
2022-09-28spi: Split transfers larger than max sizeVincent Whitchurch