pinctrl: intel: Pass irqchip when adding gpiochip
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 9 Jan 2020 07:53:29 +0000 (08:53 +0100)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 9 Jan 2020 11:12:20 +0000 (13:12 +0200)
commitaf0c5330916a1ffd6cc0ffd6bea50688d99bf444
tree3b82ed3f84f21fb79eda81d5bbfc20163bddcf4d
parent6d416b9bb577cc3013301cfccb0d938567af489d
pinctrl: intel: Pass irqchip when adding gpiochip

We need to convert all old gpio irqchips to pass the irqchip
setup along when adding the gpio_chip. For more info see
drivers/gpio/TODO.

For chained irqchips this is a pretty straight-forward conversion.

Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/intel/pinctrl-intel.c