index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-s3c64xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-05
spi: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-3
/
+0
2025-02-19
spi: s3c64xx: extend description of compatible's fifo_depth
Tudor Ambarus
1
-1
/
+3
2024-10-07
spi: Merge up v6.12
Mark Brown
1
-2
/
+2
2024-10-01
spi: s3c64xx: fix timeout counters in flush_fifo
Ben Dooks
1
-2
/
+2
2024-09-30
spi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-09-30
spi: fix typo in the comment
Yan Zhen
1
-1
/
+1
2024-08-19
spi: s3c64xx: Fix module autoloading
Jinjie Ruan
1
-0
/
+1
2024-04-24
spi: spi-s3c64xx.c: Remove of_node_put for auto cleanup
Shivani Gupta
1
-3
/
+3
2024-03-29
spi: s3c64xx: Use DMA mode from fifo size
Jaewon Kim
1
-3
/
+2
2024-03-05
spi: s3c64xx: switch exynos850 to new port config data
Tudor Ambarus
1
-4
/
+3
2024-03-05
spi: s3c64xx: switch gs101 to new port config data
Tudor Ambarus
1
-6
/
+6
2024-03-05
spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_id
Tudor Ambarus
1
-3
/
+23
2024-03-05
spi: s3c64xx: get rid of the OF alias ID dependency
Tudor Ambarus
1
-0
/
+4
2024-03-05
spi: s3c64xx: introduce s3c64xx_spi_set_port_id()
Tudor Ambarus
1
-12
/
+25
2024-03-05
spi: s3c64xx: let the SPI core determine the bus number
Tudor Ambarus
1
-2
/
+2
2024-03-05
spi: s3c64xx: allow FIFO depth to be determined from the compatible
Tudor Ambarus
1
-2
/
+6
2024-03-05
spi: s3c64xx: retrieve the FIFO depth from the device tree
Tudor Ambarus
1
-1
/
+3
2024-03-05
spi: s3c64xx: determine the fifo depth only once
Tudor Ambarus
1
-5
/
+9
2024-03-05
spi: s3c64xx: allow full FIFO masks
Tudor Ambarus
1
-4
/
+36
2024-03-05
spi: s3c64xx: define a magic value
Tudor Ambarus
1
-1
/
+3
2024-02-08
spi: s3c64xx: straightforward cleanup
Mark Brown
1
-40
/
+41
2024-02-08
spi: s3c64xx: add support for google,gs101-spi
Tudor Ambarus
1
-1
/
+17
2024-02-08
spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessors
Tudor Ambarus
1
-2
/
+34
2024-02-08
spi: s3c64xx: prepare for a different flavor of iowrite rep
Tudor Ambarus
1
-14
/
+21
2024-02-08
spi: s3c64xx: drop a superfluous bitwise NOT operation
Tudor Ambarus
1
-1
/
+0
2024-02-08
spi: s3c64xx: remove duplicated definition
Tudor Ambarus
1
-3
/
+1
2024-02-08
spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
Tudor Ambarus
1
-2
/
+2
2024-02-08
spi: s3c64xx: drop blank line between declarations
Tudor Ambarus
1
-1
/
+2
2024-02-08
spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
Tudor Ambarus
1
-3
/
+3
2024-02-08
spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
Tudor Ambarus
1
-4
/
+4
2024-02-08
spi: s3c64xx: propagate the dma_submit_error() error code
Tudor Ambarus
1
-1
/
+1
2024-02-08
spi: s3c64xx: check return code of dmaengine_slave_config()
Tudor Ambarus
1
-1
/
+3
2024-02-08
spi: s3c64xx: move common code outside if else
Tudor Ambarus
1
-4
/
+2
2024-02-08
spi: s3c64xx: remove else after return
Tudor Ambarus
1
-4
/
+2
2024-02-08
spi: s3c64xx: remove unneeded (void *) casts in of_match_table
Tudor Ambarus
1
-9
/
+9
2024-02-08
spi: s3c64xx: fix typo, s/configuartion/configuration
Tudor Ambarus
1
-1
/
+1
2024-02-08
spi: s3c64xx: avoid possible negative array index
Tudor Ambarus
1
-0
/
+3
2024-02-08
spi: s3c64xx: explicitly include <linux/types.h>
Tudor Ambarus
1
-0
/
+1
2024-02-08
spi: s3c64xx: explicitly include <linux/bits.h>
Tudor Ambarus
1
-0
/
+1
2024-02-08
spi: s3c64xx: explicitly include <linux/io.h>
Tudor Ambarus
1
-0
/
+1
2024-02-08
spi: s3c64xx: sort headers alphabetically
Tudor Ambarus
1
-7
/
+6
2024-01-24
spi: s3c64xx: Add Exynos850 support
Sam Protsenko
1
-0
/
+14
2024-01-22
spi: s3c64xx: Extract FIFO depth calculation to a dedicated macro
Sam Protsenko
1
-7
/
+6
2023-08-21
spi: s3c64xx: switch to use modern name
Yang Yingliang
1
-63
/
+63
2023-07-27
spi: s3c64xx: Clean up redundant dev_err_probe()
Chen Jiahao
1
-1
/
+1
2023-07-23
spi: Merge up fixes from mainline
Mark Brown
1
-0
/
+2
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-07-12
spi: s3c64xx: clear loopback bit after loopback test
Jaewon Kim
1
-0
/
+2
2023-07-09
spi: s3c64xx: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-7
/
+2
2023-06-06
spi: s3c64xx: Use dev_err_probe()
Andi Shyti
1
-38
/
+27
[next]