mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-04 02:14:23 +00:00
After commit 5ea422750a9f ("pinctrl: baytrail: Pass irqchip when
adding gpiochip") the GPIO IRQ chip structure is being initialized
under conditional when IRQ resource has been discovered. But that
commit left aside the assignment of ->init_valid_mask() callback
that is done unconditionally.
For sake of consistency and preventing some garbage in GPIO IRQ chip
structure group initialization together.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| pinctrl-baytrail.c | ||
| pinctrl-broxton.c | ||
| pinctrl-cannonlake.c | ||
| pinctrl-cedarfork.c | ||
| pinctrl-cherryview.c | ||
| pinctrl-denverton.c | ||
| pinctrl-geminilake.c | ||
| pinctrl-icelake.c | ||
| pinctrl-intel.c | ||
| pinctrl-intel.h | ||
| pinctrl-lewisburg.c | ||
| pinctrl-merrifield.c | ||
| pinctrl-sunrisepoint.c | ||
| pinctrl-tigerlake.c | ||