From: Greg KH <gregkh@linuxfoundation.org>
To: hsyemail2@gmail.com
Cc: johan@kernel.org, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org,
Sheng-Yuan Huang <syhuang3@nuvoton.com>
Subject: Re: [PATCH v2 1/1] USB: serial: nct_usb_serial: add support for Nuvoton USB adapter
Date: Thu, 19 Jun 2025 11:40:00 +0200 [thread overview]
Message-ID: <2025061941-dexterous-basket-fc7f@gregkh> (raw)
In-Reply-To: <20250604025154.10165-2-syhuang3@nuvoton.com>
On Wed, Jun 04, 2025 at 10:51:54AM +0800, hsyemail2@gmail.com wrote:
> From: Sheng-Yuan Huang <syhuang3@nuvoton.com>
>
> Add support for the Nuvoton USB-to-serial adapter, which provides
> multiple serial ports over a single USB interface.
>
> The device exposes one control endpoint, one bulk-in endpoint, and
> one bulk-out endpoint for data transfer. Port status is reported via
> an interrupt-in or bulk-in endpoint, depending on device configuration.
>
> This driver implements basic TTY operations.
>
> Signed-off-by: Sheng-Yuan Huang <syhuang3@nuvoton.com>
> ---
> drivers/usb/serial/nct_usb_serial.c | 1480 +++++++++++++++++++++++++++
> 1 file changed, 1480 insertions(+)
> create mode 100644 drivers/usb/serial/nct_usb_serial.c
This patch does not actually allow the .c file to be built, so how was
this tested?
confused,
greg k-h
next prev parent reply other threads:[~2025-06-19 9:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-03 3:20 [PATCH v1 0/1] USB: serial: add support for Nuvoton USB adapter hsyemail2
2025-06-03 3:20 ` [PATCH v1 1/1] USB: serial: nct_usb_serial: " hsyemail2
2025-06-03 4:19 ` Greg Kroah-Hartman
2025-06-04 2:51 ` [PATCH v2 0/1] " hsyemail2
2025-06-04 2:51 ` [PATCH v2 1/1] " hsyemail2
2025-06-19 9:40 ` Greg KH [this message]
2025-06-20 1:16 ` Sheng-Yuan Huang
2025-06-03 11:57 ` [PATCH v1 " Oliver Neukum
2025-06-05 1:15 ` 逸曉塵
2025-06-23 7:17 ` [PATCH v3 0/1] " hsyemail2
2025-06-23 7:17 ` [PATCH v3 1/1] " hsyemail2
2025-06-23 10:32 ` Oliver Neukum
2025-06-27 0:59 ` Sheng-Yuan Huang
2025-08-20 8:07 ` [PATCH v4 0/1] " hsyemail2
2025-08-20 8:07 ` [PATCH v4 1/1] " hsyemail2
2025-10-21 15:30 ` Johan Hovold
2025-06-27 7:13 ` [PATCH v3 " kernel test robot
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=2025061941-dexterous-basket-fc7f@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=hsyemail2@gmail.com \
--cc=johan@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=syhuang3@nuvoton.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).