[COMMON] pinctrl: samsung : skip dbg_show in case of power off gpio block
authorYoungmin Nam <youngmin.nam@samsung.com>
Tue, 14 Nov 2017 07:07:41 +0000 (16:07 +0900)
committerYoungmin Nam <youngmin.nam@samsung.com>
Thu, 17 May 2018 04:16:22 +0000 (13:16 +0900)
commit45c176df6d0c2f6882b5fac1c9ec91b53c0dc1cf
treea8d12d4d34a7f49cead20e3afe6103ed65d4ac70
parent2c6948dfce6b3d300228e1031ef34e1fb6fcea03
[COMMON] pinctrl: samsung : skip dbg_show in case of power off gpio block

If the power control of some gpio block is done by own power block,
we should not register pinctrl suspend / reusme call back.
We also should not access that gpio block through pinctrl debug_fs.

This patch skips access of power off gpio block through pinctrl dbg show function

Change-Id: I0885f332551052de509a0a9cdbd9baf6da820101
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
drivers/pinctrl/samsung/pinctrl-samsung.c