mbox series

[GIT,PULL] USB-serial updates for 5.15-rc1

Message ID YS4A7ZJYrhRXb+PN@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 2037e5d6fbbcee276a10737a0ed40694dcd2d071
Headers show
Series [GIT,PULL] USB-serial updates for 5.15-rc1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.15-rc1-2

Message

Johan Hovold Aug. 31, 2021, 10:14 a.m. UTC
The following changes since commit ff1176468d368232b684f75e82563369208bc371:

  Linux 5.14-rc3 (2021-07-25 15:35:14 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.15-rc1-2

for you to fetch changes up to a65ab973c1669d3edc27719527bb3906f7b09918:

  USB: serial: replace symbolic permissions by octal permissions (2021-08-26 09:38:27 +0200)

----------------------------------------------------------------
USB-serial updates for 5.15-rc1

Here are the USB serial updates for 5.15-rc1, including:

 - a couple of fixes for cp210x termios error handling
 - retrieval of fw revisions for more cp210x types
 - a switch to octal permissions for all module-parameter definitions

Included are also various clean ups.

All have been in linux-next with no reported issues.

----------------------------------------------------------------
Johan Hovold (7):
      USB: serial: io_edgeport: drop unused descriptor helper
      USB: serial: cp210x: fix control-characters error handling
      USB: serial: cp210x: fix flow-control error handling
      USB: serial: cp210x: clean up control-request timeout
      USB: serial: cp210x: clean up set-chars request
      USB: serial: cp210x: clean up type detection
      USB: serial: cp210x: determine fw version for CP2105 and CP2108

Utkarsh Verma (1):
      USB: serial: replace symbolic permissions by octal permissions

 drivers/usb/serial/cp210x.c      | 77 +++++++++++++++++-----------------------
 drivers/usb/serial/cypress_m8.c  |  6 ++--
 drivers/usb/serial/ftdi_sio.c    |  2 +-
 drivers/usb/serial/garmin_gps.c  |  2 +-
 drivers/usb/serial/io_edgeport.c | 33 -----------------
 drivers/usb/serial/io_ti.c       |  4 +--
 drivers/usb/serial/ipaq.c        |  4 +--
 drivers/usb/serial/iuu_phoenix.c | 10 +++---
 drivers/usb/serial/sierra.c      |  2 +-
 9 files changed, 47 insertions(+), 93 deletions(-)

Comments

Greg Kroah-Hartman Sept. 1, 2021, 2:18 p.m. UTC | #1
On Tue, Aug 31, 2021 at 12:14:05PM +0200, Johan Hovold wrote:
> The following changes since commit ff1176468d368232b684f75e82563369208bc371:
> 
>   Linux 5.14-rc3 (2021-07-25 15:35:14 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.15-rc1-2
> 
> for you to fetch changes up to a65ab973c1669d3edc27719527bb3906f7b09918:
> 
>   USB: serial: replace symbolic permissions by octal permissions (2021-08-26 09:38:27 +0200)
> 
> ----------------------------------------------------------------
> USB-serial updates for 5.15-rc1
> 
> Here are the USB serial updates for 5.15-rc1, including:
> 
>  - a couple of fixes for cp210x termios error handling
>  - retrieval of fw revisions for more cp210x types
>  - a switch to octal permissions for all module-parameter definitions
> 
> Included are also various clean ups.
> 
> All have been in linux-next with no reported issues.
> 

Ugh, this was late, I'll pull this in after Linus takes the request I
just sent him...

thanks,

greg k-h
Greg Kroah-Hartman Sept. 1, 2021, 6:11 p.m. UTC | #2
On Wed, Sep 01, 2021 at 04:18:18PM +0200, Greg Kroah-Hartman wrote:
> On Tue, Aug 31, 2021 at 12:14:05PM +0200, Johan Hovold wrote:
> > The following changes since commit ff1176468d368232b684f75e82563369208bc371:
> > 
> >   Linux 5.14-rc3 (2021-07-25 15:35:14 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.15-rc1-2
> > 
> > for you to fetch changes up to a65ab973c1669d3edc27719527bb3906f7b09918:
> > 
> >   USB: serial: replace symbolic permissions by octal permissions (2021-08-26 09:38:27 +0200)
> > 
> > ----------------------------------------------------------------
> > USB-serial updates for 5.15-rc1
> > 
> > Here are the USB serial updates for 5.15-rc1, including:
> > 
> >  - a couple of fixes for cp210x termios error handling
> >  - retrieval of fw revisions for more cp210x types
> >  - a switch to octal permissions for all module-parameter definitions
> > 
> > Included are also various clean ups.
> > 
> > All have been in linux-next with no reported issues.
> > 
> 
> Ugh, this was late, I'll pull this in after Linus takes the request I
> just sent him...

Now pulled into my tree, thanks.

greg k-h
Johan Hovold Sept. 2, 2021, 7:27 a.m. UTC | #3
On Wed, Sep 01, 2021 at 04:18:18PM +0200, Greg Kroah-Hartman wrote:
> On Tue, Aug 31, 2021 at 12:14:05PM +0200, Johan Hovold wrote:

> > USB-serial updates for 5.15-rc1
> > 
> > Here are the USB serial updates for 5.15-rc1, including:
> > 
> >  - a couple of fixes for cp210x termios error handling
> >  - retrieval of fw revisions for more cp210x types
> >  - a switch to octal permissions for all module-parameter definitions
> > 
> > Included are also various clean ups.
> > 
> > All have been in linux-next with no reported issues.
> > 
> 
> Ugh, this was late, I'll pull this in after Linus takes the request I
> just sent him...

Sorry about that. I wanted to include the late pl2303 fix to make sure
it made it into -rc1, but in the end I sent that one separately to avoid
a back merge.

Johan