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

2009-09-02 Thread John Linn
; Josh Boyer; John Williams; Michal Simek; Sadanand Mutyala > Subject: Re: [PATCH] [V3] net: add Xilinx emac lite device driver > > On Thu, 20 Aug 2009 03:49:51 -0600 > John Linn wrote: > > > +/** > > + * xemaclite_ioctl - Perform IO Control operations on the network

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

2009-09-01 Thread David Miller
From: Michal Simek Date: Mon, 31 Aug 2009 15:18:44 +0200 > I see that John's patch has wrong file permission > -rwxr-xr-xxilinx_emaclite.c ... > should be 644. > > Please fix it in your repo. Done, thanks! ___ Linuxppc-dev mailing list Linuxppc-d

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

2009-08-31 Thread Michal Simek
Hi David, I see that John's patch has wrong file permission -rwxr-xr-x xilinx_emaclite.c blob

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

2009-08-20 Thread Stephen Neuendorffer
er.kernel.org; linuxppc-...@ozlabs.org; > da...@davemloft.net; > jgar...@pobox.com; John Linn; Sadanand Mutyala; John Williams; Michal Simek > Subject: Re: [PATCH] [V3] net: add Xilinx emac lite device driver > > On Thu, Aug 20, 2009 at 10:02 AM, Stephen > Neuendorffer wrote: >

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

2009-08-20 Thread Grant Likely
On Thu, Aug 20, 2009 at 10:02 AM, Stephen Neuendorffer wrote: > > John, > > I just got a chance to browse this...  Do you want to put in the > stripped device names? > > .compatible = "xlnx,xps-ethernetlite-2", etc... We've covered this territory before. Compatible values need to be exact for the

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

2009-08-20 Thread Stephen Hemminger
On Thu, 20 Aug 2009 03:49:51 -0600 John Linn wrote: > +/** > + * xemaclite_ioctl - Perform IO Control operations on the network device > + * @dev: Pointer to the network device > + * @rq: Pointer to the interface request structure > + * @cmd: IOCTL command > + * > + * The onl

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

2009-08-20 Thread Stephen Neuendorffer
John, I just got a chance to browse this... Do you want to put in the stripped device names? .compatible = "xlnx,xps-ethernetlite-2", etc... Steve This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be propri

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

2009-08-20 Thread David Miller
From: John Linn Date: Thu, 20 Aug 2009 03:49:51 -0600 > 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. > > Signed-off-by: Sadanand M > Signe