Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751073AbZKCOae (ORCPT ); Tue, 3 Nov 2009 09:30:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750745AbZKCOae (ORCPT ); Tue, 3 Nov 2009 09:30:34 -0500 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:55390 "EHLO bob.linux.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750741AbZKCOad (ORCPT ); Tue, 3 Nov 2009 09:30:33 -0500 From: Alan Cox Subject: [PATCH 00/11] Sort out sdio_uart - stage two To: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, nico@cam.org Date: Tue, 03 Nov 2009 14:17:08 +0000 Message-ID: <20091103141525.31032.45206.stgit@localhost.localdomain> 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: 1253 Lines: 34 With the bugs Nicolas reported hopefully now nailed. --- Alan Cox (10): sdio_uart: add modem functionality sdio_uart: Fix the locking on "func" for new code sdio_uart: Style fixes sdio_uart: Use kfifo instead of the messy circ stuff sdio_uart: Fix termios handling sdio_uart: Switch to the open/close helpers sdio_uart: Move the open lock sdio_uart: refcount the tty objects sdio_uart: use tty_port tty_port: Move hupcl handling Nicolas Pitre (1): sdio_uart: Fix oops caused by the previous changeset drivers/char/tty_port.c | 13 + drivers/mmc/card/sdio_uart.c | 392 ++++++++++++++++++++++++------------------ 2 files changed, 233 insertions(+), 172 deletions(-) -- "The IETF already has more than enough RFCs that codify the obvious, make stupidity illegal, support truth, justice, and the IETF way, and generally demonstrate the author is a brilliant and valuable Contributor to The Standards Process." -- Vernon Schryver -- 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/