mbox series

[GIT,PULL] USB-serial fixes for 5.19-rc7

Message ID YtAitIrTRRVkaUKJ@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 3486af89dd3c0b0bef194c4bccf17c31ef16b99f
Headers show
Series [GIT,PULL] USB-serial fixes for 5.19-rc7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.19-rc7

Message

Johan Hovold July 14, 2022, 2:05 p.m. UTC
The following changes since commit 32346491ddf24599decca06190ebca03ff9de7f8:

  Linux 5.19-rc6 (2022-07-10 14:40:51 -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.19-rc7

for you to fetch changes up to 7c239a071d1f04b7137789810807b4108d475c72:

  USB: serial: ftdi_sio: add Belimo device ids (2022-07-13 08:20:32 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.19-rc7

Here are a couple of new device ids for ftdi_sio.

Everything has been in linux-next with no reported issues.

----------------------------------------------------------------
Lucien Buchmann (1):
      USB: serial: ftdi_sio: add Belimo device ids

 drivers/usb/serial/ftdi_sio.c     | 3 +++
 drivers/usb/serial/ftdi_sio_ids.h | 6 ++++++
 2 files changed, 9 insertions(+)

Comments

Greg Kroah-Hartman July 14, 2022, 2:22 p.m. UTC | #1
On Thu, Jul 14, 2022 at 04:05:40PM +0200, Johan Hovold wrote:
> The following changes since commit 32346491ddf24599decca06190ebca03ff9de7f8:
> 
>   Linux 5.19-rc6 (2022-07-10 14:40:51 -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.19-rc7

Ah, had to pull in 5.19-rc6 into my branch, but that worked.  Now pulled
and pushed out, thanks.

greg k-h
Johan Hovold July 14, 2022, 2:26 p.m. UTC | #2
On Thu, Jul 14, 2022 at 04:22:54PM +0200, Greg Kroah-Hartman wrote:
> On Thu, Jul 14, 2022 at 04:05:40PM +0200, Johan Hovold wrote:
> > The following changes since commit 32346491ddf24599decca06190ebca03ff9de7f8:
> > 
> >   Linux 5.19-rc6 (2022-07-10 14:40:51 -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.19-rc7
> 
> Ah, had to pull in 5.19-rc6 into my branch, but that worked.  Now pulled
> and pushed out, thanks.

Sorry about that. I usually check your fixes branch before
fast-forwarding but I apparently used the wrong base commit this week.

Thanks for taking care of it.

Johan