Skip to content
Commit 1a1075d3 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Greg Kroah-Hartman
Browse files

gpiolib: check the 'ngpios' property in core gpiolib code



[ Upstream commit 9dbd1ab2 ]

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: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Suggested-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Stable-dep-of: ec851b23 ("gpiolib: fix memory leak in gpiochip_setup_dev()")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 70c5515c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment