Searched hist:"9411 e3aa" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/gpio/ |
H A D | driver.h | 9411e3aa Wed Oct 09 09:34:44 CDT 2019 Andy Shevchenko <andriy.shevchenko@linux.intel.com> gpiolib: Initialize the hardware with a callback
After changing the drivers to use GPIO core to add an IRQ chip it appears that some of them requires a hardware initialization before adding the IRQ chip.
Add an optional callback ->init_hw() to allow that drivers to initialize hardware if needed.
This change is a part of the fix NULL pointer dereference brought to the several drivers recently.
Cc: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> 9411e3aa Wed Oct 09 09:34:44 CDT 2019 Andy Shevchenko <andriy.shevchenko@linux.intel.com> gpiolib: Initialize the hardware with a callback After changing the drivers to use GPIO core to add an IRQ chip it appears that some of them requires a hardware initialization before adding the IRQ chip. Add an optional callback ->init_hw() to allow that drivers to initialize hardware if needed. This change is a part of the fix NULL pointer dereference brought to the several drivers recently. Cc: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib.c | 9411e3aa Wed Oct 09 09:34:44 CDT 2019 Andy Shevchenko <andriy.shevchenko@linux.intel.com> gpiolib: Initialize the hardware with a callback
After changing the drivers to use GPIO core to add an IRQ chip it appears that some of them requires a hardware initialization before adding the IRQ chip.
Add an optional callback ->init_hw() to allow that drivers to initialize hardware if needed.
This change is a part of the fix NULL pointer dereference brought to the several drivers recently.
Cc: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|