From: Michal Simek <michal.simek@petalogix.com>
To: David Miller <davem@davemloft.net>
Cc: sadanan@xilinx.com, netdev@vger.kernel.org,
linuxppc-dev@ozlabs.org, jgarzik@pobox.com, john.linn@xilinx.com,
john.williams@petalogix.com
Subject: Re: [PATCH] [V3] net: add Xilinx emac lite device driver
Date: Mon, 31 Aug 2009 15:18:44 +0200 [thread overview]
Message-ID: <4A9BCDB4.8040406@petalogix.com> (raw)
In-Reply-To: <20090820.025226.26907868.davem@davemloft.net>
Hi David,
I see that John's patch has wrong file permission
-rwxr-xr-x xilinx_emaclite.c
<http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=blob;f=drivers/net/xilinx_emaclite.c;h=7e05b40ae36b50b6eb66d9512ae3a49ba2d36a47;hb=a9a8cb1d6594037fbb23f1ce45964ec6a3b38215>
blob
<http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=blob;f=drivers/net/xilinx_emaclite.c;h=7e05b40ae36b50b6eb66d9512ae3a49ba2d36a47;hb=a9a8cb1d6594037fbb23f1ce45964ec6a3b38215>
| history
<http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=history;f=drivers/net/xilinx_emaclite.c;h=7e05b40ae36b50b6eb66d9512ae3a49ba2d36a47;hb=a9a8cb1d6594037fbb23f1ce45964ec6a3b38215>
| raw
<http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=blob_plain;f=drivers/net/xilinx_emaclite.c;hb=a9a8cb1d6594037fbb23f1ce45964ec6a3b38215>
should be 644.
Please fix it in your repo.
Thanks,
Michal
> From: John Linn <john.linn@xilinx.com>
> 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 <sadanan@xilinx.com>
>> Signed-off-by: John Linn <john.linn@xilinx.com>
>>
>
> Applied, thanks.
>
--
Michal Simek, Ing. (M.Eng)
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663
WARNING: multiple messages have this Message-ID (diff)
From: Michal Simek <michal.simek@petalogix.com>
To: David Miller <davem@davemloft.net>
Cc: john.linn@xilinx.com, netdev@vger.kernel.org,
linuxppc-dev@ozlabs.org, jgarzik@pobox.com,
grant.likely@secretlab.ca, jwboyer@linux.vnet.ibm.com,
john.williams@petalogix.com, sadanan@xilinx.com
Subject: Re: [PATCH] [V3] net: add Xilinx emac lite device driver
Date: Mon, 31 Aug 2009 15:18:44 +0200 [thread overview]
Message-ID: <4A9BCDB4.8040406@petalogix.com> (raw)
In-Reply-To: <20090820.025226.26907868.davem@davemloft.net>
Hi David,
I see that John's patch has wrong file permission
-rwxr-xr-x xilinx_emaclite.c
<http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=blob;f=drivers/net/xilinx_emaclite.c;h=7e05b40ae36b50b6eb66d9512ae3a49ba2d36a47;hb=a9a8cb1d6594037fbb23f1ce45964ec6a3b38215>
blob
<http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=blob;f=drivers/net/xilinx_emaclite.c;h=7e05b40ae36b50b6eb66d9512ae3a49ba2d36a47;hb=a9a8cb1d6594037fbb23f1ce45964ec6a3b38215>
| history
<http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=history;f=drivers/net/xilinx_emaclite.c;h=7e05b40ae36b50b6eb66d9512ae3a49ba2d36a47;hb=a9a8cb1d6594037fbb23f1ce45964ec6a3b38215>
| raw
<http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=blob_plain;f=drivers/net/xilinx_emaclite.c;hb=a9a8cb1d6594037fbb23f1ce45964ec6a3b38215>
should be 644.
Please fix it in your repo.
Thanks,
Michal
> From: John Linn <john.linn@xilinx.com>
> 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 <sadanan@xilinx.com>
>> Signed-off-by: John Linn <john.linn@xilinx.com>
>>
>
> Applied, thanks.
>
--
Michal Simek, Ing. (M.Eng)
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663
next prev parent reply other threads:[~2009-08-31 13:18 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-20 9:49 [PATCH] [V3] net: add Xilinx emac lite device driver John Linn
2009-08-20 9:49 ` John Linn
2009-08-20 9:52 ` David Miller
2009-08-20 9:52 ` David Miller
2009-08-31 13:18 ` Michal Simek [this message]
2009-08-31 13:18 ` Michal Simek
2009-09-02 0:51 ` David Miller
2009-09-02 0:51 ` David Miller
2009-08-20 16:02 ` Stephen Neuendorffer
2009-08-20 16:02 ` Stephen Neuendorffer
2009-08-20 17:44 ` Grant Likely
2009-08-20 17:44 ` Grant Likely
2009-08-20 17:45 ` Stephen Neuendorffer
2009-08-20 17:45 ` Stephen Neuendorffer
2009-08-20 16:49 ` Stephen Hemminger
2009-08-20 16:49 ` Stephen Hemminger
2009-09-02 13:33 ` John Linn
2009-09-02 13:33 ` John Linn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A9BCDB4.8040406@petalogix.com \
--to=michal.simek@petalogix.com \
--cc=davem@davemloft.net \
--cc=jgarzik@pobox.com \
--cc=john.linn@xilinx.com \
--cc=john.williams@petalogix.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=netdev@vger.kernel.org \
--cc=sadanan@xilinx.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.