; 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
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
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
> +
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
>
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