index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-27
Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2022-10-10
spi: spi-mem: Fix typo (of -> or)
Jonathan Neuschäfer
1
-1
/
+1
2022-10-05
Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-0
/
+6
2022-09-28
spi: Save current RX and TX DMA devices
Vincent Whitchurch
1
-0
/
+4
2022-09-08
spi: Group cs_change and cs_off flags together in struct spi_transfer
Andy Shevchenko
1
-2
/
+2
2022-09-07
spi: Add capability to perform some transfer with chipselect off
Christophe Leroy
1
-0
/
+2
2022-09-02
spi: mux: Fix mux interaction with fast path optimisations
Mark Brown
1
-0
/
+2
2022-06-30
spi: spi.c: Fix comment style
David Jander
1
-41
/
+41
2022-06-27
spi: opportunistically skip ctlr->cur_msg_completion
David Jander
1
-0
/
+8
2022-06-27
spi: Ensure the io_mutex is held until spi_finalize_current_message()
David Jander
1
-4
/
+2
2022-06-27
spi: Remove the now unused ctlr->idling flag
David Jander
1
-2
/
+0
2022-06-27
spi: Don't use the message queue if possible in spi_sync
David Jander
1
-1
/
+10
2022-06-27
spi: Move ctlr->cur_msg_prepared to struct spi_message
David Jander
1
-3
/
+4
2022-06-10
spi: Fix per-cpu stats access on 32 bit systems
David Jander
1
-2
/
+8
2022-06-08
spi: <linux/spi/spi.h>: Add missing documentation for struct members
David Jander
1
-3
/
+4
2022-06-06
spi: spi.c: Convert statistics to per-cpu u64_stats_t
David Jander
1
-23
/
+29
2022-06-06
spi: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2022-05-12
spi: Doc fix - Describe add_lock and dma_map_dev in spi_controller
Siddh Raman Pant
1
-0
/
+2
2022-04-22
spi: Use helper for safer setting of driver_override
Krzysztof Kozlowski
1
-0
/
+2
2022-03-25
Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-11
/
+18
2022-02-28
spi: use specific last_cs instead of last_cs_enable
Yun Zhou
1
-2
/
+3
2022-02-14
spi: Retire legacy GPIO handling
Linus Walleij
1
-12
/
+2
2022-02-10
spi: spi-mem: Add an ecc parameter to the spi_mem_op structure
Miquel Raynal
1
-0
/
+4
2022-02-10
spi: spi-mem: Kill the spi_mem_dtr_supports_op() helper
Miquel Raynal
1
-11
/
+0
2022-02-10
spi: spi-mem: Introduce a capability structure
Miquel Raynal
2
-0
/
+14
2022-02-09
spi: make remove callback a void function
Mark Brown
1
-1
/
+1
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-1
/
+1
2022-02-01
spi: Enhance and export helpers for ACPI resources
Mark Brown
1
-0
/
+20
2022-02-01
spi: Add API to count spi acpi resources
Stefan Binding
1
-0
/
+1
2022-02-01
spi: Support selection of the index of the ACPI Spi Resource before alloc
Stefan Binding
1
-1
/
+2
2022-02-01
spi: Create helper API to lookup ACPI info for spi device
Stefan Binding
1
-0
/
+6
2022-02-01
spi: Make spi_alloc_device and spi_add_device public again
Stefan Binding
1
-0
/
+12
2022-01-31
spi: pxa2xx_spi: Convert to use GPIO descriptors
Linus Walleij
1
-1
/
+0
2022-01-24
spi: s3c24xx: Convert to GPIO descriptors
Linus Walleij
1
-5
/
+0
2022-01-07
spi: don't include ptp_clock_kernel.h in spi.h
Jakub Kicinski
1
-1
/
+1
2021-11-29
spi: pxa2xx: Get rid of unused enable_loopback member
Andy Shevchenko
1
-1
/
+0
2021-11-29
spi: pxa2xx: Get rid of unused ->cs_control()
Andy Shevchenko
1
-4
/
+0
2021-11-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-15
/
+0
2021-11-08
Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2021-10-14
Merge branch 'spi-5.15' into spi-5.16
Mark Brown
1
-0
/
+3
2021-10-14
spi: Fix deadlock when adding SPI controllers on SPI buses
Mark Brown
1
-0
/
+3
2021-10-13
gpio: max730x: Make __max730x_remove() return void
Uwe Kleine-König
1
-1
/
+1
2021-10-07
spi: Make several public functions private to spi.c
Uwe Kleine-König
1
-53
/
+0
2021-10-07
spi: Remove unused function spi_busnum_to_master()
Uwe Kleine-König
1
-2
/
+0
2021-09-10
Input: ads7846 - remove custom filter handling functions from pdata
Daniel Mack
1
-15
/
+0
2021-09-07
Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2021-08-23
gpio: max730x: Use the right include
Linus Walleij
1
-1
/
+1
2021-08-05
spi: modify set_cs_timing parameter
Mason Zhang
1
-2
/
+1
2021-08-05
spi: move cs spi_delay to spi_device
Mason Zhang
1
-11
/
+9
[next]