public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] OMAP: convert boards to use platform data with smc91x
@ 2009-12-08 17:00 Ladislav Michl
  2009-12-08 17:05 ` [PATCH 1/2] OMAP: use smc91x_platdata to setup smc91x Ladislav Michl
  2009-12-08 17:08 ` [PATCH 2/2] smc91x: remove OMAP specific bits Ladislav Michl
  0 siblings, 2 replies; 8+ messages in thread
From: Ladislav Michl @ 2009-12-08 17:00 UTC (permalink / raw)
  To: linux-omap; +Cc: linux-netdev

As smc91x driver allows specifying settings in board resources, use that
rather than needing CONFIG_ARCH_OMAP in the drivers/net/smc91x.h header.

 arch/arm/mach-omap1/board-fsample.c   |   10 ++++++++++
 arch/arm/mach-omap1/board-h2.c        |   10 ++++++++++
 arch/arm/mach-omap1/board-h3.c        |   10 ++++++++++
 arch/arm/mach-omap1/board-innovator.c |   13 +++++++++++++
 arch/arm/mach-omap1/board-osk.c       |   10 ++++++++++
 arch/arm/mach-omap1/board-perseus2.c  |   10 ++++++++++
 arch/arm/mach-omap1/board-voiceblue.c |   10 ++++++++++
 arch/arm/mach-omap2/board-apollon.c   |   10 ++++++++++
 arch/arm/mach-omap2/gpmc-smc91x.c     |    8 +++++---
 arch/arm/plat-omap/debug-devices.c    |   10 ++++++++++
 drivers/net/smc91x.h                  |   15 ---------------
 11 files changed, 98 insertions(+), 18 deletions(-)

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

end of thread, other threads:[~2009-12-09  1:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08 17:00 [PATCH 0/2] OMAP: convert boards to use platform data with smc91x Ladislav Michl
2009-12-08 17:05 ` [PATCH 1/2] OMAP: use smc91x_platdata to setup smc91x Ladislav Michl
2009-12-08 23:58   ` Tony Lindgren
2009-12-09  0:05   ` [APPLIED] " Tony Lindgren
2009-12-08 17:08 ` [PATCH 2/2] smc91x: remove OMAP specific bits Ladislav Michl
2009-12-09  0:00   ` Tony Lindgren
2009-12-09  1:19     ` Nicolas Pitre
2009-12-09  0:06   ` [APPLIED] " Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox