mbox series

[GIT,PULL] USB-serial fixes for 5.13-rc6

Message ID YMM24hYHEe78rHoJ@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 7c4363d3948535e6a9116a325b2fb56eab6b88ff
Headers show
Series [GIT,PULL] USB-serial fixes for 5.13-rc6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.13-rc6

Message

Johan Hovold June 11, 2021, 10:11 a.m. UTC
The following changes since commit bc96c72df33ee81b24d87eab953c73f7bcc04f29:

  USB: serial: ftdi_sio: add NovaTech OrionMX product ID (2021-06-05 12:26:01 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.13-rc6

for you to fetch changes up to 63a8eef70ccb5199534dec56fed9759d214bfe55:

  USB: serial: cp210x: fix CP2102N-A01 modem control (2021-06-10 16:59:00 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.13-rc6

Here are two fixes for the cp210x driver. The first fixes a regression
with early revisions of the CP2102N which specifically broke some ESP32
development boards. The second makes sure that the pin configuration is
detected properly also for the CP2102N QFN20 package.

Both have been in linux-next over night and with no reported issues.

----------------------------------------------------------------
Johan Hovold (1):
      USB: serial: cp210x: fix CP2102N-A01 modem control

Stefan Agner (1):
      USB: serial: cp210x: fix alternate function for CP2102N QFN20

 drivers/usb/serial/cp210x.c | 84 +++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 78 insertions(+), 6 deletions(-)

Comments

Greg Kroah-Hartman June 11, 2021, 10:33 a.m. UTC | #1
On Fri, Jun 11, 2021 at 12:11:46PM +0200, Johan Hovold wrote:
> The following changes since commit bc96c72df33ee81b24d87eab953c73f7bcc04f29:
> 
>   USB: serial: ftdi_sio: add NovaTech OrionMX product ID (2021-06-05 12:26:01 +0200)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.13-rc6

Pulled and pushed out, thanks,

greg k-h