index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-17
spi: spi-meson-spifc: Fix misdocumenting of 'dev' in 'struct meson_spifc'
Lee Jones
1
-1
/
+1
2020-07-17
spi: spi-ep93xx: Fix API slippage
Lee Jones
1
-1
/
+1
2020-07-17
spi: spi-davinci: Fix a few kerneldoc misspellings and API slippages
Lee Jones
1
-3
/
+4
2020-07-17
spi: spi-bitbang: Demote obvious misuse of kerneldoc to standard comment blocks
Lee Jones
1
-3
/
+3
2020-07-17
spi: spi-loopback-test: Fix formatting issues in function header blocks
Lee Jones
1
-8
/
+8
2020-07-17
spi: coldfire-qspi: Use clk_prepare_enable and clk_disable_unprepare
Qing Zhang
1
-2
/
+2
2020-07-17
spi: Fix SPI NOR and SPI NAND acronyms
Tudor Ambarus
3
-7
/
+7
2020-07-17
spi: atmel-quadspi: Use optimezed memcpy_fromio()/memcpy_toio()
Tudor Ambarus
2
-5
/
+5
2020-07-17
spi: Only defer to thread for cleanup when needed
Mark Brown
1
-7
/
+19
2020-07-17
spi: fix duplicated word in <linux/spi/spi.h>
Randy Dunlap
1
-2
/
+2
2020-07-17
spi: bcm2835aux: support effective_speed_hz
Martin Sperl
1
-3
/
+3
2020-07-17
spi: bcm2835: support effective_speed_hz
Martin Sperl
1
-3
/
+3
2020-07-15
spi: omap-uwire: Use clk_prepare_enable and clk_disable_unprepare
Qing Zhang
1
-2
/
+2
2020-07-14
spi: omap-100k: Drop include
Linus Walleij
1
-1
/
+0
2020-07-14
spi: spi-mtk-nor: reject DTR ops
Pratyush Yadav
1
-0
/
+6
2020-07-14
spi: atmel-quadspi: reject DTR ops
Pratyush Yadav
1
-0
/
+6
2020-07-14
spi: spi-mem: allow specifying a command's extension
Pratyush Yadav
5
-15
/
+22
2020-07-14
spi: spi-mem: allow specifying whether an op is DTR or not
Pratyush Yadav
2
-0
/
+11
2020-07-13
spi: imx/fsl-lpspi: Convert to GPIO descriptors
Linus Walleij
14
-244
/
+88
2020-07-10
dt-bindings: spi: Convert imx lpspi to json-schema
Anson Huang
2
-29
/
+60
2020-07-10
dt-bindings: spi: Convert imx cspi to json-schema
Anson Huang
2
-56
/
+97
2020-07-10
dt-bindings: spi: Convert mxs spi to json-schema
Anson Huang
2
-26
/
+56
2020-07-09
SPI SUBSYSTEM: Replace HTTP links with HTTPS ones
Alexander A. Klimov
5
-6
/
+6
2020-07-09
spi: atmel: remove redundant label out_free
Colin Ian King
1
-1
/
+0
2020-07-09
spi: use kthread_create_worker() helper
Marek Szyprowski
2
-18
/
+14
2020-07-07
spi: atmel: No need to call spi_master_put() if spi_alloc_master() failed
Peng Fan
1
-2
/
+1
2020-07-07
spi: spi-geni-qcom: Set an autosuspend delay of 250 ms
Douglas Anderson
1
-0
/
+2
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-07-02
spi: lantiq-ssc: Convert to use GPIO descriptors
Linus Walleij
1
-2
/
+2
2020-07-02
spi: img-spfi: Convert to use GPIO descriptors
Linus Walleij
1
-55
/
+1
2020-07-02
spi: npcm-pspi: Convert to use GPIO descriptors
Linus Walleij
1
-27
/
+1
2020-07-02
spi: Avoid setting the chip select if we don't need to
Douglas Anderson
2
-0
/
+15
2020-07-02
spi: fsl: add missing __iomem annotation
Luc Van Oostenryck
1
-9
/
+9
2020-07-01
memory: add Renesas RPC-IF driver
Sergei Shtylyov
4
-0
/
+700