On 23. 11. 15. 21:42, Krzysztof Kozlowski wrote: > On 15/11/2023 10:56, Jaewon Kim wrote: >> ExynosAutov920 GPIO has a different register structure. >> In the existing Exynos series, EINT control register enumerated after >> a specific offset (e.g EXYNOS_GPIO_ECON_OFFSET). >> However, in ExynosAutov920 SoC, the register that controls EINT belongs >> to each GPIO group, and each GPIO group has 0x1000 align. >> >> This is a structure to protect the GPIO group with S2MPU in VM environment, >> and will only be applied in ExynosAuto series SoCs. > Checkpatch points some warnings: > > CHECK: Alignment should match open parenthesis > CHECK: Lines should not end with a '(' > CHECK: Macro argument reuse 'reg' - possible side-effects? I don`t know this happens. When I did the checkpatch, there were no problems as shown below. --- ./scripts/checkpatch.pl 0010-pinctrl-samsung-add-exynosautov920-pinctrl.patch total: 0 errors, 0 warnings, 416 lines checked 0010-pinctrl-samsung-add-exynosautov920-pinctrl.patch has no obvious style problems and is ready for submission. --- > > Best regards, > Krzysztof > > Thanks Jaewon Kim