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:	Tue,  9 Mar 2010 12:25:27 -0500
From:	Mike Frysinger <vapier@...too.org>
To:	linux-serial@...r.kernel.org, Alan Cox <alan@...rguk.ukuu.org.uk>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org,
	uclinux-dist-devel@...ckfin.uclinux.org
Subject: [PATCH 00/13] Blackfin SPORT UART updates

I was waiting for the mondo SPORT UART patch to be merged, so now that
that's done, we can push up the rest.

All of this stuff is fine for 2.6.34 or 2.6.35.  I don't believe any of
these are "really important" bugfixes.

Mike Frysinger (4):
  serial: bfin_sport_uart: drop useless status masks
  serial: bfin_sport_uart: pull in bfin_sport.h for SPORT defines
  serial: bfin_sport_uart: drop the experimental markings
  serial: bfin_sport_uart: drop redundant cpu depends

Sonic Zhang (9):
  serial: bfin_sport_uart: work around anomaly 05000473 (make 32bit
    fifo read atomic)
  serial: bfin_sport_uart: shorten the SPORT TX waiting loop
  serial: bfin_sport_uart: remove unused peripheral pin lists
  serial: bfin_sport_uart: add missing mapbase initialization
  serial: bfin_sport_uart: rename early platform driver class string
  serial: bfin_sport_uart: add support for CTS/RTS via GPIOs
  serial: bfin_sport_uart: protect changes to uart_port
  serial: bfin_sport_uart: zero sport_uart_port if allocated
    dynamically
  serial: bfin_sport_uart: only enable SPORT TX if data is to be sent

 drivers/serial/Kconfig           |   30 +++++-
 drivers/serial/bfin_sport_uart.c |  206 ++++++++++++++++++++++++++------------
 drivers/serial/bfin_sport_uart.h |   27 +++++-
 3 files changed, 194 insertions(+), 69 deletions(-)

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