From: Andreas Werner <andreas.werner@men.de>
To: <wg@grandegger.com>
Cc: <mkl@pengutronix.de>, <linux-can@vger.kernel.org>,
<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<morbidrsa@gmail.com>, <andy@wernerandy.de>
Subject: Re: [PATCH] net: can: Introduce MEN 16Z192-00 CAN controller driver
Date: Fri, 15 Jul 2016 10:02:03 +0200 [thread overview]
Message-ID: <20160715080202.GA5183@awelinux> (raw)
In-Reply-To: <20160628134412.GA25172@awelinux>
Hi,
just want to send a ping.
Does anybody have comments on this driver?
Regards
Andy
> This CAN Controller is found on MEN Chameleon FPGAs.
>
> The driver/device supports the CAN2.0 specification.
> There are 255 RX and 255 Tx buffer within the IP. The
> pointer for the buffer are handled by HW to make the
> access from within the driver as simple as possible.
>
> The driver also supports parameters to configure the
> buffer level interrupt for RX/TX as well as a RX timeout
> interrupt.
>
> With this configuration options, the driver/device
> provides flexibility for different types of usecases.
>
> Signed-off-by: Andreas Werner <andreas.werner@men.de>
> ---
> drivers/net/can/Kconfig | 10 +
> drivers/net/can/Makefile | 1 +
> drivers/net/can/men_z192_can.c | 990 +++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 1001 insertions(+)
> create mode 100644 drivers/net/can/men_z192_can.c
next prev parent reply other threads:[~2016-07-15 8:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-28 13:44 [PATCH] net: can: Introduce MEN 16Z192-00 CAN controller driver Andreas Werner
2016-07-15 8:02 ` Andreas Werner [this message]
2017-04-14 15:21 ` 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=20160715080202.GA5183@awelinux \
--to=andreas.werner@men.de \
--cc=andy@wernerandy.de \
--cc=linux-can@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mkl@pengutronix.de \
--cc=morbidrsa@gmail.com \
--cc=netdev@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).