summaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-15spi: pxa2xx: Move number of CS pins validation out of conditionAndy Shevchenko1-8/+7
2024-04-15spi: altera: Drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2024-04-11MAINTAINERS: adjust file entry in TEXAS INSTRUMENTS AUDIO (ASoC/HDA) DRIVERSLukas Bulwahn1-1/+1
2024-04-10spi: dt-bindings: cdns,qspi-nor: make cdns,fifo-depth optionalThéo Lebrun1-1/+0
2024-04-10spi: dt-bindings: cdns,qspi-nor: add mobileye,eyeq5-ospi compatibleThéo Lebrun1-0/+1
2024-04-10spi: dt-bindings: cdns,qspi-nor: sort compatibles alphabeticallyThéo Lebrun1-3/+3
2024-04-10spi: cadence-xspi: use for_each_available_child_of_node_scoped()Kousik Sanagavarapu1-7/+1
2024-04-08spi: cadence-qspi: minimise register accesses on each op if !DTRThéo Lebrun1-2/+5
2024-04-08spi: cadence-qspi: store device data pointer in private structThéo Lebrun1-9/+6
2024-04-08spi: cadence-qspi: allow building for MIPSThéo Lebrun1-1/+1
2024-04-02spi: pxa2xx: Call pxa_ssp_free() after getting the SSP typeAndy Shevchenko1-1/+3
2024-04-02spi: docs: drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-03-29spi: spi.h: add missing kernel-doc for @last_cs_index_maskRandy Dunlap1-0/+1
2024-03-28spi: fsl: remove is_dma_mapped checksDavid Lechner3-17/+9
2024-03-28spi: au1550: t->{tx,rx}_dma checksDavid Lechner1-19/+10
2024-03-28spi: pxa2xx: Skip SSP initialization if it's done elsewhereAndy Shevchenko1-0/+9
2024-03-28spi: pxa2xx: Extract pxa2xx_spi_init_ssp() helperAndy Shevchenko1-28/+38
2024-03-28spi: pxa2xx: Drop ACPI_PTR() and of_match_ptr()Andy Shevchenko1-6/+3
2024-03-28spi: pxa2xx: Narrow the Kconfig option visibilityAndy Shevchenko1-1/+1
2024-03-28spi: omap2-mcpsi: Enable MULTI-mode in more situationsLouis Chauvet1-1/+14
2024-03-28spi: omap2-mcspi: Add support for MULTI-modeLouis Chauvet1-6/+61
2024-03-28spi: spi-omap2-mcspi.c: revert "Toggle CS after each word"Louis Chauvet2-18/+0
2024-03-28spi: fsl-dspi: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-28spi: coldfire-qspi: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-28spi: loopback-test: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-26spi: pxa2xx: Switch to use dev_err_probe()Andy Shevchenko1-12/+7
2024-03-26spi: pxa2xx: Keep PXA*_SSP types togetherAndy Shevchenko1-1/+1
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner6-39/+5
2024-03-25spi: spi_amd: Add support for SPI MEM frameworkRaju Rangoju1-0/+112
2024-03-25spi: rspi: Get rid of unused struct rspi_plat_dataAndy Shevchenko2-29/+1
2024-03-25spi: spi-mt65xx: Rename a variable in interrupt handlerFei Shao1-17/+15
2024-03-25spi: mt7621: allow GPIO chip select linesJustin Swartz1-50/+45
2024-03-25spi: pxa2xx: Use proper SSP header in soc/pxa/ssp.cAndy Shevchenko1-1/+1
2024-03-25spi: pxa2xx: Make num_chipselect 8-bit in the struct pxa2xx_spi_controllerAndy Shevchenko2-2/+2
2024-03-25spi: pxa2xx: Kill pxa2xx_set_spi_info()Andy Shevchenko3-27/+13
2024-03-25spi: xilinx: Make num_chipselect 8-bit in the struct xspi_platform_dataAndy Shevchenko1-4/+4
2024-03-25spi: xilinx: Add necessary inclusion and forward declarationAndy Shevchenko1-0/+4
2024-03-25spi: xilinx: Fix kernel documentation in the xilinx_spi.hAndy Shevchenko1-1/+1
2024-03-24Linux 6.9-rc1v6.9-rc1Linus Torvalds1-2/+2
2024-03-24efi: fix panic in kdump kernelOleksandr Tymoshenko1-0/+2
2024-03-24x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel1-1/+2
2024-03-24x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel1-0/+9
2024-03-24x86/boot/64: Move 5-level paging global variable assignments backTom Lendacky1-9/+7
2024-03-24x86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky1-1/+1
2024-03-24x86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck1-0/+1
2024-03-24x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari2-6/+13
2024-03-24Documentation/x86: Document that resctrl bandwidth control units are MiBTony Luck1-4/+4
2024-03-23x86/mpparse: Register APIC address only onceThomas Gleixner1-5/+5
2024-03-23x86/topology: Handle the !APIC case gracefullyThomas Gleixner1-0/+11
2024-03-23x86/topology: Don't evaluate logical IDs during early bootThomas Gleixner1-5/+7