linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Enable Fast Ethernet on Aspenite.
@ 2010-08-25  9:17 Sachin Sanap
  0 siblings, 0 replies; 6+ messages in thread
From: Sachin Sanap @ 2010-08-25  9:17 UTC (permalink / raw)
  To: linux-arm-kernel


Since the PXA168 Fast Ethernet driver is now in upstream, following is the 
series of 3 patches that will help get the Fast Ethernet driver functional 
on PXA168 based Aspenite boards.First patch adds MAX7312, second patch adds 
the necessary MFU pins, and third adds Ethernet specific initialization.

Sachin Sanap (3):
  pxa: Hookup MAX7312 thats connected to I2C.
  [ARM] pxa: MFU pin configuration to support Fast ethernet.
  net: add Fast Ethernet driver for PXA168.

 arch/arm/mach-mmp/aspenite.c                |   81 ++-
 arch/arm/mach-mmp/include/mach/devices.h    |    1 +
 arch/arm/mach-mmp/include/mach/mfp-pxa168.h |   19 +
 arch/arm/mach-mmp/include/mach/pxa168.h     |    5 +
 arch/arm/mach-mmp/include/mach/pxa168_eth.h |   18 +
 arch/arm/mach-mmp/include/mach/regs-apmu.h  |    1 +
 arch/arm/mach-mmp/pxa168.c                  |    3 +
 drivers/net/Kconfig                         |   10 +
 drivers/net/Makefile                        |    1 +
 drivers/net/pxa168_eth.c                    | 1732 +++++++++++++++++++++++++++
 10 files changed, 1869 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/mach-mmp/include/mach/pxa168_eth.h
 create mode 100644 drivers/net/pxa168_eth.c

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

end of thread, other threads:[~2010-08-25  9:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1280849830-5350-1-git-send-email-ssanap@marvell.com>
2010-08-03 11:09 ` [PATCH 0/3] Enable Fast Ethernet on Aspenite Eric Miao
     [not found] ` <1280849830-5350-2-git-send-email-ssanap@marvell.com>
2010-08-03 11:21   ` [PATCH 1/3] [ARM] pxa: Hookup MAX7312 thats connected to I2C Eric Miao
     [not found]   ` <1280849830-5350-3-git-send-email-ssanap@marvell.com>
     [not found]     ` <1280849830-5350-4-git-send-email-ssanap@marvell.com>
2010-08-03 11:13       ` [PATCH 3/3] [ARM] pxa: Add support for Fast Ethernet driver Eric Miao
2010-08-03 11:17         ` Sachin Sanap
2010-08-03 11:21     ` [PATCH 2/3] [ARM] pxa: MFU pin configuration to support Fast ethernet Eric Miao
2010-08-25  9:17 [PATCH 0/3] Enable Fast Ethernet on Aspenite Sachin Sanap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).