mbox series

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

Message ID 20190221161352.GA18077@localhost (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB-serial updates for 5.1-rc1 | expand

Pull-request

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

Message

Johan Hovold Feb. 21, 2019, 4:13 p.m. UTC
Hi Greg,

Here are my USB-serial updates for 5.1-rc1. I'll be sending a second request
for some device id's that I first had intended to forward for 5.0-rc as well.

Thanks,
Johan


The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd:

  Linux 5.0-rc3 (2019-01-21 13:14:44 +1300)

are available in the Git repository at:

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

for you to fetch changes up to 6431866b6707d27151be381252d6eef13025cfce:

  USB: serial: option: add Telit ME910 ECM composition (2019-02-20 12:01:32 +0100)

----------------------------------------------------------------
USB-serial updates for 5.1-rc1

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

 - support for the last three GPIOs on cp2102n devices
 - gpio support for cp2104
 - support for using cp210x gpios with autosuspend
 - proper error handling for unsupported cp2105 line speeds

Included is also a new modem device id.

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

Signed-off-by: Johan Hovold <johan@kernel.org>

----------------------------------------------------------------
Daniele Palmas (1):
      USB: serial: option: add Telit ME910 ECM composition

Icenowy Zheng (1):
      USB: serial: cp210x: add GPIO support for CP2104

Johanna Abrahamsson (1):
      USB: serial: cp210x: add minimum baud rate for CP2105 SCI

Karoly Pados (1):
      USB: serial: cp210x: fix GPIO in autosuspend

Mans Rullgard (1):
      USB: serial: cp210x: support all gpios on CP2102N QFN28 package

 drivers/usb/serial/cp210x.c | 129 +++++++++++++++++++++++++++++++++++++-------
 drivers/usb/serial/option.c |   2 +
 2 files changed, 112 insertions(+), 19 deletions(-)

Comments

Greg KH Feb. 21, 2019, 4:23 p.m. UTC | #1
On Thu, Feb 21, 2019 at 05:13:52PM +0100, Johan Hovold wrote:
> Hi Greg,
> 
> Here are my USB-serial updates for 5.1-rc1. I'll be sending a second request
> for some device id's that I first had intended to forward for 5.0-rc as well.
> 
> Thanks,
> Johan
> 
> 
> The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd:
> 
>   Linux 5.0-rc3 (2019-01-21 13:14:44 +1300)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.1-rc1

Pulled and pushed out, thanks.

greg k-h