* Re: [PATCH 6/7] [v2] tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver
[not found] <1305830092-20104-1-git-send-email-timur@freescale.com>
@ 2011-06-22 15:23 ` Timur Tabi
2011-07-03 1:43 ` Tabi Timur-B04825
2011-07-08 22:06 ` Greg KH
2 siblings, 0 replies; 6+ messages in thread
From: Timur Tabi @ 2011-06-22 15:23 UTC (permalink / raw)
To: kumar.gala, benh, greg, akpm, linuxppc-dev, linux-kernel,
linux-console
Timur Tabi wrote:
> The ePAPR embedded hypervisor specification provides an API for "byte
> channels", which are serial-like virtual devices for sending and receiving
> streams of bytes. This driver provides Linux kernel support for byte
> channels via three distinct interfaces:
>
> 1) An early-console (udbg) driver. This provides early console output
> through a byte channel. The byte channel handle must be specified in a
> Kconfig option.
>
> 2) A normal console driver. Output is sent to the byte channel designated
> for stdout in the device tree. The console driver is for handling kernel
> printk calls.
>
> 3) A tty driver, which is used to handle user-space input and output. The
> byte channel used for the console is designated as the default tty.
>
> Signed-off-by: Timur Tabi <timur@freescale.com>
I know you guys are busy, but can I get an ACK or two on this patch, if there
are no issues with it? It's the only one of the seven that doesn't have one. I
think v2 has addressed all of the concerns raised on version 1.
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 6/7] [v2] tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver
[not found] <1305830092-20104-1-git-send-email-timur@freescale.com>
2011-06-22 15:23 ` [PATCH 6/7] [v2] tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver Timur Tabi
@ 2011-07-03 1:43 ` Tabi Timur-B04825
2011-07-08 22:06 ` Greg KH
2 siblings, 0 replies; 6+ messages in thread
From: Tabi Timur-B04825 @ 2011-07-03 1:43 UTC (permalink / raw)
To: greg@kroah.com
Cc: Gala Kumar-B11780, benh@kernel.crashing.org, akpm@kernel.org,
linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org,
linux-console@vger.kernel.org, alan@lxorguk.ukuu.org.uk,
arnd@arndb.de
On Thu, May 19, 2011 at 1:34 PM, Timur Tabi <timur@freescale.com> wrote:
> The ePAPR embedded hypervisor specification provides an API for "byte
> channels", which are serial-like virtual devices for sending and receiving
> streams of bytes. This driver provides Linux kernel support for byte
> channels via three distinct interfaces:
>
> 1) An early-console (udbg) driver. This provides early console output
> through a byte channel. The byte channel handle must be specified in a
> Kconfig option.
>
> 2) A normal console driver. Output is sent to the byte channel designated
> for stdout in the device tree. The console driver is for handling kernel
> printk calls.
>
> 3) A tty driver, which is used to handle user-space input and output. The
> byte channel used for the console is designated as the default tty.
>
> Signed-off-by: Timur Tabi <timur@freescale.com>
Greg, would you please pick up this patch for 3.1? Patches 1-5 are
already queued through the PowerPC tree.
Thank you.
The patch is available here if you need to download it:
http://patchwork.ozlabs.org/patch/96443/
--
Timur Tabi
Linux kernel developer at Freescale
--
To unsubscribe from this list: send the line "unsubscribe linux-console" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver
[not found] <1305830092-20104-1-git-send-email-timur@freescale.com>
2011-06-22 15:23 ` [PATCH 6/7] [v2] tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver Timur Tabi
2011-07-03 1:43 ` Tabi Timur-B04825
@ 2011-07-08 22:06 ` Greg KH
2011-07-08 22:12 ` Timur Tabi
2011-07-08 22:15 ` Timur Tabi
2 siblings, 2 replies; 6+ messages in thread
From: Greg KH @ 2011-07-08 22:06 UTC (permalink / raw)
To: Timur Tabi
Cc: kumar.gala, benh, akpm, linuxppc-dev, linux-kernel, linux-console,
alan, arnd
On Thu, May 19, 2011 at 08:34:52AM -0000, Timur Tabi wrote:
> The ePAPR embedded hypervisor specification provides an API for "byte
> channels", which are serial-like virtual devices for sending and receiving
> streams of bytes. This driver provides Linux kernel support for byte
> channels via three distinct interfaces:
>
> 1) An early-console (udbg) driver. This provides early console output
> through a byte channel. The byte channel handle must be specified in a
> Kconfig option.
>
> 2) A normal console driver. Output is sent to the byte channel designated
> for stdout in the device tree. The console driver is for handling kernel
> printk calls.
>
> 3) A tty driver, which is used to handle user-space input and output. The
> byte channel used for the console is designated as the default tty.
>
> Signed-off-by: Timur Tabi <timur@freescale.com>
Doesn't apply at all to the tty-next tree, so I can't apply it here :(
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver
2011-07-08 22:06 ` Greg KH
@ 2011-07-08 22:12 ` Timur Tabi
2011-07-08 22:15 ` Timur Tabi
1 sibling, 0 replies; 6+ messages in thread
From: Timur Tabi @ 2011-07-08 22:12 UTC (permalink / raw)
To: Greg KH
Cc: kumar.gala, benh, akpm, linuxppc-dev, linux-kernel, linux-console,
alan, arnd
Greg KH wrote:
>> > 3) A tty driver, which is used to handle user-space input and output. The
>> > byte channel used for the console is designated as the default tty.
>> >
>> > Signed-off-by: Timur Tabi <timur@freescale.com>
> Doesn't apply at all to the tty-next tree, so I can't apply it here :(
I shall take care of that right now.
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver
2011-07-08 22:06 ` Greg KH
2011-07-08 22:12 ` Timur Tabi
@ 2011-07-08 22:15 ` Timur Tabi
2011-07-08 22:29 ` Greg KH
1 sibling, 1 reply; 6+ messages in thread
From: Timur Tabi @ 2011-07-08 22:15 UTC (permalink / raw)
To: Greg KH
Cc: kumar.gala, benh, akpm, linuxppc-dev, linux-kernel, linux-console,
alan, arnd
Greg KH wrote:
> Doesn't apply at all to the tty-next tree, so I can't apply it here :(
Um, where exactly is the tty-next tree? The only thing I see that looks like it
is this:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
But the description of this tree says, "junk tree, please ignore".
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver
2011-07-08 22:15 ` Timur Tabi
@ 2011-07-08 22:29 ` Greg KH
0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2011-07-08 22:29 UTC (permalink / raw)
To: Timur Tabi
Cc: kumar.gala, benh, akpm, linuxppc-dev, linux-kernel, linux-console,
alan, arnd
On Fri, Jul 08, 2011 at 05:15:47PM -0500, Timur Tabi wrote:
> Greg KH wrote:
> > Doesn't apply at all to the tty-next tree, so I can't apply it here :(
>
> Um, where exactly is the tty-next tree? The only thing I see that looks like it
> is this:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
>
> But the description of this tree says, "junk tree, please ignore".
Don't ignore it, that's the one :)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-07-08 22:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1305830092-20104-1-git-send-email-timur@freescale.com>
2011-06-22 15:23 ` [PATCH 6/7] [v2] tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver Timur Tabi
2011-07-03 1:43 ` Tabi Timur-B04825
2011-07-08 22:06 ` Greg KH
2011-07-08 22:12 ` Timur Tabi
2011-07-08 22:15 ` Timur Tabi
2011-07-08 22:29 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox