projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5d69cf
)
[COMMON] spi: s3c64xx: Encreased max port number of spi
author
Kyungwoo Kang
<kwoo.kang@samsung.com>
Mon, 17 Jul 2017 23:57:06 +0000
(08:57 +0900)
committer
myung-su.cha
<myung-su.cha@samsung.com>
Wed, 9 May 2018 12:14:45 +0000
(21:14 +0900)
SPI max port number has been increased
Change-Id: I6fa9b0eba512d521126ad38f86bdb4a052d877eb
Signed-off-by: Kyungwoo Kang <kwoo.kang@samsung.com>
drivers/spi/spi-s3c64xx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-s3c64xx.c
b/drivers/spi/spi-s3c64xx.c
index dbadaa8a9c3575fed6ce57c641ce864e51498a16..b241c7694e1403f6beaac3885c4e49d0380417e2 100644
(file)
--- a/
drivers/spi/spi-s3c64xx.c
+++ b/
drivers/spi/spi-s3c64xx.c
@@
-42,7
+42,7
@@
static LIST_HEAD(drvdata_list);
-#define MAX_SPI_PORTS
16
+#define MAX_SPI_PORTS
22
#define SPI_AUTOSUSPEND_TIMEOUT (100)
/* Registers and bit-fields */