mbox series

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

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

Pull-request

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

Message

Johan Hovold Sept. 4, 2019, 3:03 p.m. UTC
The following changes since commit d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1:

  Linux 5.3-rc5 (2019-08-18 14:31:08 -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.4-rc1

for you to fetch changes up to 7a786b84790789eff5bad49e3f6c15f75b7bf691:

  USB: serial: ftdi_sio: add support for FT232H CBUS gpios (2019-08-28 15:35:33 +0200)

----------------------------------------------------------------
USB-serial updates for 5.4-rc1

Here are the USB-serial updates for 5.4-rc1, which this time is just a
single commit adding support for the CBUS GPIOs on FT232H devices.

This change has spent a week in linux-next with no reported issues.

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

----------------------------------------------------------------
Matthew Michilot (1):
      USB: serial: ftdi_sio: add support for FT232H CBUS gpios

 drivers/usb/serial/ftdi_sio.c | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

Comments

Greg KH Sept. 4, 2019, 4:18 p.m. UTC | #1
On Wed, Sep 04, 2019 at 05:03:56PM +0200, Johan Hovold wrote:
> The following changes since commit d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1:
> 
>   Linux 5.3-rc5 (2019-08-18 14:31:08 -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.4-rc1

Pulled and pushed out, thanks!

greg k-h