← Back to team overview

kernel-packages team mailing list archive

[Bug 1328295] Re: [serial] use hw flow control if supported

 

** CVE removed: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4608

** CVE removed: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4611

** CVE removed: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4699

** CVE removed: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4943

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1328295

Title:
  [serial] use hw flow control if supported

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Trusty:
  Fix Released

Bug description:
  HP Moonshot cartridges support hardware flow control, but right now
  only software assisted hw flow control is supported. This patch from
  upstream enables this functionality when exposed by firmware:

  commit 06aa82e498c144c7784a6f3d3b55458b272d6146
  Author: Murali Karicheri <m-karicheri2@xxxxxx>
  Date:   Thu May 1 15:04:53 2014 -0400

      serial: uart: add hw flow control support configuration
      
      8250 uart driver currently supports only software assisted hw flow
      control. The software assisted hw flow control maintains a hw_stopped
      flag in the tty structure to stop and start transmission and use modem
      status interrupt for the event to drive the handshake signals. This is
      not needed if hw has flow control capabilities. This patch adds a
      DT attribute for enabling hw flow control for a uart port. Also skip
      stop and start if this flag is present in flag field of the port
      structure.
      
      Signed-off-by: Murali Karicheri <m-karicheri2@xxxxxx>
      CC: Rob Herring <robh+dt@xxxxxxxxxx>
      CC: Pawel Moll <pawel.moll@xxxxxxx>
      CC: Mark Rutland <mark.rutland@xxxxxxx>
      CC: Ian Campbell <ijc+devicetree@xxxxxxxxxxxxxx>
      CC: Kumar Gala <galak@xxxxxxxxxxxxxx>
      CC: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
      CC: Jiri Slaby <jslaby@xxxxxxx>
      CC: Santosh Shilimkar <santosh.shilimkar@xxxxxx>
      Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1328295/+subscriptions


References