mbox series

[v1,0/3] gpio-rochchip

Message ID 20220304090523.1748297-1-jay.xu@rock-chips.com
Headers show
Series gpio-rochchip | expand

Message

Jianqun Xu March 4, 2022, 9:05 a.m. UTC
The first patch fixes gpio driver to support works without cru, and the second
patch try to support different dt node format.

Jianqun Xu (3):
  gpio: rockchip: make gpio work without cru module
  gpio: rockchip: get pinctrl node from 'gpio-ranges' property
  dt-bindings: gpio: rockchip,gpio add optional 'gpio-ranges'

 .../bindings/gpio/rockchip,gpio-bank.yaml     |  7 +++++-
 drivers/gpio/gpio-rockchip.c                  | 24 ++++++++++++-------
 2 files changed, 22 insertions(+), 9 deletions(-)