]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: core: Show pin numbers for the controllers with base = 0
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 15 Apr 2021 13:03:56 +0000 (16:03 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 22 Apr 2021 00:13:42 +0000 (02:13 +0200)
commitcd7a1fb6c4671701299e44c0e72ce9147ebf1159
treec9b12bef26ea73e5057b644099d202dd7dfa9816
parent6d9715e99db3770a85accb48db9bef51d66243bc
pinctrl: core: Show pin numbers for the controllers with base = 0

The commit dad75e14adcc ("pinctrl: core: print gpio in pins debugfs file")
enabled GPIO pin number and label in debugfs for pin controller. However,
it limited that feature to the chips where base is positive number. This,
in particular, excluded chips where base is 0 for the historical or backward
compatibility reasons. Refactor the code to include the latter as well.

Fixes: dad75e14adcc ("pinctrl: core: print gpio in pins debugfs file")
Cc: Drew Fustini <drew@beagleboard.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Drew Fustini <drew@beagleboard.org>
Reviewed-by: Drew Fustini <drew@beagleboard.org>
Link: https://lore.kernel.org/r/20210415130356.15885-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/core.c