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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F15EC636D6 for ; Thu, 2 Feb 2023 14:54:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232756AbjBBOyL (ORCPT ); Thu, 2 Feb 2023 09:54:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232771AbjBBOxr (ORCPT ); Thu, 2 Feb 2023 09:53:47 -0500 Received: from mail-qt1-f180.google.com (mail-qt1-f180.google.com [209.85.160.180]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8CF190399; Thu, 2 Feb 2023 06:53:21 -0800 (PST) Received: by mail-qt1-f180.google.com with SMTP id m26so2034429qtp.9; Thu, 02 Feb 2023 06:53:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=KVmz0ZGGG5hNzR9A7sThGYZm5Ftof8Kw2ogOSsC2SYs=; b=3Rc7w39PxaQXBYQp+Kp3jT/9Y7eDCKF5K54dHhUq6yDZyBVmyOrpYhJdHot5R0esYI 7lJKq5QTM0C7a5/3Q7QQLWWUqvSBTsTJB4JZ2rOFDMdlTTdaU1J7w8SGLrSqS0cVQljh eKPpD9uk/XxZI/+JRcWq3hBLhcIVyPLeZWB8fDUush8JdT5V219Rg5833PGu8MydJv2S 8pL9s2HzCK7BRr632Vw9sL28JoAM41WBHSDDSUkklUV4nihvNbG9Z3IYQ8bYN60Bla4X J3ejTFYalsNu3bbCnLM0XEax6A76JyF+SR1tFA4yrxtuB9ZOElnrvzMqXEiNvVZEYFJ5 oZ/g== X-Gm-Message-State: AO0yUKXtun/rOa0XIPGJIqeOqZ4IBmi9PTFuOhyi5rVeYr1EIox/XxqX 1yB8a68oscze0QgoTLA0TCPvan3ZLV+FTA== X-Google-Smtp-Source: AK7set9Q2amItF0Syp10S9qUJiZrSVkz4tHmvvby0gtZafYJAJ2Pp9oIPqk994eOfNn8jX1lUweVZA== X-Received: by 2002:a05:622a:190a:b0:3b9:b808:9eb8 with SMTP id w10-20020a05622a190a00b003b9b8089eb8mr13271583qtc.58.1675349600667; Thu, 02 Feb 2023 06:53:20 -0800 (PST) Received: from mail-yw1-f177.google.com (mail-yw1-f177.google.com. [209.85.128.177]) by smtp.gmail.com with ESMTPSA id a17-20020ac86111000000b003b0766cd169sm13942544qtm.2.2023.02.02.06.53.19 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Feb 2023 06:53:20 -0800 (PST) Received: by mail-yw1-f177.google.com with SMTP id 00721157ae682-50660e2d2ffso29606307b3.1; Thu, 02 Feb 2023 06:53:19 -0800 (PST) X-Received: by 2002:a0d:f106:0:b0:507:86ae:c733 with SMTP id a6-20020a0df106000000b0050786aec733mr850721ywf.358.1675349599638; Thu, 02 Feb 2023 06:53:19 -0800 (PST) MIME-Version: 1.0 References: <20230202144000.2qvtnorgig52jfhw@pengutronix.de> In-Reply-To: <20230202144000.2qvtnorgig52jfhw@pengutronix.de> From: Geert Uytterhoeven Date: Thu, 2 Feb 2023 15:53:08 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 12/12] can: rcar_canfd: Add transceiver support To: Marc Kleine-Budde Cc: Wolfgang Grandegger , Rob Herring , Krzysztof Kozlowski , Fabrizio Castro , Philipp Zabel , Ulrich Hecht , linux-can@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Vinod Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Marc, On Thu, Feb 2, 2023 at 3:40 PM Marc Kleine-Budde wrote: > On 24.01.2023 19:41:03, Geert Uytterhoeven wrote: > > On Mon, Jan 23, 2023 at 7:56 PM Geert Uytterhoeven > > wrote: > > > Add support for CAN transceivers described as PHYs. > > > > > > While simple CAN transceivers can do without, this is needed for CAN > > > transceivers like NXP TJR1443 that need a configuration step (like > > > pulling standby or enable lines), and/or impose a bitrate limit. > > > > > > Signed-off-by: Geert Uytterhoeven > > > --- > > > This depends on "[PATCH 1/7] phy: Add devm_of_phy_optional_get() helper". > > > https://lore.kernel.org/all/f53a1bcca637ceeafb04ce3540a605532d3bc34a.1674036164.git.geert+renesas@glider.be > > > > v2: "[PATCH v2 3/9] phy: Add devm_of_phy_optional_get() helper" > > https://lore.kernel.org/all/4cd0069bcff424ffc5c3a102397c02370b91985b.1674584626.git.geert+renesas@glider.be > > > > I'll keep you updated when/if this ends up on an immutable branch. > > Should I take the patches 1...11 for can-next/main? That would be great, thanks! I had hoped Vinod would have applied the dependency, and provided an immutable branch, as originally planned. Alternatively, I can send a v2 of 12/12 that does not rely on the new helper, and convert it later. 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