summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* spi: spi-mtk-nor: Optimize timeout for dma readbayi cheng2022-11-141-3/+4
* spi: hisi-sfc-v3xx: Fix a typo ("duall")Jonathan Neuschäfer2022-11-031-1/+1
* spi: nxp-fspi: make const array ls1028a_soc_attr staticColin Ian King2022-11-021-1/+1
* spi: introduce new helpers with using modern namingYang Yingliang2022-11-011-0/+11
* spi: mxic: Use devm_platform_ioremap_resource_byname()Yang Yingliang2022-10-311-2/+1
* spi: npcm-fiu: Use devm_platform_ioremap_resource_byname()Yang Yingliang2022-10-311-3/+1
* spi: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner2022-10-261-2/+2
* spi: pxa2xx: Pass the SSP type via device propertyMark Brown2022-10-241-135/+36
|\
| * spi: pxa2xx: Move OF and ACPI ID tables closer to their userAndy Shevchenko2022-10-241-19/+19
| * spi: pxa2xx: Remove no more needed PCI ID tableAndy Shevchenko2022-10-241-115/+2
| * spi: pxa2xx: Respect Intel SSP type given by a propertyAndy Shevchenko2022-10-241-0/+12
| * spi: pxa2xx: Validate the correctness of the SSP typeAndy Shevchenko2022-10-241-2/+4
* | spi: aspeed: Use devm_platform_{get_and_}ioremap_resource()Yang Yingliang2022-10-241-4/+2
|/
* spi: amlogic: meson-spicc: Use pinctrl to drive CLK line when idleMark Brown2022-10-211-1/+38
|\
| * spi: meson-spicc: Use pinctrl to drive CLK line when idleAmjad Ouled-Ameur2022-10-211-1/+38
* | spi: pxa2xx: Minor cleanupsMark Brown2022-10-211-13/+8
|\ \
| * | spi: pxa2xx: Switch from PM ifdeffery to pm_ptr()Andy Shevchenko2022-10-211-8/+3
| * | spi: pxa2xx: Consistently use dev variable in pxa2xx_spi_init_pdata()Andy Shevchenko2022-10-211-5/+5
* | | spi: spi-imx: remove unused struct spi_imx_devtype_data::disable_dma callbackMarc Kleine-Budde2022-10-211-8/+0
| |/ |/|
* | spi: Introduce spi_get_device_match_data() helperAndy Shevchenko2022-10-211-0/+12
|/
* spi: spi-zyqnmp-gqspi: Add tap delay and Versal platform supportMark Brown2022-10-192-36/+162
|\
| * spi: spi-zynqmp-gqspi: Add tap delay support for GQSPI controller on Versal p...Amit Kumar Mahapatra2022-10-191-19/+67
| * spi: spi-zynqmp-gqspi: Add tap delay support for ZynqMP GQSPI ControllerNaga Sureshkumar Relli2022-10-191-4/+46
| * firmware: xilinx: Add qspi firmware interfaceRajan Vaja2022-10-191-0/+7
| * spi: spi-zynqmp-gqspi: Avoid setting baud rate multiple times for same SPI fr...Amit Kumar Mahapatra2022-10-191-14/+35
| * spi: spi-zynqmp-gqspi: Set CPOL and CPHA during hardware initAmit Kumar Mahapatra2022-10-191-15/+17
| * spi: spi-zynqmp-gqspi: Fix kernel-doc warningsAmit Kumar Mahapatra2022-10-191-0/+6
* | spi: img-spfi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2022-10-191-2/+1
* | spi: fsl-cpm: substitute empty_zero_page with helper ZERO_PAGE(0)Giulio Benetti2022-10-191-1/+1
|/
* spi: bcm-qspi: Make bcm_qspi_remove() return voidUwe Kleine-König2022-10-184-6/+9
* spi: pxa2xx: Simplify with devm_platform_get_and_ioremap_resource()Andy Shevchenko2022-10-181-2/+1
* spi: cadence-quadspi: Use devm_platform_{get_and_}ioremap_resource()Yang Yingliang2022-10-171-5/+2
* spi: bcm63xx: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2022-10-171-2/+1
* spi: microchip: pci1xxxx: Add driver for SPI controller of PCI1XXXX PCIe switchTharun Kumar P2022-10-173-0/+407
* spi: microchip-core: Remove the unused function mchp_corespi_enable()Jiapeng Chong2022-10-171-9/+0
* Merge existing fixes from spi/for-6.1 into new branchMark Brown2022-10-175-5/+10
|\
| * spi: intel: Fix the offset to get the 64K erase opcodeMauro Lima2022-10-131-1/+1
| * spi: aspeed: Fix typo in mode_bits field for AST2600 platformChin-Ting Kuo2022-10-101-2/+2
| * spi: mpc52xx: Replace NO_IRQ by 0Christophe Leroy2022-10-101-1/+1
| * spi: spi-gxp: fix typo in SPDX identifier lineBird, Tim2022-10-041-1/+1
| * spi: tegra210-quad: Fix combined sequenceKrishna Yarlagadda2022-10-031-0/+5
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1657-116/+103
|\ \
| * | prandom: remove unused functionsJason A. Donenfeld2022-10-111-6/+5
| * | treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-118-13/+13
| * | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1124-32/+32
| * | treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-112-2/+2
| * | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-119-13/+13
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1125-53/+41
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-10-1615-124/+1810
|\ \ \
| * \ \ Merge branch 'clk-rate-range' into clk-nextStephen Boyd2022-10-149-113/+1805
| |\ \ \