diff for duplicates of <21124316.ibhe1N9UZS@avalon> diff --git a/a/1.txt b/N1/1.txt index 129cfc6..c01c1f0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -54,11 +54,11 @@ would make sense for pinconf-generic as well ? > + dev_err(dev, "could not parse property pins/groups\n"); > + goto exit; > + } -> + if (type = PIN_MAP_TYPE_INVALID) +> + if (type == PIN_MAP_TYPE_INVALID) > + type = PIN_MAP_TYPE_CONFIGS_GROUP; > + dt_pin_specifier = "groups"; > + } else { -> + if (type = PIN_MAP_TYPE_INVALID) +> + if (type == PIN_MAP_TYPE_INVALID) > + type = PIN_MAP_TYPE_CONFIGS_PIN; > } > reserve *= ret; diff --git a/a/content_digest b/N1/content_digest index 260bac3..7429eb4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01415041531-15520-1-git-send-email-soren.brinkmann@xilinx.com\0" "ref\01415041531-15520-3-git-send-email-soren.brinkmann@xilinx.com\0" - "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" - "Subject\0Re: [PATCH 2/7] pinctrl: pinconf-generic: Infer map type from DT property\0" - "Date\0Wed, 05 Nov 2014 13:56:29 +0000\0" + "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" + "Subject\0[PATCH 2/7] pinctrl: pinconf-generic: Infer map type from DT property\0" + "Date\0Wed, 05 Nov 2014 15:56:29 +0200\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -62,11 +62,11 @@ "> +\t\t\tdev_err(dev, \"could not parse property pins/groups\\n\");\n" "> +\t\t\tgoto exit;\n" "> +\t\t}\n" - "> +\t\tif (type = PIN_MAP_TYPE_INVALID)\n" + "> +\t\tif (type == PIN_MAP_TYPE_INVALID)\n" "> +\t\t\ttype = PIN_MAP_TYPE_CONFIGS_GROUP;\n" "> +\t\tdt_pin_specifier = \"groups\";\n" "> +\t} else {\n" - "> +\t\tif (type = PIN_MAP_TYPE_INVALID)\n" + "> +\t\tif (type == PIN_MAP_TYPE_INVALID)\n" "> +\t\t\ttype = PIN_MAP_TYPE_CONFIGS_PIN;\n" "> \t}\n" "> \treserve *= ret;\n" @@ -105,4 +105,4 @@ "\n" Laurent Pinchart -f69438779b9028e21f52e8661a6054292eb7300feb19facb59925392b2c43a19 +8ae95ad3d9efa74963d98ceb3bd3728ab56eb13de98e7f2186498e648385e74f
diff --git a/a/1.txt b/N2/1.txt index 129cfc6..c01c1f0 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -54,11 +54,11 @@ would make sense for pinconf-generic as well ? > + dev_err(dev, "could not parse property pins/groups\n"); > + goto exit; > + } -> + if (type = PIN_MAP_TYPE_INVALID) +> + if (type == PIN_MAP_TYPE_INVALID) > + type = PIN_MAP_TYPE_CONFIGS_GROUP; > + dt_pin_specifier = "groups"; > + } else { -> + if (type = PIN_MAP_TYPE_INVALID) +> + if (type == PIN_MAP_TYPE_INVALID) > + type = PIN_MAP_TYPE_CONFIGS_PIN; > } > reserve *= ret; diff --git a/a/content_digest b/N2/content_digest index 260bac3..0554713 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,8 +2,16 @@ "ref\01415041531-15520-3-git-send-email-soren.brinkmann@xilinx.com\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH 2/7] pinctrl: pinconf-generic: Infer map type from DT property\0" - "Date\0Wed, 05 Nov 2014 13:56:29 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Wed, 05 Nov 2014 15:56:29 +0200\0" + "To\0Soren Brinkmann <soren.brinkmann@xilinx.com>\0" + "Cc\0Linus Walleij <linus.walleij@linaro.org>" + Michal Simek <michal.simek@xilinx.com> + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + Alessandro Rubini <rubini@unipv.it> + Heiko Stuebner <heiko@sntech.de> + linux-rockchip@lists.infradead.org + " linux-sh@vger.kernel.org\0" "\00:1\0" "b\0" "Hi Soren,\n" @@ -62,11 +70,11 @@ "> +\t\t\tdev_err(dev, \"could not parse property pins/groups\\n\");\n" "> +\t\t\tgoto exit;\n" "> +\t\t}\n" - "> +\t\tif (type = PIN_MAP_TYPE_INVALID)\n" + "> +\t\tif (type == PIN_MAP_TYPE_INVALID)\n" "> +\t\t\ttype = PIN_MAP_TYPE_CONFIGS_GROUP;\n" "> +\t\tdt_pin_specifier = \"groups\";\n" "> +\t} else {\n" - "> +\t\tif (type = PIN_MAP_TYPE_INVALID)\n" + "> +\t\tif (type == PIN_MAP_TYPE_INVALID)\n" "> +\t\t\ttype = PIN_MAP_TYPE_CONFIGS_PIN;\n" "> \t}\n" "> \treserve *= ret;\n" @@ -105,4 +113,4 @@ "\n" Laurent Pinchart -f69438779b9028e21f52e8661a6054292eb7300feb19facb59925392b2c43a19 +f6a37203e926722c21f0e8990014f0769805d55bb272807f95197d31504b5ba5
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.