All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] macb: convert platform data phy_irq_pin to an int
@ 2011-11-24  9:48 Jamie Iles
  2011-11-24 10:47 ` Nicolas Ferre
  2011-11-24 21:21   ` Nicolas Ferre
  0 siblings, 2 replies; 16+ messages in thread
From: Jamie Iles @ 2011-11-24  9:48 UTC (permalink / raw)
  To: netdev; +Cc: Jamie Iles, Jean-Christophe PLAGNIOL-VILLARD, Nicolas Ferre

AT91 platforms have been updated to set the phy_irq_pin to -EINVAL if
not present, but phy_irq_pin is currently a u8.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
---
 include/linux/platform_data/macb.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/platform_data/macb.h b/include/linux/platform_data/macb.h
index e7c748f..b081c72 100644
--- a/include/linux/platform_data/macb.h
+++ b/include/linux/platform_data/macb.h
@@ -10,7 +10,7 @@
 
 struct macb_platform_data {
 	u32		phy_mask;
-	u8		phy_irq_pin;	/* PHY IRQ */
+	int		phy_irq_pin;	/* PHY IRQ */
 	u8		is_rmii;	/* using RMII interface? */
 };
 
-- 
1.7.4.1

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

end of thread, other threads:[~2011-11-30  5:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24  9:48 [PATCH] macb: convert platform data phy_irq_pin to an int Jamie Iles
2011-11-24 10:47 ` Nicolas Ferre
2011-11-24 21:21 ` [PATCH] at91_ether: use gpio_is_valid for phy IRQ line Nicolas Ferre
2011-11-24 21:21   ` Nicolas Ferre
2011-11-24 22:28   ` Jamie Iles
2011-11-24 22:28     ` Jamie Iles
2011-11-25 13:47     ` Jean-Christophe PLAGNIOL-VILLARD
2011-11-25 13:47       ` Jean-Christophe PLAGNIOL-VILLARD
2011-11-25 13:56       ` Nicolas Ferre
2011-11-25 13:56         ` Nicolas Ferre
2011-11-29 23:53   ` David Miller
2011-11-29 23:53     ` David Miller
2011-11-30  4:44     ` Jean-Christophe PLAGNIOL-VILLARD
2011-11-30  4:44       ` Jean-Christophe PLAGNIOL-VILLARD
2011-11-30  5:40       ` David Miller
2011-11-30  5:40         ` David Miller

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.