From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 1 Nov 2020 12:31:40 +0100 Subject: [PATCH 5/8] pinctrl: renesas: r8a7795: Optimize pinctrl image size for R8A774E1 In-Reply-To: <20201028103429.3051-6-biju.das.jz@bp.renesas.com> References: <20201028103429.3051-1-biju.das.jz@bp.renesas.com> <20201028103429.3051-6-biju.das.jz@bp.renesas.com> Message-ID: <8cf93e2b-2a38-cbab-22f1-030091594185@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/28/20 11:34 AM, Biju Das wrote: > This driver supports both RZ/G2H and R-Car H3 SoCs. > Optimize pinctrl image size for RZ/G2H, when support for R-Car H3 > (R8A7795) is not enabled > > Based on the similar patch on Linux. Applied, thanks