mbox series

[0/2] pinctrl: mediatek: mt8183: Add support for wake sources

Message ID 20190429032551.65975-1-drinkcat@chromium.org (mailing list archive)
Headers show
Series pinctrl: mediatek: mt8183: Add support for wake sources | expand

Message

Nicolas Boichat April 29, 2019, 3:25 a.m. UTC
This adds support for wake sources in pinctrl-mtk-common-v2, and
pinctrl-mt8183. Without this patch, all interrupts that are left
enabled on suspend act as wake sources (and wake sources without
interrupt enabled do not).

Nicolas Boichat (2):
  pinctrl: mediatek: Add mtk_eint_pm_ops to common-v2
  pinctrl: mediatek: mt8183: Add mtk_eint_pm_ops

 drivers/pinctrl/mediatek/pinctrl-mt8183.c     |  1 +
 .../pinctrl/mediatek/pinctrl-mtk-common-v2.c  | 19 +++++++++++++++++++
 .../pinctrl/mediatek/pinctrl-mtk-common-v2.h  |  1 +
 3 files changed, 21 insertions(+)