2011-02-03 22:21:02

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] drivers: char: hvc: add Blackfin JTAG console support

On Mon, Jan 10, 2011 at 09:43:57PM -0500, Mike Frysinger wrote:
> This converts the existing bfin_jtag_comm TTY driver to the HVC layer so
> that the common HVC code can worry about all of the TTY/polling crap and
> leave the Blackfin code to worry about the Blackfin bits.

This patch no longer applies to the linux-next tree. Can you redo it
and resend it?

thanks,

greg k-h


2011-02-04 00:15:17

by Mike Frysinger

[permalink] [raw]
Subject: Re: [uclinux-dist-devel] [PATCH] drivers: char: hvc: add Blackfin JTAG console support

On Thu, Feb 3, 2011 at 17:20, Greg KH wrote:
> On Mon, Jan 10, 2011 at 09:43:57PM -0500, Mike Frysinger wrote:
>> This converts the existing bfin_jtag_comm TTY driver to the HVC layer so
>> that the common HVC code can worry about all of the TTY/polling crap and
>> leave the Blackfin code to worry about the Blackfin bits.
>
> This patch no longer applies to the linux-next tree.  Can you redo it
> and resend it?

guessing it's due to the tty reorg. np.
-mike