From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH] pinctrl: sh-pfc: r8a7795: Make PORT_GP_x() macros consistent Date: Fri, 30 Oct 2015 15:07:44 +0100 Message-ID: References: <1446147587-20216-1-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-oi0-f43.google.com ([209.85.218.43]:34416 "EHLO mail-oi0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966086AbbJ3OHp (ORCPT ); Fri, 30 Oct 2015 10:07:45 -0400 Received: by oies66 with SMTP id s66so59261018oie.1 for ; Fri, 30 Oct 2015 07:07:45 -0700 (PDT) In-Reply-To: <1446147587-20216-1-git-send-email-geert+renesas@glider.be> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Geert Uytterhoeven Cc: Laurent Pinchart , Kuninori Morimoto , "linux-sh@vger.kernel.org" , "linux-gpio@vger.kernel.org" On Thu, Oct 29, 2015 at 8:39 PM, Geert Uytterhoeven wrote: > On r8a7795, PORT_GP_x() is a macro for defining GPIOs 0..x. > In all other sh-pfc code, PORT_GP_x() is a macro for defining GPIOs > 0..(x-1). > > Make the r8a7795 macro definitions consistent with the rest of the > sh-pfc codebase. > > Signed-off-by: Geert Uytterhoeven Acked-by: Linus Walleij Counting on you to stack this up again, but let's save the next pull request until after the merge window. Yours, Linus Walleij