From: "pankj.sharma" <pankj.sharma@samsung.com>
To: "'Oliver Hartkopp'" <socketcan@hartkopp.net>,
"'Marc Kleine-Budde'" <mkl@pengutronix.de>,
<linux-can@vger.kernel.org>, <netdev@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Cc: <sriram.dash@samsung.com>, <dmurphy@ti.com>, <wg@grandegger.com>,
<davem@davemloft.net>, <kuba@kernel.org>,
<pankaj.dubey@samsung.com>
Subject: RE: [PATCH] can: m_can: add support for bosch mcan version 3.3.0
Date: Thu, 26 Nov 2020 17:51:01 +0530 [thread overview]
Message-ID: <0e7001d6c3ee$9c42e1f0$d4c8a5d0$@samsung.com> (raw)
In-Reply-To: <e6f36ce5-1197-d93b-705b-2f7d68761f04@hartkopp.net>
> From: Oliver Hartkopp <socketcan@hartkopp.net>
> Subject: Re: [PATCH] can: m_can: add support for bosch mcan version 3.3.0
>
>
>
> On 26.11.20 11:48, Marc Kleine-Budde wrote:
> > On 11/26/20 5:51 AM, Pankaj Sharma wrote:
> >> Add support for mcan bit timing and control mode according to bosch
> >> mcan IP version 3.3.0 The mcan version read from the Core Release
> >> field of CREL register would be 33. Accordingly the properties are to
> >> be set for mcan v3.3.0
> >
> > BTW: do you have the v3.2 and v3.1 datasheets?
>
> Unfortunately Bosch does not give access to older documents, so I tried to
> concentrate all my downloaded versions of public available information here:
>
> https://protect2.fireeye.com/v1/url?k=6afc7639-35674f23-6afdfd76-
> 000babff24ad-be473a015905c7ca&q=1&e=8d02d5be-2511-407d-bfd1-
> 1d9135e21b7c&u=https%3A%2F%2Fgithub.com%2Fhartkopp%2FM_CAN-User-
> Manual-History
Thanks Oliver for sharing the link.
@Marc: I have used the documents from the link provided by Oliver.
Regards
Pankaj Sharma
>
> PR's with updates are welcome ;-)
>
> Best,
> Oliver
>
> ps. @Bosch Semiconductors - Read the README there! I would like to remove
> my own collection.
>
> >
> > Marc
> >
> >> Signed-off-by: Pankaj Sharma <pankj.sharma@samsung.com>
> >> ---
> >> Depends on:
> >> https://protect2.fireeye.com/v1/url?k=6c628f8e-33f9b694-6c6304c1-000b
> >> abff24ad-a2e76f208a6b1470&q=1&e=8d02d5be-2511-407d-bfd1-
> 1d9135e21b7c&
> >> u=https%3A%2F%2Fmarc.info%2F%3Fl%3Dlinux-
> can%26m%3D160624495218700%26
> >> w%3D2
> >>
> >> drivers/net/can/m_can/m_can.c | 2 ++
> >> 1 file changed, 2 insertions(+)
> >>
> >> diff --git a/drivers/net/can/m_can/m_can.c
> >> b/drivers/net/can/m_can/m_can.c index 86bbbfa..7652175 100644
> >> --- a/drivers/net/can/m_can/m_can.c
> >> +++ b/drivers/net/can/m_can/m_can.c
> >> @@ -1385,6 +1385,8 @@ static int m_can_dev_setup(struct m_can_classdev
> *m_can_dev)
> >>
> &m_can_data_bittiming_const_31X;
> >> break;
> >> case 32:
> >> + case 33:
> >> + /* Support both MCAN version v3.2.x and v3.3.0 */
> >> m_can_dev->can.bittiming_const = m_can_dev->bit_timing ?
> >> m_can_dev->bit_timing :
> &m_can_bittiming_const_31X;
> >>
> >>
> >
> >
next prev parent reply other threads:[~2020-11-27 6:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20201126045221epcas5p46f00cd452b8023262f5556e6f4567352@epcas5p4.samsung.com>
2020-11-26 4:51 ` [PATCH] can: m_can: add support for bosch mcan version 3.3.0 Pankaj Sharma
2020-11-26 10:48 ` Marc Kleine-Budde
2020-11-26 11:21 ` Oliver Hartkopp
2020-11-26 12:21 ` pankj.sharma [this message]
2020-11-26 10:51 ` Marc Kleine-Budde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='0e7001d6c3ee$9c42e1f0$d4c8a5d0$@samsung.com' \
--to=pankj.sharma@samsung.com \
--cc=davem@davemloft.net \
--cc=dmurphy@ti.com \
--cc=kuba@kernel.org \
--cc=linux-can@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mkl@pengutronix.de \
--cc=netdev@vger.kernel.org \
--cc=pankaj.dubey@samsung.com \
--cc=socketcan@hartkopp.net \
--cc=sriram.dash@samsung.com \
--cc=wg@grandegger.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.