Commit 18068a6
committed
gpio: pca953x: Drop unused fields in struct pca953x_platform_data
JIRA: https://issues.redhat.com/browse/RHEL-35606
Conflicts: Due to missing
ed5c2f5 ("i2c: Make remove callback return void"),
we must still return 0.
commit 2f4d3e2
Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: Fri Sep 1 16:40:32 2023 +0300
gpio: pca953x: Drop unused fields in struct pca953x_platform_data
New code should solely use firmware nodes for the specifics and
not any callbacks.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Andrew Halaney <ahalaney@redhat.com>1 parent f19e138 commit 18068a6
File tree
2 files changed
+8
-42
lines changed- drivers/gpio
- include/linux/platform_data
2 files changed
+8
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | 214 | | |
216 | 215 | | |
217 | 216 | | |
| |||
712 | 711 | | |
713 | 712 | | |
714 | 713 | | |
715 | | - | |
716 | 714 | | |
717 | 715 | | |
718 | 716 | | |
| |||
998 | 996 | | |
999 | 997 | | |
1000 | 998 | | |
1001 | | - | |
| 999 | + | |
1002 | 1000 | | |
1003 | 1001 | | |
1004 | 1002 | | |
| |||
1016 | 1014 | | |
1017 | 1015 | | |
1018 | 1016 | | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | | - | |
1023 | | - | |
| 1017 | + | |
| 1018 | + | |
1024 | 1019 | | |
1025 | 1020 | | |
1026 | 1021 | | |
1027 | 1022 | | |
1028 | 1023 | | |
1029 | 1024 | | |
1030 | | - | |
| 1025 | + | |
1031 | 1026 | | |
1032 | 1027 | | |
1033 | 1028 | | |
1034 | 1029 | | |
1035 | 1030 | | |
1036 | | - | |
| 1031 | + | |
1037 | 1032 | | |
1038 | 1033 | | |
1039 | 1034 | | |
| |||
1055 | 1050 | | |
1056 | 1051 | | |
1057 | 1052 | | |
1058 | | - | |
| 1053 | + | |
1059 | 1054 | | |
1060 | | - | |
1061 | 1055 | | |
1062 | 1056 | | |
1063 | 1057 | | |
| |||
1069 | 1063 | | |
1070 | 1064 | | |
1071 | 1065 | | |
1072 | | - | |
1073 | | - | |
1074 | 1066 | | |
1075 | 1067 | | |
1076 | 1068 | | |
| |||
1170 | 1162 | | |
1171 | 1163 | | |
1172 | 1164 | | |
1173 | | - | |
| 1165 | + | |
1174 | 1166 | | |
1175 | 1167 | | |
1176 | | - | |
| 1168 | + | |
1177 | 1169 | | |
1178 | 1170 | | |
1179 | 1171 | | |
| |||
1186 | 1178 | | |
1187 | 1179 | | |
1188 | 1180 | | |
1189 | | - | |
1190 | | - | |
1191 | | - | |
1192 | | - | |
1193 | | - | |
1194 | | - | |
1195 | | - | |
1196 | 1181 | | |
1197 | 1182 | | |
1198 | 1183 | | |
| |||
1202 | 1187 | | |
1203 | 1188 | | |
1204 | 1189 | | |
1205 | | - | |
1206 | 1190 | | |
1207 | 1191 | | |
1208 | | - | |
1209 | | - | |
1210 | | - | |
1211 | | - | |
1212 | | - | |
1213 | 1192 | | |
1214 | 1193 | | |
1215 | 1194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 14 | | |
18 | 15 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 16 | | |
30 | 17 | | |
31 | 18 | | |
0 commit comments