[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACW=pY7DO2aTCye3Wizd6z1fF7QycXbW4OBbLfpehAumMcRv2Q@mail.gmail.com>
Date: Fri, 20 Jun 2025 09:16:55 +0800
From: Sheng-Yuan Huang <hsyemail2@...il.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: johan@...nel.org, linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
Sheng-Yuan Huang <syhuang3@...oton.com>
Subject: Re: [PATCH v2 1/1] USB: serial: nct_usb_serial: add support for
Nuvoton USB adapter
Hi Greg,
My apologies for the incomplete patch submission.
This is my first time submitting a driver, and I'm still getting
familiar with git console operations. A procedural error on my part
led to the patch not including the necessary Kconfig and Makefile
changes.
I truly appreciate you pointing out this mistake promptly, which
allows me to correct it early. I've learned from this, and the next
version of the patch will correctly incorporate all required files.
Thank you for your understanding, and I apologize again for any
inconvenience caused.
Best regards,
Sheng-Yuan Huang
Greg KH <gregkh@...uxfoundation.org> 於 2025年6月19日 週四 下午5:40寫道:
>
> On Wed, Jun 04, 2025 at 10:51:54AM +0800, hsyemail2@...il.com wrote:
> > From: Sheng-Yuan Huang <syhuang3@...oton.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@...oton.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
Powered by blists - more mailing lists