From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Hi Linus, I'm seeing you haven't pulled in the previous set of fixes, so this is an updated PR with three more patches rebased on top of v5.0-rc3. Details in the signed tag. The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd: Linux 5.0-rc3 (2019-01-21 13:14:44 +1300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-5.0-rc4-fixes-for-linus for you to fetch changes up to 2095a45e345e669ea77a9b34bdd7de5ceb422f93: gpio: altera-a10sr: Set proper output level for direction_output (2019-01-23 17:24:02 +0100) ---------------------------------------------------------------- GPIO fixes for 5.0-rc4 - 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 - two fixes for the sprd driver dealing with value reading and the irq chip - fix for the direction_output callback for altera-a10sr ---------------------------------------------------------------- Axel Lin (1): gpio: altera-a10sr: Set proper output level for direction_output Bartosz Golaszewski (1): gpiolib: fix line event timestamps for nested irqs Neo Hou (2): gpio: sprd: Fix the incorrect data register gpio: sprd: Fix incorrect irq type setting for the async EIC Roger Quadros (1): gpio: pcf857x: Fix interrupts on multiple instances drivers/gpio/gpio-altera-a10sr.c | 4 +++- drivers/gpio/gpio-eic-sprd.c | 14 +++++++++++++- drivers/gpio/gpio-pcf857x.c | 26 ++++++++++++-------------- drivers/gpio/gpiolib.c | 9 ++++++++- 4 files changed, 36 insertions(+), 17 deletions(-)