From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB3CBC04A6B for ; Fri, 10 May 2019 12:10:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BDEBB20850 for ; Fri, 10 May 2019 12:10:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727194AbfEJMK1 (ORCPT ); Fri, 10 May 2019 08:10:27 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:56604 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727225AbfEJMK1 (ORCPT ); Fri, 10 May 2019 08:10:27 -0400 Received: from ramsan ([84.194.111.163]) by laurent.telenet-ops.be with bizsmtp id AcAQ2000G3XaVaC01cAQde; Fri, 10 May 2019 14:10:24 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hP4M4-0003Qn-3d; Fri, 10 May 2019 14:10:24 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hP4M4-0001fy-1V; Fri, 10 May 2019 14:10:24 +0200 From: Geert Uytterhoeven To: Linus Walleij Cc: linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/2] pinctrl: sh-pfc: r8a7778: Use common PORT_GP_CFG_27() macro Date: Fri, 10 May 2019 14:10:21 +0200 Message-Id: <20190510121023.6397-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Linus, This is a small cleanup for the R-Car M1A pin control driver, replacing custom by common code. To be queued in sh-pfc-for-v5.3. Geert Uytterhoeven (2): pinctrl: sh-pfc: Add PORT_GP_27 helper macro pinctrl: sh-pfc: r8a7778: Use common PORT_GP_CFG_27() macro drivers/pinctrl/sh-pfc/pfc-r8a7778.c | 18 +----------------- drivers/pinctrl/sh-pfc/sh_pfc.h | 8 ++++++-- 2 files changed, 7 insertions(+), 19 deletions(-) -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds