RE: [PATCH] net: add Xilinx emac lite device driver

2009-08-19 Thread John Linn
; Josh Boyer; John Williams; Michal Simek; Sadanand Mutyala > Subject: Re: [PATCH] net: add Xilinx emac lite device driver > > On Tue, 18 Aug 2009 09:30:41 -0600 > John Linn wrote: > > > +/** > > + * xemaclite_enable_interrupts - Enable the interrupts for the EmacLite

RE: [PATCH] net: add Xilinx emac lite device driver

2009-08-19 Thread John Linn
kernel.org; linuxppc-...@ozlabs.org; jgar...@pobox.com; grant.lik...@secretlab.ca; > jwbo...@linux.vnet.ibm.com; john.willi...@petalogix.com; michal.si...@petalogix.com; Sadanand Mutyala > Subject: Re: [PATCH] net: add Xilinx emac lite device driver > > From: John Linn > Da

Re: [PATCH] net: add Xilinx emac lite device driver

2009-08-18 Thread David Miller
From: John Linn Date: Tue, 18 Aug 2009 09:30:41 -0600 > @@ -1926,6 +1926,11 @@ config ATL2 > To compile this driver as a module, choose M here. The module > will be called atl2. > > +config XILINX_EMACLITE > + tristate "Xilinx 10/100 Ethernet Lite support" > + help > +

Re: [PATCH] net: add Xilinx emac lite device driver

2009-08-18 Thread Stephen Hemminger
On Tue, 18 Aug 2009 09:30:41 -0600 John Linn wrote: > +/** > + * xemaclite_enable_interrupts - Enable the interrupts for the EmacLite > device > + * @drvdata: Pointer to the Emaclite device private data > + * > + * This function enables the Tx and Rx interrupts for the Emaclite device > along >

[PATCH] net: add Xilinx emac lite device driver

2009-08-18 Thread John Linn
This patch adds support for the Xilinx Ethernet Lite device. The soft logic core from Xilinx is typically used on Virtex and Spartan designs attached to either a PowerPC or a Microblaze processor. CC: Grant Likely CC: Josh Boyer CC: John Williams CC: Michal Simek Signed-off-by: Sadanand M Si