mbox series

[RESEND,0/4] gpio-before-pinctrl

Message ID 20220308061935.2441447-1-jay.xu@rock-chips.com (mailing list archive)
Headers show
Series gpio-before-pinctrl | expand

Message

Jianqun Xu March 8, 2022, 6:19 a.m. UTC
These patches make the gpio driver able to register independ on pinctrl,
and fix the output set before gpio register issue.

Jianqun Xu (4):
  gpio: rockchip: get regmap by devm_platform_ioremap_resource
  gpio: rockchip: get irq support for both dt and acpi
  gpio: rockchip: support driver to work independs on pinctrl
  pinctrl: rockchip: register gpio driver before pinctrl driver

 drivers/gpio/gpio-rockchip.c       | 228 ++++++++++++-----------------
 drivers/pinctrl/pinctrl-rockchip.c |  90 ++++--------
 drivers/pinctrl/pinctrl-rockchip.h |   2 +-
 3 files changed, 123 insertions(+), 197 deletions(-)