projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
526c296
)
spi: s3c64xx: add no_cs description
author
Jaewon Kim
<jaewon02.kim@samsung.com>
Mon, 6 Mar 2023 01:42:39 +0000
(10:42 +0900)
committer
Mark Brown
<broonie@kernel.org>
Thu, 30 Mar 2023 13:53:38 +0000
(14:53 +0100)
This patch adds missing variable no_cs descriptions.
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Andi Shyti <andi@etezian.org>
Link:
https://lore.kernel.org/r/20230306014239.80570-1-jaewon02.kim@samsung.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/platform_data/spi-s3c64xx.h
patch
|
blob
|
history
diff --git
a/include/linux/platform_data/spi-s3c64xx.h
b/include/linux/platform_data/spi-s3c64xx.h
index 5df1ace6d2c98e1ea585ec8daa01e99da7db5f4d..3101152ce449f3e610122c6b5d3a8a570a7ecd64 100644
(file)
--- a/
include/linux/platform_data/spi-s3c64xx.h
+++ b/
include/linux/platform_data/spi-s3c64xx.h
@@
-29,6
+29,7
@@
struct s3c64xx_spi_csinfo {
* struct s3c64xx_spi_info - SPI Controller defining structure
* @src_clk_nr: Clock source index for the CLK_CFG[SPI_CLKSEL] field.
* @num_cs: Number of CS this controller emulates.
+ * @no_cs: Used when CS line is not connected.
* @cfg_gpio: Configure pins for this SPI controller.
*/
struct s3c64xx_spi_info {