From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 References: <1543972625-11267-1-git-send-email-uli+renesas@fpond.eu> <1543972625-11267-2-git-send-email-uli+renesas@fpond.eu> <20190316222547.GB1111@kunai> In-Reply-To: <20190316222547.GB1111@kunai> From: Geert Uytterhoeven Date: Wed, 21 Aug 2019 10:07:12 +0200 Message-ID: Subject: Re: [PATCH v3 1/2] dt-bindings: can: rcar_can: add r8a77995 (R-Car D3) compatibility strings Content-Type: text/plain; charset="UTF-8" To: Wolfram Sang Cc: Ulrich Hecht , Marc Kleine-Budde , Linux-Renesas , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-can@vger.kernel.org, Rob Herring , Geert Uytterhoeven , Simon Horman , Ulrich Hecht List-ID: On Sat, Mar 16, 2019 at 11:25 PM Wolfram Sang wrote: > On Wed, Dec 05, 2018 at 09:17:04AM +0800, Ulrich Hecht wrote: > > From: Ulrich Hecht > > > > Adds compatible strings for the R-Car CAN controller in the D3 SoC. > > > > Signed-off-by: Ulrich Hecht > > Acked-by: Rob Herring > > Reviewed-by: Geert Uytterhoeven > > Reviewed-by: Simon Horman > > Reviewed-by: Wolfram Sang > > Adding Marc to CC. Thanks, queuing in renesas-devel for v5.4. 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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 D2A6BC3A59E for ; Wed, 21 Aug 2019 08:07:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A51F42332A for ; Wed, 21 Aug 2019 08:07:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726665AbfHUIHY (ORCPT ); Wed, 21 Aug 2019 04:07:24 -0400 Received: from mail-oi1-f195.google.com ([209.85.167.195]:35675 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726317AbfHUIHY (ORCPT ); Wed, 21 Aug 2019 04:07:24 -0400 Received: by mail-oi1-f195.google.com with SMTP id a127so961028oii.2; Wed, 21 Aug 2019 01:07:23 -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=XXpq27Y/6uOHBaJM2/YHsAGx1VCUbYjrhwaxusYnlJw=; b=o1jqSF7AyFceYpB84QwGG/MUennbaN1YRWGjFn4cezDYeizsA/jyzALxvZVmMt+4N1 IguBw4hqR6Rla3M2m9LlTO/qT9xHs6sxka2RB+xPywEkPk18bTLNGJPqBJUX4QP6fK59 BJ7FWOeHTFGx3KJfwfYtL8xL2TTUN780w/YPaYOUKpd2R0yLvZ/KiXx+Q5SgTYO+eu4J Ga0Gp4x/vRj3ifZI8jtc42hpez3kPe0jBoBJmuWD5SRJ5OjcEqPz81M6cuLlUDNGDa2a lG7I7GDSrp3worYTyrbVByTo+bipNIuNFz1K7isFc72OCDRwJyXJrGwnZTWAh4eYn7Cc Z2kw== X-Gm-Message-State: APjAAAWbJefHCCf7f4+LKnjeF7uFmRzLN6O1VSpGzNek1t54asUvk/63 gJjbPXENpjGoNErse9k7U5Krj6MHxe+jbnMuDQU= X-Google-Smtp-Source: APXvYqxwIS20ToA4PgbklgxDV0PjtaLxrQfkDOR9OgXyglBsXvEJDLz04KeHFTI7ZAKylzV1yWJ7pMMog5tBfstVXII= X-Received: by 2002:aca:3382:: with SMTP id z124mr3021580oiz.102.1566374843108; Wed, 21 Aug 2019 01:07:23 -0700 (PDT) MIME-Version: 1.0 References: <1543972625-11267-1-git-send-email-uli+renesas@fpond.eu> <1543972625-11267-2-git-send-email-uli+renesas@fpond.eu> <20190316222547.GB1111@kunai> In-Reply-To: <20190316222547.GB1111@kunai> From: Geert Uytterhoeven Date: Wed, 21 Aug 2019 10:07:12 +0200 Message-ID: Subject: Re: [PATCH v3 1/2] dt-bindings: can: rcar_can: add r8a77995 (R-Car D3) compatibility strings To: Wolfram Sang Cc: Ulrich Hecht , Marc Kleine-Budde , Linux-Renesas , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-can@vger.kernel.org, Rob Herring , Geert Uytterhoeven , Simon Horman , Ulrich Hecht 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 Sat, Mar 16, 2019 at 11:25 PM Wolfram Sang wrote: > On Wed, Dec 05, 2018 at 09:17:04AM +0800, Ulrich Hecht wrote: > > From: Ulrich Hecht > > > > Adds compatible strings for the R-Car CAN controller in the D3 SoC. > > > > Signed-off-by: Ulrich Hecht > > Acked-by: Rob Herring > > Reviewed-by: Geert Uytterhoeven > > Reviewed-by: Simon Horman > > Reviewed-by: Wolfram Sang > > Adding Marc to CC. Thanks, queuing in renesas-devel for v5.4. 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