* [PATCH] MIPS: enable serial UART support on PNX833X devices.
@ 2009-01-15 1:26 Ihar Hrachyshka
2009-01-20 0:39 ` Ihar Hrachyshka
2009-01-20 11:38 ` Alan Cox
0 siblings, 2 replies; 7+ messages in thread
From: Ihar Hrachyshka @ 2009-01-15 1:26 UTC (permalink / raw)
To: linux-serial, alan
pnx833x_uart driver works good for PNX833X boards too.
---
drivers/serial/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 3e525e3..7d7f576 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -982,7 +982,7 @@ config SERIAL_SH_SCI_CONSOLE
config SERIAL_PNX8XXX
bool "Enable PNX8XXX SoCs' UART Support"
- depends on MIPS && SOC_PNX8550
+ depends on MIPS && (SOC_PNX8550 || SOC_PNX833X)
select SERIAL_CORE
help
If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
--
1.5.6.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] MIPS: enable serial UART support on PNX833X devices.
2009-01-15 1:26 Ihar Hrachyshka
@ 2009-01-20 0:39 ` Ihar Hrachyshka
2009-01-20 11:37 ` Alan Cox
2009-01-20 11:38 ` Alan Cox
1 sibling, 1 reply; 7+ messages in thread
From: Ihar Hrachyshka @ 2009-01-20 0:39 UTC (permalink / raw)
To: linux-serial, alan
Why hasn't the patch been committed anywhere yet? Is it a general case
when a linux-serial patch not committed for 6 days?
On Thu, Jan 15, 2009 at 3:26 AM, Ihar Hrachyshka
<ihar.hrachyshka@gmail.com> wrote:
> pnx833x_uart driver works good for PNX833X boards too.
> ---
> drivers/serial/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index 3e525e3..7d7f576 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -982,7 +982,7 @@ config SERIAL_SH_SCI_CONSOLE
>
> config SERIAL_PNX8XXX
> bool "Enable PNX8XXX SoCs' UART Support"
> - depends on MIPS && SOC_PNX8550
> + depends on MIPS && (SOC_PNX8550 || SOC_PNX833X)
> select SERIAL_CORE
> help
> If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
> --
> 1.5.6.3
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MIPS: enable serial UART support on PNX833X devices.
2009-01-20 0:39 ` Ihar Hrachyshka
@ 2009-01-20 11:37 ` Alan Cox
0 siblings, 0 replies; 7+ messages in thread
From: Alan Cox @ 2009-01-20 11:37 UTC (permalink / raw)
To: Ihar Hrachyshka; +Cc: linux-serial
On Tue, 20 Jan 2009 02:39:17 +0200
Ihar Hrachyshka <ihar.hrachyshka@gmail.com> wrote:
> Why hasn't the patch been committed anywhere yet? Is it a general case
> when a linux-serial patch not committed for 6 days?
When two of them are the weekend then yes, quite possibly. It is worth
resending after a week or so in case stuff got missed however. Indeed in
this is the first time I've seen the patch. I'll add it to the pile
shortly.
Alan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MIPS: enable serial UART support on PNX833X devices.
2009-01-15 1:26 Ihar Hrachyshka
2009-01-20 0:39 ` Ihar Hrachyshka
@ 2009-01-20 11:38 ` Alan Cox
2009-01-26 22:32 ` Ihar Hrachyshka
1 sibling, 1 reply; 7+ messages in thread
From: Alan Cox @ 2009-01-20 11:38 UTC (permalink / raw)
To: Ihar Hrachyshka; +Cc: linux-serial
On Thu, 15 Jan 2009 03:26:38 +0200
Ihar Hrachyshka <ihar.hrachyshka@gmail.com> wrote:
> pnx833x_uart driver works good for PNX833X boards too.
Needs a signed off by line otherwise ok
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] MIPS: enable serial UART support on PNX833X devices.
@ 2009-01-20 15:08 Ihar Hrachyshka
0 siblings, 0 replies; 7+ messages in thread
From: Ihar Hrachyshka @ 2009-01-20 15:08 UTC (permalink / raw)
To: alan; +Cc: linux-serial
Enabled serial UART driver for PNX833X devices.
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
---
drivers/serial/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 3e525e3..7d7f576 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -982,7 +982,7 @@ config SERIAL_SH_SCI_CONSOLE
config SERIAL_PNX8XXX
bool "Enable PNX8XXX SoCs' UART Support"
- depends on MIPS && SOC_PNX8550
+ depends on MIPS && (SOC_PNX8550 || SOC_PNX833X)
select SERIAL_CORE
help
If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
--
1.5.6.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] MIPS: enable serial UART support on PNX833X devices.
2009-01-20 11:38 ` Alan Cox
@ 2009-01-26 22:32 ` Ihar Hrachyshka
2009-01-26 22:53 ` Alan Cox
0 siblings, 1 reply; 7+ messages in thread
From: Ihar Hrachyshka @ 2009-01-26 22:32 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-serial
On Tue, Jan 20, 2009 at 1:38 PM, Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:
> On Thu, 15 Jan 2009 03:26:38 +0200
> Ihar Hrachyshka <ihar.hrachyshka@gmail.com> wrote:
>
>> pnx833x_uart driver works good for PNX833X boards too.
>
> Needs a signed off by line otherwise ok
>
I resent the patch with a signed of by line but it seems that it was -
again - lost. See on Jan 20.
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MIPS: enable serial UART support on PNX833X devices.
2009-01-26 22:32 ` Ihar Hrachyshka
@ 2009-01-26 22:53 ` Alan Cox
0 siblings, 0 replies; 7+ messages in thread
From: Alan Cox @ 2009-01-26 22:53 UTC (permalink / raw)
To: Ihar Hrachyshka; +Cc: linux-serial
On Tue, 27 Jan 2009 00:32:04 +0200
Ihar Hrachyshka <ihar.hrachyshka@gmail.com> wrote:
> On Tue, Jan 20, 2009 at 1:38 PM, Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:
> > On Thu, 15 Jan 2009 03:26:38 +0200
> > Ihar Hrachyshka <ihar.hrachyshka@gmail.com> wrote:
> >
> >> pnx833x_uart driver works good for PNX833X boards too.
> >
> > Needs a signed off by line otherwise ok
> >
>
> I resent the patch with a signed of by line but it seems that it was -
> again - lost. See on Jan 20.
Its in the ttydev queue for linux-next
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-01-26 22:53 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-20 15:08 [PATCH] MIPS: enable serial UART support on PNX833X devices Ihar Hrachyshka
-- strict thread matches above, loose matches on Subject: below --
2009-01-15 1:26 Ihar Hrachyshka
2009-01-20 0:39 ` Ihar Hrachyshka
2009-01-20 11:37 ` Alan Cox
2009-01-20 11:38 ` Alan Cox
2009-01-26 22:32 ` Ihar Hrachyshka
2009-01-26 22:53 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox