diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2022-08-16 07:49:15 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-08-25 00:24:32 +0200 |
commit | e6cbbe42944de93ba4e0785b4f90d284b1d7cdf6 (patch) | |
tree | 8733f31dd7870d8b74812f412d1fc30ee83ae1bc /MAINTAINERS | |
parent | dt-binding: pinctrl: Add cypress,cy8c95x0 (diff) | |
download | linux-e6cbbe42944de93ba4e0785b4f90d284b1d7cdf6.tar.xz linux-e6cbbe42944de93ba4e0785b4f90d284b1d7cdf6.zip |
pinctrl: Add Cypress cy8c95x0 support
Add support for cypress I2C GPIO expanders cy8c9520, cy8c9540 and
cy8c9560. The GPIO expanders feature a PWM mode, thus add it as
pinctrl driver.
The chip features multiple drive modes for each pin when configured
as output and multiple bias settings when configured as input.
Tested all three components and verified that all functionality
is fully working.
Datasheet: https://www.cypress.com/file/37971/download
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com>
Link: https://lore.kernel.org/r/20220816054917.7893-3-patrick.rudolph@9elements.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8a5012ba6ff9..131299c18f02 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5629,6 +5629,12 @@ Q: http://patchwork.linuxtv.org/project/linux-media/list/ T: git git://linuxtv.org/anttip/media_tree.git F: drivers/media/common/cypress_firmware* +CYPRESS CY8C95X0 PINCTRL DRIVER +M: Patrick Rudolph <patrick.rudolph@9elements.com> +L: linux-gpio@vger.kernel.org +S: Maintained +F: drivers/pinctrl/pinctrl-cy8c95x0.c + CYPRESS CY8CTMA140 TOUCHSCREEN DRIVER M: Linus Walleij <linus.walleij@linaro.org> L: linux-input@vger.kernel.org |