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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 9 Dec 2014 18:11:21 +0900
From:	Jiada Wang <jiada_wang@...tor.com>
To:	<gregkh@...uxfoundation.org>, <jslaby@...e.cz>,
	<linux-serial@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC:	<jiada_wang@...tor.com>, <anton_bondarenko@...tor.com>,
	<dirk.behme@...bosch.com>
Subject: [PATCH v1 00/15] serial: imx: misc fix and features

Hi Guys,

This patch attempts to add several features and fix issues existing
in imx UART driver.

Tested-ON: i.MX6Q SabreAuto board.

Anton Bondarenko (1):
  serial: imx: initialized DMA w/o HW flow enabled

Dirk Behme (6):
  serial: imx: remove unneeded imx_transmit_buffer() from imx_start_tx()
  serial: imx: TX DMA: clean up sg initialization
  serial: imx: unmap sg in case of dmaengine_prep_slave_sg() failure
  serial: imx: unmap scatter gather list in imx_flush_buffer
  serial: imx: use dma_is_txing to synchronize dma_tx_callback and
    imx_dma_tx
  serial: imx: disable TDMAEN in imx_flush_buffer()

Jiada Wang (7):
  serial: imx: add CREAD flag support
  serial: imx: use locking to stop concurrent access of UCR1
  Revert "serial: imx: always wake up the processes in the TX callback"
  serial: imx: call imx_dma_tx() again in dma_tx_callback
  serial: imx: Enable UCR4_OREN in startup interface
  serial: imx: Fix issue in software flow control
  serial: imx: Support sw flow control in DMA mode

Robin Gong (1):
  serial: imx: start rx_dma once RXFIFO is not empty

 drivers/tty/serial/imx.c | 160 +++++++++++++++++++++++++++++++++++++----------
 1 file changed, 126 insertions(+), 34 deletions(-)

-- 
1.9.3

--
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