linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sh: Fix maximum number of SCIF ports in R2D defconfigs
@ 2010-04-22  6:06 Magnus Damm
  2010-04-26  7:11 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2010-04-22  6:06 UTC (permalink / raw)
  To: linux-sh

From: Magnus Damm <damm@opensource.se>

Update the R2D defconfigs to bump up the maximum
number of SCIF ports on the system.

Fixes a broken serial console regression added
by cd5f107628ab89c5dec5ad923f1c27f4cba41972.

Reported-by: Shin-ichiro KAWASAKI <kawasaki@juno.dti.ne.jp>
Signed-off-by: Magnus Damm <damm@opensource.se>
Tested-by: Alexandre Courbot <alex@dcl.info.waseda.ac.jp>
---

 arch/sh/configs/rts7751r2d1_defconfig    |    2 +-
 arch/sh/configs/rts7751r2dplus_defconfig |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- 0001/arch/sh/configs/rts7751r2d1_defconfig
+++ work/arch/sh/configs/rts7751r2d1_defconfig	2010-04-22 13:07:12.000000000 +0900
@@ -877,7 +877,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4
 #
 # CONFIG_SERIAL_MAX3100 is not set
 CONFIG_SERIAL_SH_SCI=y
-CONFIG_SERIAL_SH_SCI_NR_UARTS=1
+CONFIG_SERIAL_SH_SCI_NR_UARTS=2
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_SERIAL_CORE=y
 CONFIG_SERIAL_CORE_CONSOLE=y
--- 0001/arch/sh/configs/rts7751r2dplus_defconfig
+++ work/arch/sh/configs/rts7751r2dplus_defconfig	2010-04-22 13:07:21.000000000 +0900
@@ -963,7 +963,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4
 #
 # CONFIG_SERIAL_MAX3100 is not set
 CONFIG_SERIAL_SH_SCI=y
-CONFIG_SERIAL_SH_SCI_NR_UARTS=1
+CONFIG_SERIAL_SH_SCI_NR_UARTS=2
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_SERIAL_CORE=y
 CONFIG_SERIAL_CORE_CONSOLE=y

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sh: Fix maximum number of SCIF ports in R2D defconfigs
  2010-04-22  6:06 [PATCH] sh: Fix maximum number of SCIF ports in R2D defconfigs Magnus Damm
@ 2010-04-26  7:11 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2010-04-26  7:11 UTC (permalink / raw)
  To: linux-sh

On Thu, Apr 22, 2010 at 03:06:04PM +0900, Magnus Damm wrote:
> Update the R2D defconfigs to bump up the maximum
> number of SCIF ports on the system.
> 
> Fixes a broken serial console regression added
> by cd5f107628ab89c5dec5ad923f1c27f4cba41972.

On Thu, Apr 22, 2010 at 03:21:10PM +0900, Magnus Damm wrote:
> This patch updates the sh7751 pci code to handle io ports
> correctly. The code is based on the sh7788x implementation.
> 
> Tested on a R2D-1 board with CONFIG_8139TOO_PIO=y.

Both applied for 2.6.34, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-26  7:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22  6:06 [PATCH] sh: Fix maximum number of SCIF ports in R2D defconfigs Magnus Damm
2010-04-26  7:11 ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).