From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ramesh Shanmugasundaram Subject: RE: [PATCH v3] can: rcar_canfd: Add Renesas R-Car CAN FD driver Date: Mon, 21 Mar 2016 15:43:13 +0000 Message-ID: References: <1457019515-21158-1-git-send-email-ramesh.shanmugasundaram@bp.renesas.com> <1458035294-8150-1-git-send-email-ramesh.shanmugasundaram@bp.renesas.com> <56E80422.9000902@hartkopp.net> <56E864AC.2040605@hartkopp.net> <56E92BCF.1080508@hartkopp.net> <56E9CE32.6050504@hartkopp.net> <56EB17BB.9030308@hartkopp.net> <56EC5AB0.1080107@hartkopp.net> <56F013B3.6050301@hartkopp.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Return-path: Received: from relmlor2.renesas.com ([210.160.252.172]:63111 "EHLO relmlie1.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755999AbcCUPnT convert rfc822-to-8bit (ORCPT ); Mon, 21 Mar 2016 11:43:19 -0400 In-Reply-To: <56F013B3.6050301@hartkopp.net> Content-Language: en-US Sender: linux-can-owner@vger.kernel.org List-ID: To: Oliver Hartkopp , "mkl@pengutronix.de" , "wg@grandegger.com" Cc: "linux-can@vger.kernel.org" Hi Oliver. > > /* The R-Car CAN FD controller can operate in either one of the below > two modes > > * - CAN FD only mode > > * - Classical CAN (CAN 2.0) only mode > > * > > * This driver puts the controller in CAN FD only mode by default. In > > this > > This driver does not support the Classical CAN (CAN 2.0) mode of the > controller which is handled by a different register set and therefore puts > the controller in CAN FD only mode by default. In this With a slight re-wording if I may "This driver puts the controller in CAN FD only mode by default. In this mode, the controller acts as a CAN FD node that can also interoperate with CAN 2.0 nodes. As of now, this driver does not support the classical CAN (CAN 2.0) mode, which is handled by a different register map compared to CAN FD only mode" It kind of implies "can only" mode patch will come next & we consciously submitted CAN FD only first to keep it simple :-) Thanks, Ramesh