From patchwork Mon Apr 4 15:29:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 556104 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B75BBC4167B for ; Mon, 4 Apr 2022 15:30:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378305AbiDDPbz (ORCPT ); Mon, 4 Apr 2022 11:31:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378343AbiDDPbx (ORCPT ); Mon, 4 Apr 2022 11:31:53 -0400 Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [IPv6:2a02:1800:120:4::f00:14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3927B25C4E for ; Mon, 4 Apr 2022 08:29:55 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:6d4d:d9ec:3c70:7c2c]) by xavier.telenet-ops.be with bizsmtp id EfVr2700m40M8zK01fVr8A; Mon, 04 Apr 2022 17:29:53 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1nbOeN-008Mgx-EB; Mon, 04 Apr 2022 17:29:51 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1nbOeM-00CdSt-Rt; Mon, 04 Apr 2022 17:29:50 +0200 From: Geert Uytterhoeven To: Linus Walleij , Bartosz Golaszewski Cc: Wolfram Sang , linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2 0/2] gpio: rcar: Add-R-Car S4-8 GPIO support Date: Mon, 4 Apr 2022 17:29:47 +0200 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Linus, Bartosz, This patch series adds support for the Renesas R-Car S4-8 Soc to the R-Car GPIO DT bindings and driver. It has been tested with i2c-gpio, by reading the contents from the I2C EEPROMs on the Spider development board. Changes compared to v1: - Drop RFC, - Split series in DT bindings+driver and DTS series. Thanks! Geert Uytterhoeven (2): dt-bindings: gpio: renesas,rcar-gpio: Add r8a779f0 support gpio: rcar: Add R-Car Gen4 support .../devicetree/bindings/gpio/renesas,rcar-gpio.yaml | 5 +++++ drivers/gpio/gpio-rcar.c | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-)