index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-sun6i.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: spi-sun6i: Fix chipselect/clock bug
Mirko Vogt
2021-06-23
1
-1
/
+5
*
spi: spi-sun6i: enable autosuspend feature
Alexander Kochetkov
2020-10-27
1
-1
/
+4
*
spi: spi-sun6i: implement DMA-based transfer mode
Alexander Kochetkov
2020-10-26
1
-18
/
+176
*
spi: spi-sun6i: sun6i_spi_transfer_one(): enable RF_RDY interrupt only if needed
Marc Kleine-Budde
2020-07-07
1
-4
/
+8
*
spi: spi-sun6i: sun6i_spi_transfer_one(): collate write to Interrupt Control ...
Marc Kleine-Budde
2020-07-07
1
-12
/
+5
*
spi: spi-sun6i: sun6i_spi_fill_fifo(): remove not needed length argument
Marc Kleine-Budde
2020-07-07
1
-4
/
+5
*
spi: spi-sun6i: sun6i_spi_drain_fifo(): remove not needed length argument
Marc Kleine-Budde
2020-07-07
1
-8
/
+5
*
spi: spi-sun6i: sun6i_spi_drain_fifo(): introduce sun6i_spi_get_rx_fifo_count...
Marc Kleine-Budde
2020-07-07
1
-6
/
+10
*
spi: spi-sun6i: sun6i_spi_get_tx_fifo_count: Convert manual shift+mask to FIE...
Marc Kleine-Budde
2020-07-07
1
-5
/
+3
*
spi: spi-sun6i: sun6i_spi_transfer_one(): remove not needed masking of transf...
Marc Kleine-Budde
2020-07-07
1
-7
/
+3
*
spi: spi-sun6i: sun6i_spi_transfer_one(): remove useless goto
Marc Kleine-Budde
2020-07-07
1
-2
/
+0
*
spi: spi-sun6i: sun6i_spi_transfer_one(): report effectivly used speed_hz of ...
Marc Kleine-Budde
2020-07-07
1
-0
/
+2
*
spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rate
Marc Kleine-Budde
2020-07-06
1
-8
/
+6
*
spi: sun6i: Add support for GPIO chip select lines
Alistair Francis
2020-05-11
1
-0
/
+1
*
spi: sun6i: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-09-04
1
-3
/
+1
*
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-02
1
-1
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
spi: sun6i: disable/unprepare clocks on remove
Tobias Jordan
2017-12-07
1
-1
/
+1
*
spi: sun6i: explicitly request exclusive reset control
Philipp Zabel
2017-07-19
1
-1
/
+1
*
spi: sun6i: update max transfer size reported
Icenowy Zheng
2017-03-20
1
-3
/
+1
*
spi: sun6i: Allow transfers larger than FIFO size
Icenowy Zheng
2017-03-07
1
-9
/
+81
*
spi: sun6i: Support Allwinner H3 SPI controller
Milo Kim
2016-11-02
1
-5
/
+13
*
-
.
Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/to...
Mark Brown
2016-07-24
1
-0
/
+7
|
\
\
|
|
*
spi: sunxi: set maximum and minimum speed of SPI master
Michal Suchanek
2016-06-27
1
-0
/
+2
|
|
*
spi: sunxi: expose maximum transfer size limit
Michal Suchanek
2016-06-14
1
-0
/
+5
|
|
/
*
/
spi: sunxi: fix transfer timeout
Michal Suchanek
2016-06-14
1
-1
/
+9
|
/
*
spi: sun4i: allow transfers to set transmission speed
Marcus Weseloh
2015-11-18
1
-4
/
+4
*
spi: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
spi: Remove unneeded include of linux/workqueue.h
Axel Lin
2014-04-14
1
-1
/
+0
*
spi: sun6i: Set bits_per_word_mask to only support 8 bits word length
Axel Lin
2014-03-04
1
-0
/
+1
*
spi: sun6i: Fix define for SUN6I_TFR_CTL_CS_MASK
Axel Lin
2014-02-16
1
-2
/
+2
*
spi: sunxi: Add Allwinner A31 SPI controller driver
Maxime Ripard
2014-02-05
1
-0
/
+483