All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.9-rc2-mm2] [m32r] Trivial fix of smc91x.h
@ 2004-09-23 13:48 Hirokazu Takata
  2004-09-23 13:52 ` Russell King
  0 siblings, 1 reply; 3+ messages in thread
From: Hirokazu Takata @ 2004-09-23 13:48 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, takata

Hello,

Here is a patch to fix smc91x.h for m32r.
Please apply.

Thanks.

	* drivers/net/smc91x.h:
	Fix LED control.

Signed-off-by: Hayato Fujiwara <fujiwara@linux-m32r.org>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
---

 smc91x.h |    3 +++
 1 files changed, 3 insertions(+)

diff -ruNp a/drivers/net/smc91x.h b/drivers/net/smc91x.h
--- a/drivers/net/smc91x.h	2004-09-23 10:11:08.000000000 +0900
+++ b/drivers/net/smc91x.h	2004-09-23 13:16:42.000000000 +0900
@@ -216,6 +216,9 @@ static inline void SMC_outsw (unsigned l
 #define SMC_insw(a, r, p, l)	insw((a) + (r) - 0xa0000000, p, l)
 #define SMC_outsw(a, r, p, l)	outsw((a) + (r) - 0xa0000000, p, l)
 
+#define RPC_LSA_DEFAULT		RPC_LED_TX_RX
+#define RPC_LSB_DEFAULT		RPC_LED_100_10
+
 #elif	defined(CONFIG_MACH_LPD7A400) || defined(CONFIG_MACH_LPD7A404)
 
 #include <asm/arch/constants.h>	/* IOBARRIER_VIRT */

--
Hirokazu Takata <takata@linux-m32r.org>
Linux/M32R Project:  http://www.linux-m32r.org/

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

* Re: [PATCH 2.6.9-rc2-mm2] [m32r] Trivial fix of smc91x.h
  2004-09-23 13:48 [PATCH 2.6.9-rc2-mm2] [m32r] Trivial fix of smc91x.h Hirokazu Takata
@ 2004-09-23 13:52 ` Russell King
  2004-09-23 14:21   ` Hirokazu Takata
  0 siblings, 1 reply; 3+ messages in thread
From: Russell King @ 2004-09-23 13:52 UTC (permalink / raw)
  To: Hirokazu Takata; +Cc: Andrew Morton, linux-kernel

On Thu, Sep 23, 2004 at 10:48:54PM +0900, Hirokazu Takata wrote:
> Hello,
> 
> Here is a patch to fix smc91x.h for m32r.
> Please apply.

Please copy smc91x patches to nico@cam.org.  He looks after this driver
and needs to review any changes to it.

Thanks.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
                 2.6 Serial core

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

* Re: [PATCH 2.6.9-rc2-mm2] [m32r] Trivial fix of smc91x.h
  2004-09-23 13:52 ` Russell King
@ 2004-09-23 14:21   ` Hirokazu Takata
  0 siblings, 0 replies; 3+ messages in thread
From: Hirokazu Takata @ 2004-09-23 14:21 UTC (permalink / raw)
  To: Russell King; +Cc: takata, akpm, linux-kernel

From: Russell King <rmk+lkml@arm.linux.org.uk>
> On Thu, Sep 23, 2004 at 10:48:54PM +0900, Hirokazu Takata wrote:
> > Hello,
> > 
> > Here is a patch to fix smc91x.h for m32r.
> > Please apply.
> 
> Please copy smc91x patches to nico@cam.org.  He looks after this driver
> and needs to review any changes to it.
> 
> Thanks.

I see.


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

end of thread, other threads:[~2004-09-23 14:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-23 13:48 [PATCH 2.6.9-rc2-mm2] [m32r] Trivial fix of smc91x.h Hirokazu Takata
2004-09-23 13:52 ` Russell King
2004-09-23 14:21   ` Hirokazu Takata

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.