From patchwork Fri Aug 23 12:59:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 1152164 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=glider.be Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 46FM1g4T9Zz9sDQ for ; Fri, 23 Aug 2019 22:59:51 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394900AbfHWM7u (ORCPT ); Fri, 23 Aug 2019 08:59:50 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:50402 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731861AbfHWM7u (ORCPT ); Fri, 23 Aug 2019 08:59:50 -0400 Received: from ramsan ([84.194.98.4]) by laurent.telenet-ops.be with bizsmtp id sczp2000J05gfCL01czpWC; Fri, 23 Aug 2019 14:59:49 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1i19AT-0006e0-DB; Fri, 23 Aug 2019 14:59:49 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1i19AT-0005eU-C4; Fri, 23 Aug 2019 14:59:49 +0200 From: Geert Uytterhoeven To: Linus Walleij Cc: linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [git pull] pinctrl: sh-pfc: Updates for v5.4 (take two) Date: Fri, 23 Aug 2019 14:59:48 +0200 Message-Id: <20190823125948.21685-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Linus, The following changes since commit 625efea83a7c37d281c6a90526813a1366929d24: pinctrl: rza1: Use devm_platform_ioremap_resource() helper (2019-08-09 09:34:45 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/sh-pfc-for-v5.4-tag2 for you to fetch changes up to 0a6864274e4166cde21f26193350c7fcd9716ef5: pinctrl: rza2: Include the appropriate headers (2019-08-23 09:08:10 +0200) ---------------------------------------------------------------- pinctrl: sh-pfc: Updates for v5.4 (take two) - Support switching between function and gpio at runtime, - Small fixes and cleanups. Thanks for pulling! ---------------------------------------------------------------- Linus Walleij (3): pinctrl: sh-pfc: Include the right header pinctrl: rza2: Drop driver use of consumer flags pinctrl: rza2: Include the appropriate headers Nishka Dasgupta (1): pinctrl: rza1: Add of_node_put() before return Yoshihiro Shimoda (3): pinctrl: sh-pfc: Add new flags into struct sh_pfc_pin_config pinctrl: sh-pfc: Remove incomplete flag "cfg->type" pinctrl: sh-pfc: Rollback to mux if required when the gpio is freed drivers/pinctrl/pinctrl-rza1.c | 12 ++++++++--- drivers/pinctrl/pinctrl-rza2.c | 17 ++++++++------- drivers/pinctrl/sh-pfc/gpio.c | 2 +- drivers/pinctrl/sh-pfc/pinctrl.c | 45 ++++++++++++++++++++-------------------- 4 files changed, 42 insertions(+), 34 deletions(-) Gr{oetje,eeting}s, Geert --- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds