gpiolib: check the 'ngpios' property in core gpiolib code
authorBartosz Golaszewski <brgl@bgdev.pl>
Thu, 2 Dec 2021 13:40:34 +0000 (14:40 +0100)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 6 Dec 2021 15:02:17 +0000 (16:02 +0100)
commit9dbd1ab20509e85cd3fac9479a00c59e83c08196
treeeca890f8d15d513e3035e4abd83517cfa9136c2a
parente5ab49cd3d6937b1818b80cb5eb09dc018ae0718
gpiolib: check the 'ngpios' property in core gpiolib code

Several drivers read the 'ngpios' device property on their own, but
since it's defined as a standard GPIO property in the device tree bindings
anyway, it's a good candidate for generalization. If the driver didn't
set its gc->ngpio, try to read the 'ngpios' property from the GPIO
device's firmware node before bailing out.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpiolib.c