Hi Linus, here are some two GPIO fixes for the v4.0 kernel series. I'm lagging behind on mail so more may follow but these need to get upstream now. Details in the signed tag. Yours, Linus Walleij The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v4.0-2 for you to fetch changes up to 2f97c20e5f7c3582c7310f65a04465bfb0fd0e85: gpio: tps65912: fix wrong container_of arguments (2015-02-23 15:40:32 +0100) ---------------------------------------------------------------- Two GPIO fixes for the v4.0 kernel series: - Fix a translation problem in of_get_named_gpiod_flags() - Fix a long standing container_of() mistake in the TPS65912 driver. ---------------------------------------------------------------- Hans Holmberg (1): gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per node Nicolas Saenz Julienne (1): gpio: tps65912: fix wrong container_of arguments drivers/gpio/gpio-tps65912.c | 14 ++++++++++---- drivers/gpio/gpiolib-of.c | 9 +++++---- 2 files changed, 15 insertions(+), 8 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