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
2019-11-22
Merge branch 'spi-5.5' into spi-next
Mark Brown
1
-30
/
+283
2019-11-12
spi: Fix regression to return zero on success instead of positive value
Tony Lindgren
1
-0
/
+9
2019-10-31
spi: add power control when set_cs
Luhua Xu
1
-1
/
+14
2019-10-25
spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CS
Gregory CLEMENT
1
-1
/
+2
2019-10-23
spi: Fix spelling in the comments
Andy Shevchenko
1
-2
/
+2
2019-10-18
Merge tag 'v5.4-rc3' into spi-5.4
Mark Brown
1
-23
/
+5
2019-10-18
spi: Fix SPI_CS_HIGH setting when using native and GPIO CS
Gregory CLEMENT
1
-9
/
+9
2019-10-15
spi: spi-fsl-espi: convert transfer delay to `spi_delay` format
Alexandru Ardelean
1
-4
/
+5
2019-10-15
spi: implement SW control for CS times
Alexandru Ardelean
1
-1
/
+44
2019-10-15
spi: tegra114: change format for `spi_set_cs_timing()` function
Alexandru Ardelean
1
-6
/
+10
2019-10-15
spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()
Alexandru Ardelean
1
-3
/
+3
2019-10-15
spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device
Alexandru Ardelean
1
-2
/
+22
2019-10-15
spi: make `cs_change_delay` the first user of the `spi_delay` logic
Alexandru Ardelean
1
-21
/
+7
2019-10-15
spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
Alexandru Ardelean
1
-0
/
+51
2019-10-15
spi: move `cs_change_delay` backwards compat logic outside switch
Alexandru Ardelean
1
-6
/
+5
2019-10-07
spi: Add a PTP system timestamp to the transfer structure
Vladimir Oltean
1
-0
/
+127
2019-09-18
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-23
/
+5
2019-09-11
spi: Guarantee cacheline alignment of driver-private data
Lukas Wunner
1
-4
/
+7
2019-09-05
spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messages
Vladimir Oltean
1
-11
/
+12
2019-08-08
spi: Rename of_spi_register_master() function
Linus Walleij
1
-3
/
+3
2019-08-02
spi: Reduce kthread priority
Peter Zijlstra
1
-1
/
+1
2019-08-01
spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attribute
Geert Uytterhoeven
1
-6
/
+5
2019-07-30
drivers: Introduce device lookup variants by ACPI_COMPANION device
Suzuki K Poulose
1
-7
/
+1
2019-07-30
drivers: Introduce device lookup variants by of_node
Suzuki K Poulose
1
-16
/
+4
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2019-07-04
Merge remote-tracking branch 'spi/topic/pump-rt' into spi-next
Mark Brown
1
-6
/
+30
2019-06-24
spi/acpi: avoid spurious matches during slave enumeration
Ard Biesheuvel
1
-3
/
+1
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
1
-2
/
+2
2019-06-20
spi: fix ctrl->num_chipselect constraint
Tudor Ambarus
1
-5
/
+7
2019-06-19
spi/acpi: fix incorrect ACPI parent check
Ard Biesheuvel
1
-1
/
+1
2019-06-18
spi: don't open code list_for_each_entry_safe_reverse()
Vladimir Zapolskiy
1
-5
/
+2
2019-06-17
spi: No need to assign dummy value in spi_unregister_controller()
Andy Shevchenko
1
-2
/
+1
2019-06-13
spi/acpi: enumerate all SPI slaves in the namespace
Ard Biesheuvel
1
-31
/
+72
2019-06-10
spi: Use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2019-05-23
Merge branch 'spi-5.2' into spi-5.3
Mark Brown
1
-3
/
+8
2019-05-23
spi: Allow SPI devices to request the pumping thread be realtime
Douglas Anderson
1
-6
/
+30
2019-05-23
spi: abort spi_sync if failed to prepare_transfer_hardware
Super Liu
1
-1
/
+6
2019-05-13
spi: core: allow reporting the effectivly used speed_hz for a transfer
Martin Sperl
1
-0
/
+1
2019-05-09
spi: Fix Raspberry Pi breakage
Mark Brown
1
-2
/
+2
2019-05-08
spi: core: allow defining time that cs is deasserted as a multiple of SCK
Martin Sperl
1
-0
/
+8
2019-05-08
spi: core: allow defining time that cs is deasserted
Martin Sperl
1
-10
/
+49
2019-05-02
spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select
Serge Semin
1
-0
/
+5
2019-05-02
spi: Release spi_res after finalizing message
Noralf Trønnes
1
-2
/
+2
2019-05-02
spi: Remove warning in spi_split_transfers_maxsize()
Noralf Trønnes
1
-5
/
+0
2019-05-02
spi: Remove one needless transfer speed fall back case
Jarkko Nikula
1
-2
/
+0
2019-04-08
spi: add a method for configuring CS timing
Sowjanya Komatineni
1
-0
/
+15
2019-04-08
spi: kill useless initializer in spi_register_controller()
Sergei Shtylyov
1
-1
/
+1
2019-04-05
spi: Don't call spi_get_gpio_descs() before device name is set
Andrey Smirnov
1
-18
/
+19
2019-04-05
Merge branch 'spi-5.1' into spi-5.2
Mark Brown
1
-0
/
+2
2019-04-04
spi: Add missing error handling for CS GPIOs
Geert Uytterhoeven
1
-0
/
+2
[next]