From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: Re: [PATCH v3 43/44] tty/metag_da: Add metag DA TTY driver Date: Wed, 30 Jan 2013 10:43:51 +0000 Message-ID: <5108F967.8070808@imgtec.com> References: <1357831872-29451-1-git-send-email-james.hogan@imgtec.com> <1357831872-29451-44-git-send-email-james.hogan@imgtec.com> <50F3E3FF.4080803@imgtec.com> <51026E55.80905@imgtec.com> <20130130051418.GB26687@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from multi.imgtec.com ([194.200.65.239]:38630 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754525Ab3A3KpY (ORCPT ); Wed, 30 Jan 2013 05:45:24 -0500 In-Reply-To: <20130130051418.GB26687@kroah.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Jiri Slaby , linux-arch@vger.kernel.org, Alan Cox , Andrew Morton , Mauro Carvalho Chehab , Cesar Eduardo Barros , Joe Perches , "David S. Miller" On 30/01/13 05:14, Greg Kroah-Hartman wrote: > On Fri, Jan 25, 2013 at 11:36:53AM +0000, James Hogan wrote: >> Hi, >> >> On 14/01/13 10:54, James Hogan wrote: >>> Here's a new version addressing Jiri's feedback. >>> >>> Add a TTY driver for communicating over a Meta DA (Debug Adapter) >>> channel using the bios channel SWITCH operation. >>> >>> Signed-off-by: James Hogan >>> Cc: Alan Cox >>> Cc: Greg Kroah-Hartman >>> Cc: Jiri Slaby >>> Cc: Andrew Morton >>> Cc: Mauro Carvalho Chehab >>> Cc: Cesar Eduardo Barros >>> Cc: Joe Perches >>> Cc: "David S. Miller" >> >> If this looks okay, I'd appreciate if somebody could Ack it. >> >> I have some further patches ready to simplify the code around >> tty_prepare_flip_string and tty_flip_buffer_push to avoid taking a tty >> kref, after Jiri's changes in that area in linux-next. I guess these can >> be applied once both sets of changes are merged. > > At first glance, it looks good to me: > > Acked-by: Greg Kroah-Hartman > Thanks Greg. Cheers James From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754903Ab3A3Kp1 (ORCPT ); Wed, 30 Jan 2013 05:45:27 -0500 Received: from multi.imgtec.com ([194.200.65.239]:38630 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754525Ab3A3KpY (ORCPT ); Wed, 30 Jan 2013 05:45:24 -0500 Message-ID: <5108F967.8070808@imgtec.com> Date: Wed, 30 Jan 2013 10:43:51 +0000 From: James Hogan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Greg Kroah-Hartman CC: , Jiri Slaby , , Alan Cox , "Andrew Morton" , Mauro Carvalho Chehab , Cesar Eduardo Barros , Joe Perches , "David S. Miller" Subject: Re: [PATCH v3 43/44] tty/metag_da: Add metag DA TTY driver References: <1357831872-29451-1-git-send-email-james.hogan@imgtec.com> <1357831872-29451-44-git-send-email-james.hogan@imgtec.com> <50F3E3FF.4080803@imgtec.com> <51026E55.80905@imgtec.com> <20130130051418.GB26687@kroah.com> In-Reply-To: <20130130051418.GB26687@kroah.com> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.65] X-SEF-Processed: 7_3_0_01181__2013_01_30_10_45_13 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30/01/13 05:14, Greg Kroah-Hartman wrote: > On Fri, Jan 25, 2013 at 11:36:53AM +0000, James Hogan wrote: >> Hi, >> >> On 14/01/13 10:54, James Hogan wrote: >>> Here's a new version addressing Jiri's feedback. >>> >>> Add a TTY driver for communicating over a Meta DA (Debug Adapter) >>> channel using the bios channel SWITCH operation. >>> >>> Signed-off-by: James Hogan >>> Cc: Alan Cox >>> Cc: Greg Kroah-Hartman >>> Cc: Jiri Slaby >>> Cc: Andrew Morton >>> Cc: Mauro Carvalho Chehab >>> Cc: Cesar Eduardo Barros >>> Cc: Joe Perches >>> Cc: "David S. Miller" >> >> If this looks okay, I'd appreciate if somebody could Ack it. >> >> I have some further patches ready to simplify the code around >> tty_prepare_flip_string and tty_flip_buffer_push to avoid taking a tty >> kref, after Jiri's changes in that area in linux-next. I guess these can >> be applied once both sets of changes are merged. > > At first glance, it looks good to me: > > Acked-by: Greg Kroah-Hartman > Thanks Greg. Cheers James