From: <reservas@morrodaspedras.com>
To: "Ralf Baechle" <ralf@linux-mips.org>,
"Vitaly Wool" <vitalywool@gmail.com>
Cc: <linux-kernel@vger.kernel.org>, <linux-mips@linux-mips.org>
Subject: Re: PNX8550 fails to compile in 2.6.17-rc4
Date: Wed, 7 Jun 2006 12:29:03 -0300 [thread overview]
Message-ID: <01c201c68a47$1beaed90$7d01010a@p3> (raw)
In-Reply-To: 20060607142702.GA20184@linux-mips.org
[-- Attachment #1: Type: text/plain, Size: 2848 bytes --]
Please, dont wright no more for me. Tanks.
----- Original Message -----
From: Ralf Baechle
To: Vitaly Wool
Cc: linux-kernel@vger.kernel.org ; linux-mips@linux-mips.org
Sent: Wednesday, June 07, 2006 11:27 AM
Subject: Re: PNX8550 fails to compile in 2.6.17-rc4
On Wed, Jun 07, 2006 at 10:52:21AM +0400, Vitaly Wool wrote:
> when I try to compile Linux kernel for pnx8550 in 2.6.17-rc4, I get the following error:
>
> CC arch/mips/philips/pnx8550/common/setup.o
> /home/vital/work/opensource/mtd/arch/mips/philips/pnx8550/common/setup.c: In function `plat_setup':
> /home/vital/work/opensource/mtd/arch/mips/philips/pnx8550/common/setup.c:133: warning: implicit declaration of function `ip3106_lcr'
> /home/vital/work/opensource/mtd/arch/mips/philips/pnx8550/common/setup.c:134: error: invalid lvalue in assignment
> /home/vital/work/opensource/mtd/arch/mips/philips/pnx8550/common/setup.c:135: warning: implicit declaration of function `ip3106_baud'
> /home/vital/work/opensource/mtd/arch/mips/philips/pnx8550/common/setup.c:135: error: invalid lvalue in assignment
> make[2]: *** [arch/mips/philips/pnx8550/common/setup.o] Error 1
> make[1]: *** [arch/mips/philips/pnx8550/common] Error 2
> make: *** [vmlinux] Error 2
>
> I guess it's not what it should be ;-)
This seems to be one of the serial bits for the ip3106 which must have
been lost on the way to kernel.org. Unfortunately the original author
does no longer take care of the code. I just took a stab at the PNX8550
code and it has a significant number of other problems. All small in
the sum large enough such that I will mark PNX8550 support broken.
Ralf
[MIPS] Mark PNX8550 support broken.
Broken in too many way for me to fix it for 2.6.17.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 0e25c1d..d87177f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -440,12 +440,12 @@ config MIPS_XXS1500
config PNX8550_V2PCI
bool "Philips PNX8550 based Viper2-PCI board"
- select PNX8550
+ select PNX8550 && BROKEN
select SYS_SUPPORTS_LITTLE_ENDIAN
config PNX8550_JBS
bool "Philips PNX8550 based JBS board"
- select PNX8550
+ select PNX8550 && BROKEN
select SYS_SUPPORTS_LITTLE_ENDIAN
config DDB5074
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.2/357 - Release Date: 6/6/2006
[-- Attachment #2: Type: text/html, Size: 4512 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: <reservas@morrodaspedras.com>
To: Ralf Baechle <ralf@linux-mips.org>, Vitaly Wool <vitalywool@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-mips@linux-mips.org
Subject: Re: PNX8550 fails to compile in 2.6.17-rc4
Date: Wed, 7 Jun 2006 12:29:03 -0300 [thread overview]
Message-ID: <01c201c68a47$1beaed90$7d01010a@p3> (raw)
Message-ID: <20060607152903.3mYefyC292Y5WdyfaMSyHrZ4gyJRUA9fTi7B4p36aM0@z> (raw)
In-Reply-To: 20060607142702.GA20184@linux-mips.org
[-- Attachment #1: Type: text/plain, Size: 2848 bytes --]
Please, dont wright no more for me. Tanks.
----- Original Message -----
From: Ralf Baechle
To: Vitaly Wool
Cc: linux-kernel@vger.kernel.org ; linux-mips@linux-mips.org
Sent: Wednesday, June 07, 2006 11:27 AM
Subject: Re: PNX8550 fails to compile in 2.6.17-rc4
On Wed, Jun 07, 2006 at 10:52:21AM +0400, Vitaly Wool wrote:
> when I try to compile Linux kernel for pnx8550 in 2.6.17-rc4, I get the following error:
>
> CC arch/mips/philips/pnx8550/common/setup.o
> /home/vital/work/opensource/mtd/arch/mips/philips/pnx8550/common/setup.c: In function `plat_setup':
> /home/vital/work/opensource/mtd/arch/mips/philips/pnx8550/common/setup.c:133: warning: implicit declaration of function `ip3106_lcr'
> /home/vital/work/opensource/mtd/arch/mips/philips/pnx8550/common/setup.c:134: error: invalid lvalue in assignment
> /home/vital/work/opensource/mtd/arch/mips/philips/pnx8550/common/setup.c:135: warning: implicit declaration of function `ip3106_baud'
> /home/vital/work/opensource/mtd/arch/mips/philips/pnx8550/common/setup.c:135: error: invalid lvalue in assignment
> make[2]: *** [arch/mips/philips/pnx8550/common/setup.o] Error 1
> make[1]: *** [arch/mips/philips/pnx8550/common] Error 2
> make: *** [vmlinux] Error 2
>
> I guess it's not what it should be ;-)
This seems to be one of the serial bits for the ip3106 which must have
been lost on the way to kernel.org. Unfortunately the original author
does no longer take care of the code. I just took a stab at the PNX8550
code and it has a significant number of other problems. All small in
the sum large enough such that I will mark PNX8550 support broken.
Ralf
[MIPS] Mark PNX8550 support broken.
Broken in too many way for me to fix it for 2.6.17.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 0e25c1d..d87177f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -440,12 +440,12 @@ config MIPS_XXS1500
config PNX8550_V2PCI
bool "Philips PNX8550 based Viper2-PCI board"
- select PNX8550
+ select PNX8550 && BROKEN
select SYS_SUPPORTS_LITTLE_ENDIAN
config PNX8550_JBS
bool "Philips PNX8550 based JBS board"
- select PNX8550
+ select PNX8550 && BROKEN
select SYS_SUPPORTS_LITTLE_ENDIAN
config DDB5074
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.2/357 - Release Date: 6/6/2006
[-- Attachment #2: Type: text/html, Size: 4512 bytes --]
next prev parent reply other threads:[~2006-06-07 15:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-07 6:52 PNX8550 fails to compile in 2.6.17-rc4 Vitaly Wool
2006-06-07 14:27 ` Ralf Baechle
2006-06-07 15:29 ` reservas [this message]
2006-06-07 15:29 ` reservas
2006-06-07 15:35 ` Ralf Baechle
2006-06-11 20:21 ` Vitaly Wool
2006-06-11 20:54 ` Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='01c201c68a47$1beaed90$7d01010a@p3' \
--to=reservas@morrodaspedras.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=vitalywool@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.