From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Linus, these are fixes I picked up during the merge window. Details are in the signed tag. Please pull. The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.6-rc2 for you to fetch changes up to 8131b73b22c25e57e926874bb284f61cc3f8ac5e: gpiolib: remove unnecessary argument from set_config call (2020-02-10 10:55:18 +0100) ---------------------------------------------------------------- gpio fixes for v5.6-rc2 - fix a regression introduced by gpio_do_set_config() - sort GPIO entries in MAINTAINERS - remove leftover defines in gpio-bd71828 - remove an redundant switch case in gpio_set_config() ---------------------------------------------------------------- Andy Shevchenko (1): MAINTAINERS: Sort entries in database for GPIO Axel Lin (1): gpio: bd71828: Remove unneeded defines for GPIO_LINE_DIRECTION_IN/OUT Bartosz Golaszewski (3): Revert "gpiolib: Remove duplicated function gpio_do_set_config()" Revert "gpiolib: remove set but not used variable 'config'" gpiolib: fix gpio_do_set_config() Kent Gibson (1): gpiolib: remove unnecessary argument from set_config call MAINTAINERS | 28 ++++++++++++++-------------- drivers/gpio/gpio-bd71828.c | 10 ---------- drivers/gpio/gpiolib.c | 30 +++++++++++++++++++++++++----- 3 files changed, 39 insertions(+), 29 deletions(-)