Hi Linus, a single lockdep fix, nothing else going on. This makes lockdep noiseless and work properly with threaded GPIO IRQchips. Please pull it in! Yours, Linus Walleij The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5: Linux 4.10-rc4 (2017-01-15 16:21:59 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v4.10-3 for you to fetch changes up to 739e6f5945d88dcee01590913f6886132a10c215: gpio: provide lockdep keys for nested/unnested irqchips (2017-01-19 09:57:20 +0100) ---------------------------------------------------------------- GPIO fixes for v4.10: - Fix a lockdep issue: the threaded irqchips also need their unique key, and take this opportunity to get rid of the horrible macro and replace it with a static inline. ---------------------------------------------------------------- Linus Walleij (1): gpio: provide lockdep keys for nested/unnested irqchips drivers/gpio/gpiolib.c | 18 ++++++------ include/linux/gpio/driver.h | 70 ++++++++++++++++++++++++++++++++------------- 2 files changed, 59 insertions(+), 29 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html