commit | c4c1d92ceee1357820adc0786e595d06e3eea4d0 | [log] [tgz] |
---|---|---|
author | Stephan Gatzka <stephan.gatzka@gmail.com> | Wed May 21 09:45:13 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Tue Jun 03 20:32:33 2025 +0200 |
tree | 00783a18f0e5554ca46e259f0931fc87b18fe588 | |
parent | 068d7ec1567f82770ea4e2b10ac82e3f56ed9e1a [diff] |
drivers: gpio: Use BIT(n) macro to define GPIO constants This change would also solve that according to the C11 standard, section 6.5, paragraph 4, the usage of bitwise operators on signed integers is implementation defined. Signed-off-by: Stephan Gatzka <stephan.gatzka@gmail.com>