lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 28 Oct 2016 18:04:32 +0100
From:   Ed Blake <ed.blake@...tec.com>
To:     <gregkh@...uxfoundation.org>
CC:     <jslaby@...e.com>, <andriy.shevchenko@...ux.intel.com>,
        <wangkefeng.wang@...wei.com>, <heikki.krogerus@...ux.intel.com>,
        <noamc@...hip.com>, <annie.wang@....com>, <anton.wuerfel@....de>,
        <phillip.raffeck@....de>, <peter@...leysoftware.com>,
        <alexander.sverdlin@...ia.com>, <yegorslists@...glemail.com>,
        <matwey@....msu.ru>, <yamada.masahiro@...ionext.com>,
        <tthayer@...nsource.altera.com>, <linux-serial@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>, <james.hartley@...tec.com>,
        Ed Blake <ed.blake@...tec.com>
Subject: [PATCH v2 0/2] serial: Add IrDA support to 8250_dw driver

This patch set adds IrDA support to the 8250_dw driver. The first patch exposes
the set_ldisc() function in the 8250 driver so it can be overridden, and the
second patch adds a set_ldisc() function to the 8250_dw driver which enables /
disables IrDA SIR mode if supported.

v2:
  The 8250_dw set_ldisc() function no longer tries to enable/disable IrDA SIR
  mode if not supported by the hardware configuration.

Ed Blake (2):
  serial: 8250: Expose set_ldisc function
  serial: 8250_dw: Add support for IrDA SIR mode

 drivers/tty/serial/8250/8250_core.c |  3 +++
 drivers/tty/serial/8250/8250_dw.c   | 24 ++++++++++++++++++++++++
 drivers/tty/serial/8250/8250_port.c | 12 ++++++++++--
 include/linux/serial_8250.h         |  4 ++++
 include/linux/serial_core.h         |  2 ++
 5 files changed, 43 insertions(+), 2 deletions(-)

-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ