From patchwork Wed Dec 12 10:19:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 1011814 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=renesas.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43FCZ705jfz9s4s for ; Wed, 12 Dec 2018 21:23:11 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726680AbeLLKXI (ORCPT ); Wed, 12 Dec 2018 05:23:08 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:58426 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727152AbeLLKWG (ORCPT ); Wed, 12 Dec 2018 05:22:06 -0500 X-IronPort-AV: E=Sophos;i="5.56,344,1539615600"; d="scan'208";a="2627858" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 12 Dec 2018 19:22:05 +0900 Received: from localhost.localdomain (unknown [10.166.17.210]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 05FA84014F5A; Wed, 12 Dec 2018 19:22:05 +0900 (JST) From: Yoshihiro Shimoda To: geert+renesas@glider.be, linus.walleij@linaro.org Cc: linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH 0/2] pinctrl: sh-pfc: r8a7799[05]: Fix MOD_SEL bit numbering Date: Wed, 12 Dec 2018 19:19:33 +0900 Message-Id: <1544609975-26477-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 1.9.1 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This patch set fixes the issue that some MOD_SEL setting is incorrect on r8a7799[05] SoCs. Takeshi Kihara (2): pinctrl: sh-pfc: r8a77990: Fix MOD_SEL bit numbering pinctrl: sh-pfc: r8a77995: Fix MOD_SEL bit numbering drivers/pinctrl/sh-pfc/pfc-r8a77990.c | 28 ++++++++++++++-------------- drivers/pinctrl/sh-pfc/pfc-r8a77995.c | 8 ++++---- 2 files changed, 18 insertions(+), 18 deletions(-)