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 26CABC04A68 for ; Wed, 27 Jul 2022 18:36:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232957AbiG0Sg3 (ORCPT ); Wed, 27 Jul 2022 14:36:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232034AbiG0SgL (ORCPT ); Wed, 27 Jul 2022 14:36:11 -0400 Received: from mail.enpas.org (zhong.enpas.org [46.38.239.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8C5F2820EB; Wed, 27 Jul 2022 10:33:32 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail.enpas.org (Postfix) with ESMTPSA id 456C5FFCE8; Wed, 27 Jul 2022 17:33:15 +0000 (UTC) Date: Wed, 27 Jul 2022 19:33:13 +0200 From: Max Staudt To: Dario Binacchi Cc: Marc Kleine-Budde , linux-kernel@vger.kernel.org, linux-can@vger.kernel.org, Oliver Hartkopp , michael@amarulasolutions.com, Amarula patchwork , Jeroen Hofstee , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Wolfgang Grandegger , netdev@vger.kernel.org, Vincent Mailhol Subject: Re: [RFC PATCH v3 8/9] can: slcan: add support to set bit time register (btr) Message-ID: <20220727193313.71d54ce0.max@enpas.org> In-Reply-To: References: <20220726210217.3368497-1-dario.binacchi@amarulasolutions.com> <20220726210217.3368497-9-dario.binacchi@amarulasolutions.com> <20220727113054.ffcckzlcipcxer2c@pengutronix.de> <20220727172101.iw3yiynni6feft4v@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-can@vger.kernel.org On Wed, 27 Jul 2022 19:28:45 +0200 Dario Binacchi wrote: > On Wed, Jul 27, 2022 at 7:21 PM Marc Kleine-Budde wrote: > > > > Ok - We avoided writing bit timing registers from user space into the > > hardware for all existing drivers. If there isn't a specific use case, > > let's skip this patch. If someone comes up with a use case we can think > > of a proper solution. > > Ok. So do I also remove the 7/9 "ethtool: add support to get/set CAN > bit time register" > patch ? If I may answer as well - IMHO, yes. Unless we know that BTR is something other than just a different way to express the bitrate, I'd skip it, yes. Because bitrate is already handled by other, cross-device mechanisms. Max