index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
COPYING
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-15
spi: pxa2xx: Move number of CS pins validation out of condition
Andy Shevchenko
1
-8
/
+7
2024-04-15
spi: altera: Drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
2024-04-11
MAINTAINERS: adjust file entry in TEXAS INSTRUMENTS AUDIO (ASoC/HDA) DRIVERS
Lukas Bulwahn
1
-1
/
+1
2024-04-10
spi: dt-bindings: cdns,qspi-nor: make cdns,fifo-depth optional
Théo Lebrun
1
-1
/
+0
2024-04-10
spi: dt-bindings: cdns,qspi-nor: add mobileye,eyeq5-ospi compatible
Théo Lebrun
1
-0
/
+1
2024-04-10
spi: dt-bindings: cdns,qspi-nor: sort compatibles alphabetically
Théo Lebrun
1
-3
/
+3
2024-04-10
spi: cadence-xspi: use for_each_available_child_of_node_scoped()
Kousik Sanagavarapu
1
-7
/
+1
2024-04-08
spi: cadence-qspi: minimise register accesses on each op if !DTR
Théo Lebrun
1
-2
/
+5
2024-04-08
spi: cadence-qspi: store device data pointer in private struct
Théo Lebrun
1
-9
/
+6
2024-04-08
spi: cadence-qspi: allow building for MIPS
Théo Lebrun
1
-1
/
+1
2024-04-02
spi: pxa2xx: Call pxa_ssp_free() after getting the SSP type
Andy Shevchenko
1
-1
/
+3
2024-04-02
spi: docs: drop driver owner initialization
Krzysztof Kozlowski
1
-1
/
+0
2024-03-29
spi: spi.h: add missing kernel-doc for @last_cs_index_mask
Randy Dunlap
1
-0
/
+1
2024-03-28
spi: fsl: remove is_dma_mapped checks
David Lechner
3
-17
/
+9
2024-03-28
spi: au1550: t->{tx,rx}_dma checks
David Lechner
1
-19
/
+10
2024-03-28
spi: pxa2xx: Skip SSP initialization if it's done elsewhere
Andy Shevchenko
1
-0
/
+9
2024-03-28
spi: pxa2xx: Extract pxa2xx_spi_init_ssp() helper
Andy Shevchenko
1
-28
/
+38
2024-03-28
spi: pxa2xx: Drop ACPI_PTR() and of_match_ptr()
Andy Shevchenko
1
-6
/
+3
2024-03-28
spi: pxa2xx: Narrow the Kconfig option visibility
Andy Shevchenko
1
-1
/
+1
2024-03-28
spi: omap2-mcpsi: Enable MULTI-mode in more situations
Louis Chauvet
1
-1
/
+14
2024-03-28
spi: omap2-mcspi: Add support for MULTI-mode
Louis Chauvet
1
-6
/
+61
2024-03-28
spi: spi-omap2-mcspi.c: revert "Toggle CS after each word"
Louis Chauvet
2
-18
/
+0
2024-03-28
spi: fsl-dspi: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-03-28
spi: coldfire-qspi: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-03-28
spi: loopback-test: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-03-26
spi: pxa2xx: Switch to use dev_err_probe()
Andy Shevchenko
1
-12
/
+7
2024-03-26
spi: pxa2xx: Keep PXA*_SSP types together
Andy Shevchenko
1
-1
/
+1
2024-03-25
spi: remove struct spi_message::is_dma_mapped
David Lechner
6
-39
/
+5
2024-03-25
spi: spi_amd: Add support for SPI MEM framework
Raju Rangoju
1
-0
/
+112
2024-03-25
spi: rspi: Get rid of unused struct rspi_plat_data
Andy Shevchenko
2
-29
/
+1
2024-03-25
spi: spi-mt65xx: Rename a variable in interrupt handler
Fei Shao
1
-17
/
+15
2024-03-25
spi: mt7621: allow GPIO chip select lines
Justin Swartz
1
-50
/
+45
2024-03-25
spi: pxa2xx: Use proper SSP header in soc/pxa/ssp.c
Andy Shevchenko
1
-1
/
+1
2024-03-25
spi: pxa2xx: Make num_chipselect 8-bit in the struct pxa2xx_spi_controller
Andy Shevchenko
2
-2
/
+2
2024-03-25
spi: pxa2xx: Kill pxa2xx_set_spi_info()
Andy Shevchenko
3
-27
/
+13
2024-03-25
spi: xilinx: Make num_chipselect 8-bit in the struct xspi_platform_data
Andy Shevchenko
1
-4
/
+4
2024-03-25
spi: xilinx: Add necessary inclusion and forward declaration
Andy Shevchenko
1
-0
/
+4
2024-03-25
spi: xilinx: Fix kernel documentation in the xilinx_spi.h
Andy Shevchenko
1
-1
/
+1
2024-03-24
Linux 6.9-rc1
v6.9-rc1
Linus Torvalds
1
-2
/
+2
2024-03-24
efi: fix panic in kdump kernel
Oleksandr Tymoshenko
1
-0
/
+2
2024-03-24
x86/efistub: Don't clear BSS twice in mixed mode
Ard Biesheuvel
1
-1
/
+2
2024-03-24
x86/efistub: Call mixed mode boot services on the firmware's stack
Ard Biesheuvel
1
-0
/
+9
2024-03-24
x86/boot/64: Move 5-level paging global variable assignments back
Tom Lendacky
1
-9
/
+7
2024-03-24
x86/boot/64: Apply encryption mask to 5-level pagetable update
Tom Lendacky
1
-1
/
+1
2024-03-24
x86/cpu: Add model number for another Intel Arrow Lake mobile processor
Tony Luck
1
-0
/
+1
2024-03-24
x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD
Adamos Ttofari
2
-6
/
+13
2024-03-24
Documentation/x86: Document that resctrl bandwidth control units are MiB
Tony Luck
1
-4
/
+4
2024-03-23
x86/mpparse: Register APIC address only once
Thomas Gleixner
1
-5
/
+5
2024-03-23
x86/topology: Handle the !APIC case gracefully
Thomas Gleixner
1
-0
/
+11
2024-03-23
x86/topology: Don't evaluate logical IDs during early boot
Thomas Gleixner
1
-5
/
+7
[next]