Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756582AbZDGOlA (ORCPT ); Tue, 7 Apr 2009 10:41:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754990AbZDGOku (ORCPT ); Tue, 7 Apr 2009 10:40:50 -0400 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:43306 "EHLO t61.ukuu.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754281AbZDGOkt (ORCPT ); Tue, 7 Apr 2009 10:40:49 -0400 From: Alan Cox Subject: [PATCH 00/11] Series short description To: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org Date: Tue, 07 Apr 2009 16:40:02 +0100 Message-ID: <20090407153824.17182.81672.stgit@t61.ukuu.org.uk> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2542 Lines: 59 More small updates and a driver for the MAX3100. The MAX3100 driver needs kref bits eventually but its otherwise fine and good enough to merge --- Adrian Bunk (1): tty: Correct inline types for tty_driver_kref_get() Alan Cox (2): lanana: assign a device name and numbering for MAX3100 serqt: initial clean up pass for tty side Breno Leitao (1): Here are some cleanups, mainly removing unused variables and silly Christian Pellegrin (1): Add support for the MAX3100 SPI UART. Claudio Scordino (1): tty: Use the generic RS485 ioctl on CRIS Mike Frysinger (3): Signed-off-by: Mike Frysinger Depend on KGDB_SERIAL_CONSOLE being set to N rather than !Y, since it can Signed-off-by: Mike Frysinger Sonic Zhang (2): Both software emulated and hardware based CTS and RTS are enabled in Only CTS bit is affected. Documentation/devices.txt | 4 .../mach-bf518/include/mach/bfin_serial_5xx.h | 10 .../mach-bf527/include/mach/bfin_serial_5xx.h | 36 -- .../mach-bf533/include/mach/bfin_serial_5xx.h | 29 - .../mach-bf537/include/mach/bfin_serial_5xx.h | 37 -- .../mach-bf538/include/mach/bfin_serial_5xx.h | 10 .../mach-bf548/include/mach/bfin_serial_5xx.h | 117 +---- .../mach-bf561/include/mach/bfin_serial_5xx.h | 29 - arch/cris/include/asm/ioctls.h | 5 arch/cris/include/asm/rs485.h | 8 arch/cris/include/asm/termios.h | 1 drivers/serial/Kconfig | 47 ++ drivers/serial/Makefile | 1 drivers/serial/bfin_5xx.c | 282 ++++++++----- drivers/serial/crisv10.c | 79 +++- drivers/serial/crisv10.h | 2 drivers/serial/jsm/jsm_neo.c | 14 - drivers/serial/jsm/jsm_tty.c | 19 - drivers/staging/serqt_usb/serqt_usb.c | 449 +++++++------------- include/linux/serial_core.h | 3 include/linux/tty_driver.h | 3 21 files changed, 547 insertions(+), 638 deletions(-) -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/