index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-09
spi: spi-imx: spi_imx_buf_rx_swap_u32(): fix sparse warning: use swab32s() in...
Marc Kleine-Budde
1
-2
/
+2
2022-05-09
spi: spi-imx: mx51_ecspi_intctrl(): prefer 'unsigned int' to bare use of 'uns...
Marc Kleine-Budde
1
-1
/
+1
2022-05-09
spi: spi-imx: avoid unnecessary line continuations
Marc Kleine-Budde
1
-2
/
+1
2022-05-09
spi: spi-imx: fix sparse warning: add identifier name to function definition
Marc Kleine-Budde
1
-11
/
+11
2022-05-09
spi: spi-fsl-qspi: check return value after calling platform_get_resource_byn...
Yang Yingliang
1
-0
/
+4
2022-05-04
spi: omap2-mcspi: add support for interword delay
Andrea Zanotti
1
-0
/
+6
2022-05-03
spi: dt-bindings: renesas,rspi: Document RZ/G2UL SoC
Biju Das
1
-0
/
+2
2022-05-03
spi: mtk-snfi: preserve dma_mapping_error() error codes
Dan Carpenter
1
-2
/
+4
2022-04-27
spi: dt-bindings: add binding doc for spi-mtk-snfi
Chuanhong Guo
1
-0
/
+88
2022-04-27
spi: add driver for MTK SPI NAND Flash Interface
Chuanhong Guo
3
-0
/
+1481
2022-04-27
spi: Pull Mediatek ECC changes
Mark Brown
7
-5
/
+16
2022-04-27
mtd: nand: mtk-ecc: also parse nand-ecc-engine if available
Chuanhong Guo
1
-1
/
+4
2022-04-27
mtd: nand: make mtk_ecc.c a separated module
Chuanhong Guo
7
-4
/
+12
2022-04-25
Improve SPI support for Ingenic SoCs.
Mark Brown
3
-7
/
+47
2022-04-25
spi: clps711x: Use syscon_regmap_lookup_by_phandle
Alexander Shiyan
1
-2
/
+3
2022-04-25
spi: stm32: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-2
/
+1
2022-04-25
spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runti...
Minghao Chi
1
-4
/
+2
2022-04-25
spi: spi-tegra20-slink: using pm_runtime_resume_and_get instead of pm_runtime...
Minghao Chi
1
-4
/
+2
2022-04-25
spi: cadence-quadspi: allow operations with cmd/addr buswidth >1
Matthias Schiffer
1
-7
/
+1
2022-04-25
spi: cadence-quadspi: drop cqspi_set_protocol()
Matthias Schiffer
1
-103
/
+27
2022-04-25
spi: spi-tegra20-sflash: using pm_runtime_resume_and_get instead of pm_runtim...
Minghao Chi
1
-4
/
+2
2022-04-25
spi: rockchip: fix missing error on unsupported SPI_CS_HIGH
Luca Ceresoli
1
-0
/
+8
2022-04-25
spi: spi-omap2-mcspi: using pm_runtime_resume_and_get instead of pm_runtime_g...
Minghao Chi
1
-9
/
+4
2022-04-25
spi: mxs: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-2
/
+1
2022-04-25
spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-4
/
+2
2022-04-25
spi: spi-sprd: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-2
/
+1
2022-04-25
spi: ingenic: Add support for new Ingenic SoCs.
周琰杰 (Zhou Yanjie)
2
-7
/
+39
2022-04-25
spi: Add bindings for new Ingenic SoCs.
周琰杰 (Zhou Yanjie)
1
-0
/
+3
2022-04-25
spi: ingenic: Add support for use GPIO as chip select line.
周琰杰 (Zhou Yanjie)
1
-2
/
+7
2022-04-22
spi: img-spfi: Fix pm_runtime_get_sync() error checking
Zheng Yongjun
1
-1
/
+1
2022-04-20
spi: intel: Implement dirmap hooks
Mika Westerberg
1
-0
/
+49
2022-04-20
MediaTek SPI controller cleanups and documentation
Mark Brown
1
-197
/
+171
2022-04-19
spi: mt65xx: Fix definitions indentation
AngeloGioacchino Del Regno
1
-77
/
+77
2022-04-19
spi: mt65xx: Add kerneldoc for driver structures
AngeloGioacchino Del Regno
1
-5
/
+34
2022-04-19
spi: mt65xx: Simplify probe function with dev_err_probe()
AngeloGioacchino Del Regno
1
-57
/
+29
2022-04-19
spi: mt65xx: Move pm_runtime_enable() call to remove all gotos
AngeloGioacchino Del Regno
1
-12
/
+6
2022-04-19
spi: mt65xx: Move clock parent setting to remove clock disable gotos
AngeloGioacchino Del Regno
1
-11
/
+8
2022-04-19
spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe()
AngeloGioacchino Del Regno
1
-35
/
+35
2022-04-19
spi: mt65xx: Switch to device_get_match_data()
AngeloGioacchino Del Regno
1
-8
/
+1
2022-04-19
spi: mt65xx: Simplify probe function with devm_spi_alloc_master
AngeloGioacchino Del Regno
1
-27
/
+16
2022-04-19
spi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-4
/
+2
2022-04-19
spi: spi-imx: add support for SPI_RX_CPHA_FLIP
Baruch Siach
1
-5
/
+27
2022-04-19
spi: spidev: add SPI_RX_CPHA_FLIP
Baruch Siach
1
-1
/
+2
2022-04-19
spi: add SPI_RX_CPHA_FLIP mode bit
Baruch Siach
1
-1
/
+2
2022-04-19
spi: intel: Fix typo in kernel-doc of intel_spi_probe()
Mika Westerberg
1
-1
/
+1
2022-04-19
spi: spi-ti-qspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-2
/
+1
2022-04-19
spi: spi-tegra114: using pm_runtime_resume_and_get instead of pm_runtime_get_...
Minghao Chi
1
-6
/
+3
2022-04-19
spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runti...
Minghao Chi
1
-2
/
+1
2022-04-19
spi: remove spin_lock_irq and variable in the irq procress
Li-hao Kuo
1
-6
/
+0
2022-04-14
spi: core: Initialize returned status in spi_setup
Paul Kocialkowski
1
-1
/
+1
[next]