mbox series

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

Message ID YbxX3akVsGBNa+KH@hovoldconsulting.com
State New
Headers show
Series [GIT,PULL] USB-serial fixes for 5.16-rc6 | expand

Pull-request

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

Message

Johan Hovold Dec. 17, 2021, 9:26 a.m. UTC
The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c:

  Linux 5.16-rc5 (2021-12-12 14:53:01 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2b503c8598d1b232e7fc7526bce9326d92331541:

  USB: serial: option: add Telit FN990 compositions (2021-12-14 09:22:06 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.16-rc6

Here's a fix for a reported problem in the cp210x gpio-registration code
and some more modem device ids.

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

----------------------------------------------------------------
Daniele Palmas (1):
      USB: serial: option: add Telit FN990 compositions

Johan Hovold (1):
      USB: serial: cp210x: fix CP2105 GPIO registration

 drivers/usb/serial/cp210x.c | 6 ++++--
 drivers/usb/serial/option.c | 8 ++++++++
 2 files changed, 12 insertions(+), 2 deletions(-)

Comments

Greg Kroah-Hartman Dec. 17, 2021, 9:37 a.m. UTC | #1
On Fri, Dec 17, 2021 at 10:26:53AM +0100, Johan Hovold wrote:
> The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c:
> 
>   Linux 5.16-rc5 (2021-12-12 14:53:01 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.16-rc6

Pulled and pushed out, thanks.

greg k-h