All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Hovold <johan@kernel.org>
To: Angelo Dureghello <angelo.dureghello@timesys.com>,
	Manivannan Sadhasivam <mani@kernel.org>
Cc: johan@kernel.org, linux-usb@vger.kernel.org,
	kernel test robot <lkp@intel.com>
Subject: Re: [PATCH v2] USB: serial: add support for MaxLinear XR21V1412
Date: Tue, 14 Jul 2020 12:08:51 +0200	[thread overview]
Message-ID: <20200714100851.GB3453@localhost> (raw)
In-Reply-To: <20200709222126.5055-1-angelo.dureghello@timesys.com>

On Fri, Jul 10, 2020 at 12:21:26AM +0200, Angelo Dureghello wrote:
> From some researches, this driver is available from the IC
> constructor site, but for older kernel versions. From there, decided
> to add a much simplier mainline version, written from scratch.

Do you have a pointer to the vendor sources for reference?

> This initial simple version is implemented without any flow control,
> tested mainly at 115200, but all standard baud rates are supported
> and applied as per serial terminal settings.
> 
> Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com>
> Reported-by: kernel test robot <lkp@intel.com>

No need for a reported-by if the robot catches issues during review.
Just mention it in the changelog as you already did below.

> ---
> Changes for v2:
> - fix test robot warning, PARITY_ defines renamed
> ---
>  drivers/usb/serial/Kconfig     |   9 +
>  drivers/usb/serial/Makefile    |   1 +
>  drivers/usb/serial/xr21v1412.c | 361 +++++++++++++++++++++++++++++++++
>  3 files changed, 371 insertions(+)
>  create mode 100644 drivers/usb/serial/xr21v1412.c

Thanks for the submitting this.

There was another driver for this device posted recently, and which
appears to have more features:

	https://lore.kernel.org/r/20200607162350.21297-2-mani@kernel.org

Would you mind taking a look and see if that one would work for you?

I had some comments on the latest version that needs to be addressed,
but I'm assuming Manivannan is working on a v5?

Johan

  reply	other threads:[~2020-07-14 10:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-09 22:21 [PATCH v2] USB: serial: add support for MaxLinear XR21V1412 Angelo Dureghello
2020-07-14 10:08 ` Johan Hovold [this message]
2020-07-14 10:37   ` Manivannan Sadhasivam
2020-07-14 11:22     ` Angelo Dureghello
2020-07-22  8:55     ` Johan Hovold
2020-07-14 11:16   ` Angelo Dureghello
2020-07-22  8:54     ` Johan Hovold

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=20200714100851.GB3453@localhost \
    --to=johan@kernel.org \
    --cc=angelo.dureghello@timesys.com \
    --cc=linux-usb@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=mani@kernel.org \
    /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.