mbox series

[0/2] RK3588 GPIO Support

Message ID 20220623160801.240779-1-sebastian.reichel@collabora.com (mailing list archive)
Headers show
Series RK3588 GPIO Support | expand

Message

Sebastian Reichel June 23, 2022, 4:07 p.m. UTC
This has been part of a bigger patchset adding basic rk3588 support.
Since that gets more and more out of hand, I'm now sending patches
for each subsystem as individual patchset. Previou patchet:

https://lore.kernel.org/all/20220504213251.264819-1-sebastian.reichel@collabora.com/

Changes:
 * None (except for collecting Acks)

-- Sebastian

Jianqun Xu (1):
  gpio: rockchip: add support for rk3588

Sebastian Reichel (1):
  dt-bindings: gpio: rockchip: add gpio-ranges

 Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml | 2 ++
 drivers/gpio/gpio-rockchip.c                                   | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

Comments

Bartosz Golaszewski July 1, 2022, 10:32 a.m. UTC | #1
On Thu, Jun 23, 2022 at 6:08 PM Sebastian Reichel
<sebastian.reichel@collabora.com> wrote:
>
> This has been part of a bigger patchset adding basic rk3588 support.
> Since that gets more and more out of hand, I'm now sending patches
> for each subsystem as individual patchset. Previou patchet:
>
> https://lore.kernel.org/all/20220504213251.264819-1-sebastian.reichel@collabora.com/
>
> Changes:
>  * None (except for collecting Acks)
>
> -- Sebastian
>
> Jianqun Xu (1):
>   gpio: rockchip: add support for rk3588
>
> Sebastian Reichel (1):
>   dt-bindings: gpio: rockchip: add gpio-ranges
>
>  Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml | 2 ++
>  drivers/gpio/gpio-rockchip.c                                   | 3 ++-
>  2 files changed, 4 insertions(+), 1 deletion(-)
>
> --
> 2.35.1
>

Both applied, thanks!

Bart