index
:
~andi/linux
ccs-mode
drm-tip
vm-mmap
Andi's kernel stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-07
spi: spi-fsl-lpspi: Fix scldiv calculation
Stefan Wahren
1
-2
/
+4
2024-07-30
spi: spidev: Add missing spi_device_id for bh2228fv
Geert Uytterhoeven
1
-0
/
+1
2024-07-30
spi: hisi-kunpeng: Add verification for the max_frequency provided by the fir...
Devyn Liu
1
-0
/
+3
2024-07-30
spi: hisi-kunpeng: Add validation for the minimum value of speed_hz
Devyn Liu
1
-0
/
+1
2024-07-27
Merge tag 'spi-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-80
/
+111
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-07-19
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+0
2024-07-18
spi: spidev: add correct compatible for Rohm BH2228FV
Conor Dooley
1
-0
/
+1
2024-07-15
Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
34
-530
/
+911
2024-07-15
spi: microchip-core: add support for word sizes of 1 to 32 bits
Steve Wilkins
1
-22
/
+31
2024-07-15
spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer
Steve Wilkins
1
-0
/
+4
2024-07-15
spi: microchip-core: fix init function not setting the master and motorola modes
Steve Wilkins
1
-8
/
+9
2024-07-15
spi: microchip-core: only disable SPI controller when register value change r...
Steve Wilkins
1
-38
/
+41
2024-07-15
spi: microchip-core: defer asserting chip select until just before write to T...
Steve Wilkins
1
-2
/
+17
2024-07-15
spi: microchip-core: fix the issues in the isr
Naga Sureshkumar Relli
1
-10
/
+8
2024-07-09
spi: mux: set ctlr->bits_per_word_mask
David Lechner
1
-0
/
+1
2024-07-09
spi: add defer_optimize_message controller flag
David Lechner
2
-1
/
+18
2024-07-09
spi: don't unoptimize message in spi_async()
David Lechner
1
-2
/
+0
2024-07-08
spi: add ch341a usb2spi driver
Johannes Thumshirn
3
-0
/
+248
2024-07-08
spi: spi: Remove unnecessary ‘0’ values from status
Li zeming
1
-1
/
+1
2024-07-08
spi: spi: Remove unnecessary ‘0’ values from rc
Li zeming
1
-1
/
+1
2024-07-05
spi: xcomm: fix coding style
Nuno Sa
1
-14
/
+14
2024-07-05
spi: xcomm: remove i2c_set_clientdata()
Nuno Sa
1
-1
/
+0
2024-07-05
spi: xcomm: make use of devm_spi_alloc_host()
Nuno Sa
1
-2
/
+2
2024-07-05
spi: xcomm: add gpiochip support
Michael Hennerich
1
-1
/
+41
2024-07-04
spi: omap2-mcspi: Revert multi mode support
Mark Brown
1
-14
/
+1
2024-07-04
Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-0
/
+28
2024-07-03
parport: Remove parport_driver.devmodel
Dr. David Alan Gilbert
2
-2
/
+0
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-1
/
+1
2024-07-01
spi: fsl-dspi: use common proptery 'spi-cs-setup(hold)-delay-ns'
Frank Li
1
-5
/
+14
2024-07-01
spi: davinci: Unset POWERDOWN bit when releasing resources
Bastien Curutchet
1
-0
/
+6
2024-06-27
spi: axi-spi-engine: remove platform_set_drvdata()
David Lechner
1
-7
/
+1
2024-06-25
spi: spi-fsl-lpspi: Pass pm_ptr()
Fabio Estevam
1
-1
/
+1
2024-06-25
spi: spi-imx: Pass pm_ptr()
Fabio Estevam
1
-1
/
+1
2024-06-25
spi: add devm_spi_optimize_message() helper
Mark Brown
1
-0
/
+1
2024-06-25
spi: spi-fsl-lpspi: Switch to SYSTEM_SLEEP_PM_OPS()
Fabio Estevam
1
-3
/
+3
2024-06-25
spi: spi-imx: Switch to RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS()
Fabio Estevam
1
-7
/
+6
2024-06-24
spi: add EXPORT_SYMBOL_GPL(devm_spi_optimize_message)
David Lechner
1
-0
/
+1
2024-06-24
spi: axi-spi-engine: fix sleep calculation
David Lechner
1
-8
/
+18
2024-06-24
spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices
Uwe Kleine-König
1
-1
/
+1
2024-06-23
spi: add devm_spi_optimize_message() helper
Mark Brown
1
-0
/
+27
2024-06-22
spi: add devm_spi_optimize_message() helper
David Lechner
1
-0
/
+27
2024-06-21
spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices
Uwe Kleine-König
1
-1
/
+1
2024-06-20
spi: cs42l43: Add speaker id support to the bridge configuration
Simon Trimmer
1
-21
/
+52
2024-06-20
spi: cs42l43: Refactor accessing the SDCA extension properties
Charles Keepax
1
-0
/
+1
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
[next]