Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756422Ab0K3T5v (ORCPT ); Tue, 30 Nov 2010 14:57:51 -0500 Received: from relais.videotron.ca ([24.201.245.36]:36170 "EHLO relais.videotron.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756072Ab0K3T5t (ORCPT ); Tue, 30 Nov 2010 14:57:49 -0500 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: TEXT/PLAIN; charset=US-ASCII Date: Tue, 30 Nov 2010 14:57:48 -0500 (EST) From: Nicolas Pitre X-X-Sender: nico@xanadu.home To: Daniel Walker Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Tony Lindgren , Arnd Bergmann , Greg Kroah-Hartman , Mike Frysinger , Andrew Morton , Alan Cox , Randy Dunlap , FUJITA Tomonori , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] drivers: char: hvc: add arm JTAG DCC console support In-reply-to: <1291145141-18301-1-git-send-email-dwalker@codeaurora.org> Message-id: References: <1291145141-18301-1-git-send-email-dwalker@codeaurora.org> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 960 Lines: 28 On Tue, 30 Nov 2010, Daniel Walker wrote: > This driver adds a basic console that uses the arm JTAG > DCC to transfer data back and forth. It has support for > ARMv6 and ARMv7. > > This console is created under the HVC driver, and should be named > /dev/hvcX (or /dev/hvc0 for example). > > Cc: Tony Lindgren > Cc: Arnd Bergmann > Cc: Nicolas Pitre > Cc: Greg Kroah-Hartman > Cc: Mike Frysinger > Signed-off-by: Daniel Walker Acked-by: Nicolas Pitre This doesn't support both ARMv6 and ARMv7 at run time, but this can trivially be added later when needed. Nicolas -- 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/