From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Linus, this is the second batch of updates for v5.7. It contains two minor tweaks to core gpiolib and two fixes for the line watch/unwatch ioctl(). The following changes since commit 869233f81337bfb33c79f1e7539147d52c0ba383: gpiolib: Optimize gpiochip_remove() when check for requested line (2020-02-28 23:58:56 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-updates-for-v5.7-part2 for you to fetch changes up to 1931479788c5e3c0396a0bde3606e517c64b9f95: gpiolib: fix bitmap operations related to line event watching (2020-03-02 08:52:55 +0100) ---------------------------------------------------------------- gpio updates for v5.7 part 2 - replace z zero-length array with flexible-array member in gpio-uniphier - make naming of variables consistent in uapi line event code - fix the behavior of line watch/unwatch ioctl() ---------------------------------------------------------------- Andy Shevchenko (1): gpiolib: Rename 'event' to 'ge' to be consistent with other use Bartosz Golaszewski (1): gpiolib: fix bitmap operations related to line event watching Gustavo A. R. Silva (1): gpio: uniphier: Replace zero-length array with flexible-array member Kent Gibson (1): gpiolib: fix unwatch ioctl() drivers/gpio/gpio-uniphier.c | 2 +- drivers/gpio/gpiolib.c | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-)