From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8: Linux 5.0-rc2 (2019-01-14 10:41:12 +1200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-5.0-fixes-for-linus for you to fetch changes up to 8d694dcdbbdcfe4f27a52bcc6f2ce733ba5ec53c: gpiolib: fix line event timestamps for nested irqs (2019-01-15 12:51:54 +0100) ---------------------------------------------------------------- GPIO fixes for 5.0 - fix from Roger Quadros for a warning resulting from reusing the same irqchip for multiple pcf857x instances - fix for missing line event timestamp when using nested interrupts ---------------------------------------------------------------- Bartosz Golaszewski (1): gpiolib: fix line event timestamps for nested irqs Roger Quadros (1): gpio: pcf857x: Fix interrupts on multiple instances drivers/gpio/gpio-pcf857x.c | 26 ++++++++++++-------------- drivers/gpio/gpiolib.c | 9 ++++++++- 2 files changed, 20 insertions(+), 15 deletions(-)