summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2022-10-31spi: mxic: Use devm_platform_ioremap_resource_byname()Yang Yingliang1-2/+1
2022-10-31spi: npcm-fiu: Use devm_platform_ioremap_resource_byname()Yang Yingliang1-3/+1
2022-10-31spi: mediatek: Fix package division errorzhichao.liu1-10/+13
2022-10-28spi: tegra210-quad: Don't initialise DMA if not supportedJon Hunter1-0/+6
2022-10-26Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-6/+13
2022-10-26spi: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner1-2/+2
2022-10-26spi: meson-spicc: move wait completion in driver to take bursts delay in accountNeil Armstrong1-2/+22
2022-10-24spi: pxa2xx: Pass the SSP type via device propertyMark Brown1-135/+36
2022-10-24spi: pxa2xx: Move OF and ACPI ID tables closer to their userAndy Shevchenko1-19/+19
2022-10-24spi: pxa2xx: Remove no more needed PCI ID tableAndy Shevchenko1-115/+2
2022-10-24spi: pxa2xx: Respect Intel SSP type given by a propertyAndy Shevchenko1-0/+12
2022-10-24spi: pxa2xx: Validate the correctness of the SSP typeAndy Shevchenko1-2/+4
2022-10-24spi: aspeed: Use devm_platform_{get_and_}ioremap_resource()Yang Yingliang1-4/+2
2022-10-24spi: stm32: Print summary 'callbacks suppressed' messageMarek Vasut1-0/+1
2022-10-21spi: amlogic: meson-spicc: Use pinctrl to drive CLK line when idleMark Brown1-1/+38
2022-10-21spi: pxa2xx: Minor cleanupsMark Brown1-13/+8
2022-10-21spi: meson-spicc: Use pinctrl to drive CLK line when idleAmjad Ouled-Ameur1-1/+38
2022-10-21spi: spi-imx: remove unused struct spi_imx_devtype_data::disable_dma callbackMarc Kleine-Budde1-8/+0
2022-10-21spi: pxa2xx: Switch from PM ifdeffery to pm_ptr()Andy Shevchenko1-8/+3
2022-10-21spi: pxa2xx: Consistently use dev variable in pxa2xx_spi_init_pdata()Andy Shevchenko1-5/+5
2022-10-21spi: Introduce spi_get_device_match_data() helperAndy Shevchenko1-0/+12
2022-10-19spi: spi-zyqnmp-gqspi: Add tap delay and Versal platform supportMark Brown1-36/+155
2022-10-19spi: img-spfi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2022-10-19spi: aspeed: Fix window offset of CE1Cédric Le Goater1-1/+1
2022-10-19spi: spi-zynqmp-gqspi: Add tap delay support for GQSPI controller on Versal p...Amit Kumar Mahapatra1-19/+67
2022-10-19spi: spi-zynqmp-gqspi: Add tap delay support for ZynqMP GQSPI ControllerNaga Sureshkumar Relli1-4/+46
2022-10-19spi: spi-zynqmp-gqspi: Avoid setting baud rate multiple times for same SPI fr...Amit Kumar Mahapatra1-14/+35
2022-10-19spi: spi-zynqmp-gqspi: Set CPOL and CPHA during hardware initAmit Kumar Mahapatra1-15/+17
2022-10-19spi: spi-zynqmp-gqspi: Fix kernel-doc warningsAmit Kumar Mahapatra1-0/+6
2022-10-19spi: fsl-cpm: substitute empty_zero_page with helper ZERO_PAGE(0)Giulio Benetti1-1/+1
2022-10-18spi: bcm-qspi: Make bcm_qspi_remove() return voidUwe Kleine-König4-6/+9
2022-10-18spi: pxa2xx: Simplify with devm_platform_get_and_ioremap_resource()Andy Shevchenko1-2/+1
2022-10-17spi: cadence-quadspi: Use devm_platform_{get_and_}ioremap_resource()Yang Yingliang1-5/+2
2022-10-17spi: bcm63xx: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2022-10-17spi: microchip: pci1xxxx: Add driver for SPI controller of PCI1XXXX PCIe switchTharun Kumar P3-0/+407
2022-10-17spi: microchip-core: Remove the unused function mchp_corespi_enable()Jiapeng Chong1-9/+0
2022-10-17Merge existing fixes from spi/for-6.1 into new branchMark Brown5-5/+10
2022-10-17spi: qup: support using GPIO as chip select lineRobert Marko1-0/+2
2022-10-13spi: intel: Fix the offset to get the 64K erase opcodeMauro Lima1-1/+1
2022-10-10spi: aspeed: Fix typo in mode_bits field for AST2600 platformChin-Ting Kuo1-2/+2
2022-10-10spi: mpc52xx: Replace NO_IRQ by 0Christophe Leroy1-1/+1
2022-10-04Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds35-375/+1304
2022-10-04spi: spi-gxp: fix typo in SPDX identifier lineBird, Tim1-1/+1
2022-10-03Merge branch 'acpi-uid'Rafael J. Wysocki1-27/+10
2022-10-03spi: tegra210-quad: Fix combined sequenceKrishna Yarlagadda1-0/+5
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki1-1/+1
2022-09-30spi: Ensure that sg_table won't be used after being freedMarek Szyprowski1-0/+2
2022-09-29spi: spi-gxp: Use devm_platform_ioremap_resource()Yang Yingliang1-7/+3
2022-09-28spi: s3c64xx: Fix large transfers with DMAVincent Whitchurch1-0/+9
2022-09-28spi: Split transfers larger than max sizeVincent Whitchurch1-0/+9