From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 References: <20190430132309.12473-1-chris.brandt@renesas.com> <20190430132309.12473-4-chris.brandt@renesas.com> In-Reply-To: <20190430132309.12473-4-chris.brandt@renesas.com> From: Geert Uytterhoeven Date: Tue, 30 Apr 2019 16:47:52 +0200 Message-ID: Subject: Re: [PATCH 3/7] dt-bindings: i2c: riic: document r7s9210 support Content-Type: text/plain; charset="UTF-8" To: Chris Brandt Cc: Simon Horman , Rob Herring , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux I2C , Linux-Renesas List-ID: On Tue, Apr 30, 2019 at 3:36 PM Chris Brandt wrote: > Document support for the R7S9210 (RZ/A2) SoC. Also explicitly document > bindings for the R7S72100 (RZ/A1) SoC. > > Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven 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 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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED 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 8CD09C43219 for ; Tue, 30 Apr 2019 14:48:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5DA672147A for ; Tue, 30 Apr 2019 14:48:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726164AbfD3OsF (ORCPT ); Tue, 30 Apr 2019 10:48:05 -0400 Received: from mail-ua1-f68.google.com ([209.85.222.68]:40822 "EHLO mail-ua1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726053AbfD3OsE (ORCPT ); Tue, 30 Apr 2019 10:48:04 -0400 Received: by mail-ua1-f68.google.com with SMTP id u34so2981334uau.7; Tue, 30 Apr 2019 07:48:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8+rRX7GygNe6MDjmpx3rsTWh3phJueY5lQuNv8Fto7w=; b=uSQConNMT6RmoBGRLvVWJCsNS+6gCEsfsI4fT1vNvzEyDMd2uwPDsrHvolcEmyERBf Tlqb/Zaohgh831KXW3S3KqcB1n7SlbWM6xf2DJfy7GJ0Kfaj3y6hO+PQXmZUY6sT4Dtx srUSwPh+FBxW9eTQZ6wUXIDcywr7TgT/gXQvAsJvG1SF7qURAxlVkohBumKHura9w2hT i5PIksE1LNjGPfsdki6IVCbcohZxQ4e6bNosV9fmetn3xyhsWA+G+Y10ObWB6vZXaO8w 6ngZ4eehNJK5OOXDryQ1cYZucroGQbpz83EofYUgY5IImHdgK0xaweGYxB9UiO+qiJpI VYiw== X-Gm-Message-State: APjAAAUWqxLbWRo/Z4KkbKZGCW9eLAjvPQs8G6MGebe4hu6RchfhtyHf mJrAkR59B53ICXyyVRd1i6+UZHnBH2OsWOVz4T0= X-Google-Smtp-Source: APXvYqzlSe8XbOyJS6Sv+jJkkDi9AcK9wNd7rPtLuB7mRS2JI79hJeEa1MtQse82af6LeEI/cjr4Eqmm5JDtiEkAmf4= X-Received: by 2002:ab0:7797:: with SMTP id x23mr3928188uar.28.1556635683820; Tue, 30 Apr 2019 07:48:03 -0700 (PDT) MIME-Version: 1.0 References: <20190430132309.12473-1-chris.brandt@renesas.com> <20190430132309.12473-4-chris.brandt@renesas.com> In-Reply-To: <20190430132309.12473-4-chris.brandt@renesas.com> From: Geert Uytterhoeven Date: Tue, 30 Apr 2019 16:47:52 +0200 Message-ID: Subject: Re: [PATCH 3/7] dt-bindings: i2c: riic: document r7s9210 support To: Chris Brandt Cc: Simon Horman , Rob Herring , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux I2C , Linux-Renesas Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Tue, Apr 30, 2019 at 3:36 PM Chris Brandt wrote: > Document support for the R7S9210 (RZ/A2) SoC. Also explicitly document > bindings for the R7S72100 (RZ/A1) SoC. > > Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven 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