index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-s3c64xx.c
Age
Commit message (
Expand
)
Author
2025-07-05
spi: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
2025-02-19
spi: s3c64xx: extend description of compatible's fifo_depth
Tudor Ambarus
2024-10-07
spi: Merge up v6.12
Mark Brown
2024-10-01
spi: s3c64xx: fix timeout counters in flush_fifo
Ben Dooks
2024-09-30
spi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-09-30
spi: fix typo in the comment
Yan Zhen
2024-08-19
spi: s3c64xx: Fix module autoloading
Jinjie Ruan
2024-04-24
spi: spi-s3c64xx.c: Remove of_node_put for auto cleanup
Shivani Gupta
2024-03-29
spi: s3c64xx: Use DMA mode from fifo size
Jaewon Kim
2024-03-05
spi: s3c64xx: switch exynos850 to new port config data
Tudor Ambarus
2024-03-05
spi: s3c64xx: switch gs101 to new port config data
Tudor Ambarus
2024-03-05
spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_id
Tudor Ambarus
2024-03-05
spi: s3c64xx: get rid of the OF alias ID dependency
Tudor Ambarus
2024-03-05
spi: s3c64xx: introduce s3c64xx_spi_set_port_id()
Tudor Ambarus
2024-03-05
spi: s3c64xx: let the SPI core determine the bus number
Tudor Ambarus
2024-03-05
spi: s3c64xx: allow FIFO depth to be determined from the compatible
Tudor Ambarus
2024-03-05
spi: s3c64xx: retrieve the FIFO depth from the device tree
Tudor Ambarus
2024-03-05
spi: s3c64xx: determine the fifo depth only once
Tudor Ambarus
2024-03-05
spi: s3c64xx: allow full FIFO masks
Tudor Ambarus
2024-03-05
spi: s3c64xx: define a magic value
Tudor Ambarus
2024-02-08
spi: s3c64xx: straightforward cleanup
Mark Brown
2024-02-08
spi: s3c64xx: add support for google,gs101-spi
Tudor Ambarus
2024-02-08
spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessors
Tudor Ambarus
2024-02-08
spi: s3c64xx: prepare for a different flavor of iowrite rep
Tudor Ambarus
2024-02-08
spi: s3c64xx: drop a superfluous bitwise NOT operation
Tudor Ambarus
2024-02-08
spi: s3c64xx: remove duplicated definition
Tudor Ambarus
2024-02-08
spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
Tudor Ambarus
2024-02-08
spi: s3c64xx: drop blank line between declarations
Tudor Ambarus
2024-02-08
spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
Tudor Ambarus
2024-02-08
spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
Tudor Ambarus
2024-02-08
spi: s3c64xx: propagate the dma_submit_error() error code
Tudor Ambarus
2024-02-08
spi: s3c64xx: check return code of dmaengine_slave_config()
Tudor Ambarus
2024-02-08
spi: s3c64xx: move common code outside if else
Tudor Ambarus
2024-02-08
spi: s3c64xx: remove else after return
Tudor Ambarus
2024-02-08
spi: s3c64xx: remove unneeded (void *) casts in of_match_table
Tudor Ambarus
2024-02-08
spi: s3c64xx: fix typo, s/configuartion/configuration
Tudor Ambarus
2024-02-08
spi: s3c64xx: avoid possible negative array index
Tudor Ambarus
2024-02-08
spi: s3c64xx: explicitly include <linux/types.h>
Tudor Ambarus
2024-02-08
spi: s3c64xx: explicitly include <linux/bits.h>
Tudor Ambarus
2024-02-08
spi: s3c64xx: explicitly include <linux/io.h>
Tudor Ambarus
2024-02-08
spi: s3c64xx: sort headers alphabetically
Tudor Ambarus
2024-01-24
spi: s3c64xx: Add Exynos850 support
Sam Protsenko
2024-01-22
spi: s3c64xx: Extract FIFO depth calculation to a dedicated macro
Sam Protsenko
2023-08-21
spi: s3c64xx: switch to use modern name
Yang Yingliang
2023-07-27
spi: s3c64xx: Clean up redundant dev_err_probe()
Chen Jiahao
2023-07-23
spi: Merge up fixes from mainline
Mark Brown
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
2023-07-12
spi: s3c64xx: clear loopback bit after loopback test
Jaewon Kim
2023-07-09
spi: s3c64xx: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-06-06
spi: s3c64xx: Use dev_err_probe()
Andi Shyti
[next]