index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-20
spi: Merge up fixes
Mark Brown
4
-28
/
+20
2024-06-19
spi: spi-imx: imx51: revert burst length calculation back to bits_per_word
Marc Kleine-Budde
1
-12
/
+2
2024-06-19
spi: spi-cadence: Enable spi refclk in slave mode
Amit Kumar Mahapatra
1
-7
/
+7
2024-06-18
spi: Fix SPI slave probe failure
Amit Kumar Mahapatra
1
-4
/
+6
2024-06-18
spi: cs42l43: Refactor accessing the SDCA extension properties
Charles Keepax
1
-16
/
+9
2024-06-18
spi: Fix OCTAL mode support
Patrice Chotard
1
-2
/
+4
2024-06-18
spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4
Patrice Chotard
1
-1
/
+1
2024-06-18
spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()
Patrice Chotard
1
-6
/
+4
2024-06-12
spi: meson-spicc: add spicc loopback mode
Xianwei Zhao
1
-2
/
+4
2024-06-11
spi: Rework DMA mapped flag
Mark Brown
8
-65
/
+52
2024-06-10
spi: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
6
-0
/
+6
2024-06-10
spi: meson-spicc: set SPI clock flag CLK_SET_RATE_PARENT
Xianwei Zhao
1
-6
/
+10
2024-06-10
spi: Rework per message DMA mapped flag to be per transfer
Andy Shevchenko
2
-47
/
+28
2024-06-10
spi: qup: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-5
/
+4
2024-06-10
spi: pci1xxxx: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-2
/
+3
2024-06-10
spi: pxa2xx: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-4
/
+2
2024-06-10
spi: omap2-mcspi: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-4
/
+4
2024-06-10
spi: ingenic: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-2
/
+2
2024-06-10
spi: dw: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-2
/
+2
2024-06-10
spi: Introduce internal spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-0
/
+8
2024-06-07
spi: cs42l43: Drop cs35l56 SPI speed down to 11MHz
Charles Keepax
1
-2
/
+2
2024-06-05
regmap: spi: Fix potential off-by-one when calculating reserved size
Andy Shevchenko
1
-2
/
+1
2024-06-04
spi: cs42l43: Correct SPI root clock speed
Charles Keepax
1
-1
/
+1
2024-06-03
spi: pxa2xx: Convert PCI driver to use spi-pxa2xx code directly
Andy Shevchenko
1
-26
/
+13
2024-06-03
spi: pxa2xx: Move platform driver to a separate file
Andy Shevchenko
4
-208
/
+230
2024-06-03
spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacks
Andy Shevchenko
1
-19
/
+33
2024-06-03
spi: pxa2xx: Remove superflous check for Intel Atom SoCs
Andy Shevchenko
1
-15
/
+11
2024-06-03
spi: pxa2xx: Remove duplicate check
Andy Shevchenko
1
-3
/
+0
2024-06-03
spi: pxa2xx: Print DMA burst size only when DMA is enabled
Andy Shevchenko
1
-1
/
+2
2024-06-03
spi: pxa2xx: Utilise temporary variable for struct device
Andy Shevchenko
1
-10
/
+11
2024-06-03
spi: pxa2xx: Remove hard coded number of chip select pins
Andy Shevchenko
1
-4
/
+0
2024-06-03
spi: pxa2xx: Remove no more needed driver data
Andy Shevchenko
1
-6
/
+6
2024-06-03
spi: pxa2xx: Reorganize the SSP type retrieval
Andy Shevchenko
1
-14
/
+11
2024-06-03
spi: pxa2xx: Wrap pxa_ssp_request() to be device managed resource
Andy Shevchenko
1
-18
/
+32
2024-06-03
spi: Merge up fixes
Mark Brown
110
-559
/
+942
2024-06-02
Merge tag 'ata-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
2
-2
/
+8
2024-06-02
Merge tag 'hardening-v6.10-rc2-take2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-10
/
+6
2024-06-01
Merge tag 'firewire-fixes-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+2
2024-05-31
Merge tag 'drm-fixes-2024-06-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
38
-111
/
+183
2024-05-31
Merge tag 'hwmon-for-v6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-3
/
+13
2024-05-31
Merge tag 'mailbox-fixes-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2024-05-31
Merge tag 'spi-fix-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-13
/
+54
2024-05-31
Merge tag 'regulator-fix-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-10
/
+12
2024-05-31
Merge tag 'regmap-fix-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2024-05-31
Merge tag 'block-6.10-20240530' of git://git.kernel.dk/linux
Linus Torvalds
17
-134
/
+203
2024-05-31
Merge tag 'platform-drivers-x86-v6.10-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-4
/
+116
2024-05-31
mailbox: zynqmp-ipi: drop irq_to_desc() call
Arnd Bergmann
1
-1
/
+0
2024-05-31
scsi: mpt3sas: Avoid possible run-time warning with long manufacturer strings
Kees Cook
2
-10
/
+6
2024-05-31
ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340
Niklas Cassel
1
-0
/
+3
2024-05-31
ata: libata-core: Add ATA_HORKAGE_NOLPM for AMD Radeon S3 SSD
Niklas Cassel
1
-0
/
+3
[next]