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
/
drivers
/
spi
/
spi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-15
Merge tag 'spi-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-68
/
+58
2024-05-08
spi: Remove unneded check for orig_nents
Andy Shevchenko
1
-14
/
+8
2024-05-01
spi: fix null pointer dereference within spi_sync
Mans Rullgard
1
-0
/
+1
2024-05-01
spi: use spi_valid_{tx,rx}buf() in stats function
David Lechner
1
-7
/
+5
2024-04-17
Add bridged amplifiers to cs42l43
Mark Brown
1
-3
/
+9
2024-04-16
spi: More refacroings after multi-CS support
Mark Brown
1
-30
/
+33
2024-04-16
spi: Update swnode based SPI devices to use the fwnode name
Charles Keepax
1
-0
/
+5
2024-04-16
spi: Switch to using is_acpi_device_node() in spi_dev_set_name()
Charles Keepax
1
-3
/
+4
2024-04-16
spi: Consistently use BIT for cs_index_mask (part 2)
Andy Shevchenko
1
-7
/
+3
2024-04-16
spi: Introduce spi_for_each_valid_cs() in order of deduplication
Andy Shevchenko
1
-7
/
+9
2024-04-16
spi: Extract spi_toggle_csgpiod() helper for better maintanance
Andy Shevchenko
1
-24
/
+25
2024-03-25
spi: remove struct spi_message::is_dma_mapped
David Lechner
1
-7
/
+0
2024-03-12
spi: Restore delays for non-GPIO chip select
Janne Grunau
1
-10
/
+14
2024-03-07
spi: Introduce SPI_INVALID_CS and is_valid_cs()
Andy Shevchenko
1
-16
/
+23
2024-03-07
spi: Consistently use BIT for cs_index_mask
Andy Shevchenko
1
-24
/
+11
2024-03-06
spi: Exctract spi_dev_check_cs() helper
Andy Shevchenko
1
-20
/
+27
2024-03-06
spi: Exctract spi_set_all_cs_unused() helper
Andy Shevchenko
1
-50
/
+24
2024-02-26
spi: move splitting transfers to spi_optimize_message()
David Lechner
1
-42
/
+68
2024-02-26
spi: add spi_optimize_message() APIs
David Lechner
1
-4
/
+147
2024-02-08
spi: get rid of some legacy macros
Mark Brown
1
-1
/
+5
2024-02-08
spi: Drop compat layer from renaming "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-07
spi: drop gpf arg from __spi_split_transfer_maxsize()
David Lechner
1
-14
/
+8
2024-02-05
spi: move split xfers for CS_WORD emulation
David Lechner
1
-32
/
+31
2024-01-26
spi: avoid double validation in __spi_sync()
David Lechner
1
-52
/
+6
2024-01-26
spi: fix finalize message on error return
David Lechner
1
-0
/
+4
2024-01-24
spi: consolidate setting message->spi
David Lechner
1
-7
/
+2
2024-01-22
spi: make spi_bus_type const
Greg Kroah-Hartman
1
-1
/
+1
2023-12-07
spi: Add support for stacked/parallel memories
Mark Brown
1
-42
/
+217
2023-12-07
spi: Add multi-cs memories support in SPI core
Amit Kumar Mahapatra
1
-42
/
+217
2023-11-30
spi: introduce SPI_TRANS_FAIL_IO for error reporting
Nam Cao
1
-0
/
+3
2023-11-10
spi: Fix null dereference on suspend
Mark Hasemeyer
1
-17
/
+39
2023-10-16
spi: Export acpi_spi_find_controller_by_adev()
Hans de Goede
1
-3
/
+2
2023-09-18
spi: Drop warning from spi_stop_queue()
Uwe Kleine-König
1
-4
/
+0
2023-07-14
spi: Use BITS_TO_BYTES()
Andy Shevchenko
1
-3
/
+1
2023-07-14
spi: Kill spi_add_device_locked()
Andy Shevchenko
1
-10
/
+5
2023-07-14
spi: Remove code duplication in spi_add_device*()
Andy Shevchenko
1
-22
/
+10
2023-07-11
spi: Fix spelling typos and acronyms capitalization
Andy Shevchenko
1
-26
/
+28
2023-07-11
spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
Andy Shevchenko
1
-2
/
+2
2023-07-10
spi: Sort headers alphabetically
Andy Shevchenko
1
-21
/
+21
2023-07-10
spi: Use sysfs_emit() to instead of s*printf()
Andy Shevchenko
1
-4
/
+3
2023-07-10
spi: Replace if-else-if by bitops and multiplications
Andy Shevchenko
1
-7
/
+1
2023-07-10
spi: Drop duplicate IDR allocation code in spi_register_controller()
Andy Shevchenko
1
-27
/
+23
2023-07-10
spi: Remove unneeded OF node NULL checks
Andy Shevchenko
1
-4
/
+1
2023-04-27
Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+0
2023-04-27
Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-26
/
+76
2023-04-14
Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+5
2023-04-11
treewide: Fix probing of devices in DT overlays
Geert Uytterhoeven
1
-0
/
+5
2023-04-05
of: Rename of_modalias_node()
Miquel Raynal
1
-2
/
+2
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
1
-2
/
+0
[next]