Thierry Reding 704355db12 gpio: max77620: Do not allocate IRQs upfront
regmap_add_irq_chip() will try to allocate all of the IRQ descriptors
upfront if passed a non-zero irq_base parameter. However, the intention
is to allocate IRQ descriptors on an as-needed basis if possible. Pass 0
instead of -1 to fix that use-case.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20191002122825.3948322-2-thierry.reding@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2019-10-04 23:59:44 +02:00
..
2018-05-16 14:35:24 +02:00
2019-09-03 16:04:19 +02:00
2019-07-23 18:59:05 +03:00
2019-06-27 15:56:50 +01:00
2018-01-09 14:51:00 +01:00
2019-06-14 10:16:15 +02:00