{"id":806348,"url":"http://patchwork.ozlabs.org/api/1.0/patches/806348/?format=json","project":{"id":42,"url":"http://patchwork.ozlabs.org/api/1.0/projects/42/?format=json","name":"Linux GPIO development","link_name":"linux-gpio","list_id":"linux-gpio.vger.kernel.org","list_email":"linux-gpio@vger.kernel.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<1503886886-30065-1-git-send-email-hayashi.kunihiko@socionext.com>","date":"2017-08-28T02:21:26","name":"pinctrl: uniphier: fix members of rmii group for Pro4","commit_ref":null,"pull_url":null,"state":"new","archived":false,"hash":"af4158424d544ba17cd0cdf2ac1747924a2b4d97","submitter":{"id":71700,"url":"http://patchwork.ozlabs.org/api/1.0/people/71700/?format=json","name":"Kunihiko Hayashi","email":"hayashi.kunihiko@socionext.com"},"delegate":null,"mbox":"http://patchwork.ozlabs.org/project/linux-gpio/patch/1503886886-30065-1-git-send-email-hayashi.kunihiko@socionext.com/mbox/","series":[{"id":58,"url":"http://patchwork.ozlabs.org/api/1.0/series/58/?format=json","date":"2017-08-28T02:21:26","name":"pinctrl: uniphier: fix members of rmii group for Pro4","version":1,"mbox":"http://patchwork.ozlabs.org/series/58/mbox/"}],"check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/806348/checks/","tags":{},"headers":{"Return-Path":"<linux-gpio-owner@vger.kernel.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=linux-gpio-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xgb9w1N3bz9s8J\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 28 Aug 2017 12:21:40 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751704AbdH1CVi (ORCPT <rfc822;incoming@patchwork.ozlabs.org>);\n\tSun, 27 Aug 2017 22:21:38 -0400","from mx.socionext.com ([202.248.49.38]:19888 \"EHLO\n\tmx.socionext.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751856AbdH1CVi (ORCPT <rfc822;linux-gpio@vger.kernel.org>);\n\tSun, 27 Aug 2017 22:21:38 -0400","from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54])\n\tby mx.socionext.com with ESMTP; 28 Aug 2017 11:21:36 +0900","from mail.mfilter.local (unknown [10.213.24.61])\n\tby iyokan-ex.css.socionext.com (Postfix) with ESMTP id EA9FB610C6;\n\tMon, 28 Aug 2017 11:21:36 +0900 (JST)","from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP;\n\tMon, 28 Aug 2017 11:21:36 +0900","from plum.e01.socionext.com (unknown [10.213.132.32])\n\tby kinkan.css.socionext.com (Postfix) with ESMTP id 7F6441A0E16;\n\tMon, 28 Aug 2017 11:21:36 +0900 (JST)"],"From":"Kunihiko Hayashi <hayashi.kunihiko@socionext.com>","To":"linux-gpio@vger.kernel.org","Cc":"yamada.masahiro@socionext.com, linus.walleij@linaro.org,\n\tlinux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org,\n\tKunihiko Hayashi <hayashi.kunihiko@socionext.com>","Subject":"[PATCH] pinctrl: uniphier: fix members of rmii group for Pro4","Date":"Mon, 28 Aug 2017 11:21:26 +0900","Message-Id":"<1503886886-30065-1-git-send-email-hayashi.kunihiko@socionext.com>","X-Mailer":"git-send-email 2.7.4","Sender":"linux-gpio-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<linux-gpio.vger.kernel.org>","X-Mailing-List":"linux-gpio@vger.kernel.org"},"content":"The ether_rmii_groups should have \"ether_rmii\" and \"ether_rmiib\" as\nmembers. This patch replaces to them.\n\nSigned-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>\n---\n drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c b/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c\nindex a433a30..adc65ea 100644\n--- a/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c\n+++ b/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c\n@@ -1462,7 +1462,7 @@ static const struct uniphier_pinctrl_group uniphier_pro4_groups[] = {\n static const char * const emmc_groups[] = {\"emmc\", \"emmc_dat8\"};\n static const char * const ether_mii_groups[] = {\"ether_mii\"};\n static const char * const ether_rgmii_groups[] = {\"ether_rgmii\"};\n-static const char * const ether_rmii_groups[] = {\"ether_rgmii\", \"ether_rgmiib\"};\n+static const char * const ether_rmii_groups[] = {\"ether_rmii\", \"ether_rmiib\"};\n static const char * const i2c0_groups[] = {\"i2c0\"};\n static const char * const i2c1_groups[] = {\"i2c1\"};\n static const char * const i2c2_groups[] = {\"i2c2\"};\n","prefixes":[]}