* [PATCH 3/7] MTX1 setup : remove unneeded settings
@ 2007-03-02 21:07 Florian Fainelli
2007-03-03 14:44 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Florian Fainelli @ 2007-03-02 21:07 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 122 bytes --]
This patch removes unnecessary settings at setup time.
Signed-off-by: Florian Fainelli <florian.fainelli@int-evry.fr>
--
[-- Attachment #2: 007-mtx1_sio2.patch --]
[-- Type: text/plain, Size: 490 bytes --]
--- linux-2.6.16.7/arch/mips/au1000/mtx-1/board_setup.c 2006-04-17 23:53:25.000000000 +0200
+++ linux-2.6.16.7.new/arch/mips/au1000/mtx-1/board_setup.c 2006-04-23 14:35:42.000000000 +0200
@@ -71,9 +71,7 @@
#endif
// initialize sys_pinfunc:
- // disable second ethernet port (SYS_PF_NI2)
- // set U3/GPIO23 to GPIO23 (SYS_PF_U3)
- au_writel( SYS_PF_NI2 | SYS_PF_U3, SYS_PINFUNC );
+ au_writel( SYS_PF_NI2, SYS_PINFUNC );
// initialize GPIO
au_writel( 0xFFFFFFFF, SYS_TRIOUTCLR );
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 3/7] MTX1 setup : remove unneeded settings
2007-03-02 21:07 [PATCH 3/7] MTX1 setup : remove unneeded settings Florian Fainelli
@ 2007-03-03 14:44 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-03-03 14:44 UTC (permalink / raw)
To: Florian Fainelli; +Cc: linux-mips
On Fri, Mar 02, 2007 at 10:07:41PM +0100, Florian Fainelli wrote:
Applied, thanks.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-03 14:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-02 21:07 [PATCH 3/7] MTX1 setup : remove unneeded settings Florian Fainelli
2007-03-03 14:44 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox