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-sun6i.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-08
Merge tag 'spi-fix-v6.6-merge-window' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+29
2023-09-04
spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain
Tobias Schramm
1
-1
/
+28
2023-09-04
spi: sun6i: reduce DMA RX transfer width to single byte
Tobias Schramm
1
-1
/
+1
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-07-10
spi: sun6i: add dual and quad SPI modes support for R329/D1/R528/T113s
Maksim Kiselev
1
-0
/
+1
2023-07-10
spi: sun6i: add quirk for dual and quad SPI modes support
Maksim Kiselev
1
-4
/
+25
2023-06-23
spi: sun6i: Use the new helper to derive the xfer timeout value
Miquel Raynal
1
-1
/
+1
2023-05-12
spi: sun6i: add support for R329/D1/R528/T113s SPI controllers
Maksim Kiselev
1
-0
/
+8
2023-05-12
spi: sun6i: add quirk for in-controller clock divider
Maksim Kiselev
1
-30
/
+61
2023-05-12
spi: sun6i: change OF match data to a struct
Icenowy Zheng
1
-10
/
+22
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
1
-1
/
+1
2023-03-07
spi: sun6i: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2021-06-23
spi: spi-sun6i: Fix chipselect/clock bug
Mirko Vogt
1
-1
/
+5
2020-10-27
spi: spi-sun6i: enable autosuspend feature
Alexander Kochetkov
1
-1
/
+4
2020-10-27
spi: spi-sun6i: implement DMA-based transfer mode
Alexander Kochetkov
1
-18
/
+176
2020-07-07
spi: spi-sun6i: sun6i_spi_transfer_one(): enable RF_RDY interrupt only if needed
Marc Kleine-Budde
1
-4
/
+8
2020-07-07
spi: spi-sun6i: sun6i_spi_transfer_one(): collate write to Interrupt Control ...
Marc Kleine-Budde
1
-12
/
+5
2020-07-07
spi: spi-sun6i: sun6i_spi_fill_fifo(): remove not needed length argument
Marc Kleine-Budde
1
-4
/
+5
2020-07-07
spi: spi-sun6i: sun6i_spi_drain_fifo(): remove not needed length argument
Marc Kleine-Budde
1
-8
/
+5
2020-07-07
spi: spi-sun6i: sun6i_spi_drain_fifo(): introduce sun6i_spi_get_rx_fifo_count...
Marc Kleine-Budde
1
-6
/
+10
2020-07-07
spi: spi-sun6i: sun6i_spi_get_tx_fifo_count: Convert manual shift+mask to FIE...
Marc Kleine-Budde
1
-5
/
+3
2020-07-07
spi: spi-sun6i: sun6i_spi_transfer_one(): remove not needed masking of transf...
Marc Kleine-Budde
1
-7
/
+3
2020-07-07
spi: spi-sun6i: sun6i_spi_transfer_one(): remove useless goto
Marc Kleine-Budde
1
-2
/
+0
2020-07-07
spi: spi-sun6i: sun6i_spi_transfer_one(): report effectivly used speed_hz of ...
Marc Kleine-Budde
1
-0
/
+2
2020-07-06
spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rate
Marc Kleine-Budde
1
-8
/
+6
2020-05-11
spi: sun6i: Add support for GPIO chip select lines
Alistair Francis
1
-0
/
+1
2019-09-04
spi: sun6i: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-02
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-1
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2017-12-07
spi: sun6i: disable/unprepare clocks on remove
Tobias Jordan
1
-1
/
+1
2017-07-19
spi: sun6i: explicitly request exclusive reset control
Philipp Zabel
1
-1
/
+1
2017-03-20
spi: sun6i: update max transfer size reported
Icenowy Zheng
1
-3
/
+1
2017-03-07
spi: sun6i: Allow transfers larger than FIFO size
Icenowy Zheng
1
-9
/
+81
2016-11-02
spi: sun6i: Support Allwinner H3 SPI controller
Milo Kim
1
-5
/
+13
2016-07-25
Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/to...
Mark Brown
1
-0
/
+7
2016-06-27
spi: sunxi: set maximum and minimum speed of SPI master
Michal Suchanek
1
-0
/
+2
2016-06-14
spi: sunxi: fix transfer timeout
Michal Suchanek
1
-1
/
+9
2016-06-14
spi: sunxi: expose maximum transfer size limit
Michal Suchanek
1
-0
/
+5
2015-11-18
spi: sun4i: allow transfers to set transmission speed
Marcus Weseloh
1
-4
/
+4
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-04-14
spi: Remove unneeded include of linux/workqueue.h
Axel Lin
1
-1
/
+0
2014-03-04
spi: sun6i: Set bits_per_word_mask to only support 8 bits word length
Axel Lin
1
-0
/
+1
2014-02-16
spi: sun6i: Fix define for SUN6I_TFR_CTL_CS_MASK
Axel Lin
1
-2
/
+2
2014-02-05
spi: sunxi: Add Allwinner A31 SPI controller driver
Maxime Ripard
1
-0
/
+483