mbox series

[v1,0/3] Use the standard _PM_OPS() export macro in Intel Tangier GPIO driver

Message ID 20231113131600.10828-1-raag.jadav@intel.com
Headers show
Series Use the standard _PM_OPS() export macro in Intel Tangier GPIO driver | expand

Message

Raag Jadav Nov. 13, 2023, 1:15 p.m. UTC
This series exports pm_ops structure from Intel Tangier GPIO driver using
EXPORT_NS_GPL_SIMPLE_DEV_PM_OPS() helper and reuses it into its users.

Raag Jadav (3):
  gpio: tangier: use EXPORT_NS_GPL_SIMPLE_DEV_PM_OPS() helper
  gpio: elkhartlake: reuse pm_ops from Intel Tangier driver
  gpio: tangier: unexport suspend/resume handles

 drivers/gpio/gpio-elkhartlake.c | 14 +-------------
 drivers/gpio/gpio-tangier.c     |  9 +++++----
 drivers/gpio/gpio-tangier.h     |  4 ++--
 3 files changed, 8 insertions(+), 19 deletions(-)