From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Linus, Marc acked the irq_sim patch so I guess we can get this in for v5.1. Details are in the signed tag. The gpio-mockup patches have been on the list for some time without significant changes. The following changes since commit 68b7587baabfa42ca5625b709691358fee51b9d8: gpio: altera-a10sr: Trivial coding style fix (2019-02-14 15:14:38 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.1-updates-for-linus-part-2 for you to fetch changes up to 2a9e27408e12de455b9fcf66b5d0166f2129579e: gpio: mockup: rework debugfs interface (2019-02-19 17:42:29 +0100) ---------------------------------------------------------------- gpio: updates for v5.1 - part 2 - gpio-mockup updates improving the user-space testing interface and adding line state tracking for correct edge interrupts - interrupt simulator patch exposing the irq type configuration to users ---------------------------------------------------------------- Bartosz Golaszewski (7): irq/irq_sim: add irq_set_type() callback gpio: mockup: add locking gpio: mockup: implement get_multiple() gpio: mockup: don't create the debugfs link named after the label gpio: mockup: change the type of 'offset' to unsigned int gpio: mockup: change the signature of unlocked get/set helpers gpio: mockup: rework debugfs interface drivers/gpio/gpio-mockup.c | 189 ++++++++++++++++++++++++++++++++++++++------- kernel/irq/irq_sim.c | 12 +++ 2 files changed, 174 insertions(+), 27 deletions(-)