Home
last modified time | relevance | path

Searched hist:"6 e39c1ac688161b4db3617aabbca589b395242bc" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-sim.cdiff 6e39c1ac688161b4db3617aabbca589b395242bc Tue Aug 22 14:29:43 CDT 2023 Bartosz Golaszewski <bartosz.golaszewski@linaro.org> gpio: sim: pass the GPIO device's software node to irq domain

Associate the swnode of the GPIO device's (which is the interrupt
controller here) with the irq domain. Otherwise the interrupt-controller
device attribute is a no-op.

Fixes: cb8c474e79be ("gpio: sim: new testing module")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>