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:	Thu, 10 Jan 2013 11:25:04 +0200
From:	Heikki Krogerus <heikki.krogerus@...ux.intel.com>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:	Alan Cox <alan@...ux.intel.com>, Jamie Iles <jamie@...ieiles.com>,
	linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCHv3 0/8] serial: 8250: 8250_dw changes and dmaengine support

Changes since v2:
- ACPI support for 8250_dw.c
- dmaengine API support for 8250

It looks like there are a few UART drivers that are more or less
identical with 8250.c except they include DMA support, so if we had
DMA support in 8250.c there may be no need for them. Since dmaengine
is now supported on most platforms, I decided to suggest this
solution.

I tried to make the DMA support as simple as I could. Single transfers
with single descriptors. This should be sufficient in most cases.


Heikki Krogerus (8):
  serial: 8250: Allow drivers to deliver capabilities
  serial: 8250_dw: Don't use UPF_FIXED_TYPE
  serial: 8250_dw: Map IO memory
  serial: 8250_dw: Move device tree code to separate function
  serial: 8250_dw: Set FIFO size dynamically
  serial: 8250_dw: Add ACPI 5.0 support
  serial: 8250: Add support for dmaengine
  serial: 8250_dw: Enable DMA support with ACPI

 drivers/tty/serial/8250/8250.c     |   53 ++++++--
 drivers/tty/serial/8250/8250.h     |   50 ++++++++
 drivers/tty/serial/8250/8250_dma.c |  213 +++++++++++++++++++++++++++++++
 drivers/tty/serial/8250/8250_dw.c  |  248 ++++++++++++++++++++++++++++++------
 drivers/tty/serial/8250/Kconfig    |   10 +-
 drivers/tty/serial/8250/Makefile   |    1 +
 include/linux/serial_8250.h        |    4 +
 7 files changed, 532 insertions(+), 47 deletions(-)
 create mode 100644 drivers/tty/serial/8250/8250_dma.c

-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ