summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: Explicitly include correct DT includesRob Herring2023-07-1443-48/+26
* spi: Use struct_size() helperAndy Shevchenko2023-07-141-6/+9
* spi: Use BITS_TO_BYTES()Andy Shevchenko2023-07-141-3/+1
* spi: Kill spi_add_device_locked()Andy Shevchenko2023-07-141-10/+5
* spi: Remove code duplication in spi_add_device*()Andy Shevchenko2023-07-141-22/+10
* spi: spi-cadence: Delete unmatched commentsYangtao Li2023-07-121-2/+0
* spi: Header and core clean up and refactoringMark Brown2023-07-1236-217/+213
|\
| * spi: Fix spelling typos and acronyms capitalizationAndy Shevchenko2023-07-113-89/+104
| * spi: Convert to SPI_CONTROLLER_HALF_DUPLEXAndy Shevchenko2023-07-1112-12/+12
| * spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko2023-07-1112-16/+15
| * spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko2023-07-1112-13/+11
| * spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RXAndy Shevchenko2023-07-116-20/+18
| * spi: Sort headers alphabeticallyAndy Shevchenko2023-07-102-27/+27
| * spi: Use sysfs_emit() to instead of s*printf()Andy Shevchenko2023-07-101-4/+3
| * spi: Replace if-else-if by bitops and multiplicationsAndy Shevchenko2023-07-101-7/+1
| * spi: Drop duplicate IDR allocation code in spi_register_controller()Andy Shevchenko2023-07-101-27/+23
| * spi: Remove unneeded OF node NULL checksAndy Shevchenko2023-07-101-4/+1
* | Allwinner R329/D1/R528/T113s Dual/Quad SPI modesMark Brown2023-07-121-4/+26
|\ \
| * | spi: sun6i: add dual and quad SPI modes support for R329/D1/R528/T113sMaksim Kiselev2023-07-091-0/+1
| * | spi: sun6i: add quirk for dual and quad SPI modes supportMaksim Kiselev2023-07-091-4/+25
| |/
* | spi: amlogic-spifc-a1: fixes and improvements forMark Brown2023-07-121-41/+45
|\ \
| * | spi: amlogic-spifc-a1: add support for max_speed_hzMartin Kurbanov2023-07-091-0/+20
| * | spi: amlogic-spifc-a1: implement adjust_op_size()Martin Kurbanov2023-07-091-41/+25
| |/
* | dt-bindings: spi: Convert Tegra114 SPI to json-schemaThierry Reding2023-07-092-61/+100
* | dt-bindings: spi: tegra-sflash: Convert to json-schemaThierry Reding2023-07-092-37/+81
* | dt-bindings: spi: tegra-slink: Convert to json-schemaThierry Reding2023-07-092-37/+90
* | spi: s3c64xx: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-091-7/+2
* | spi: tegra20-slink: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-091-8/+2
* | spi: rspi: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-091-2/+1
* | spi: spi-nxp-fspi: Convert to devm_platform_ioremap_resource() and devm_platf...Yangtao Li2023-07-091-4/+2
* | spi: ep93xx: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-091-10/+3
* | spi: davinci: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-091-11/+2
* | spi: atmel: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-091-5/+1
* | spi: rzv2m-csi: Convert to platform remove callback returning voidUwe Kleine-König2023-07-091-4/+2
* | spi: Increase imx51 ecspi burst length based on transfer lengthStefan Moring2023-07-091-3/+8
* | spi: stm32: disable device mode with st,stm32f4-spi compatibleValentin Caron2023-07-091-3/+10
|/
* Linux 6.5-rc1v6.5-rc1Linus Torvalds2023-07-091-2/+2
* MAINTAINERS 2: Electric BoogalooLinus Torvalds2023-07-091-46/+46
* Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-07-091-11/+35
|\
| * swiotlb: reduce the number of areas to match actual memory pool sizePetr Tesarik2023-06-291-3/+24
| * swiotlb: always set the number of areas before allocating the poolPetr Tesarik2023-06-291-8/+11
* | Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-091-3/+1
|\ \
| * | irqdomain: Use return value of strreplace()Andy Shevchenko2023-06-301-3/+1
* | | Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-091-0/+1
|\ \ \
| * | | x86/xen: Fix secondary processors' FPU initializationJuergen Gross2023-07-051-0/+1
* | | | Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-07-091-0/+8
|\ \ \ \
| * | | | x86/smp: Don't send INIT to boot CPUThomas Gleixner2023-07-071-0/+8
* | | | | Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2023-07-0910-53/+46
|\ \ \ \ \
| * | | | | MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabledThomas Bogendoerfer2023-07-071-2/+2
| * | | | | MIPS: dts: add missing space before {Krzysztof Kozlowski2023-07-062-2/+2