index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
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-24
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-10
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
2023-06-06
spi: s3c64xx: Use the managed spi master allocation function
Andi Shyti
1
-18
/
+8
2023-06-01
spi: s3c64xx: Use devm_clk_get_enabled()
Andi Shyti
1
-34
/
+5
2023-05-11
spi: s3c64xx: Disable IRQ mode when using DMA
Jaewon Kim
1
-1
/
+1
2023-05-08
spi: s3c64xx: support interrupt based pio mode
Jaewon Kim
1
-8
/
+58
2023-05-08
spi: s3c64xx: add sleep during transfer
Jaewon Kim
1
-2
/
+9
2023-05-08
spi: s3c64xx: change polling mode to optional
Jaewon Kim
1
-2
/
+2
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
1
-1
/
+1
[next]