All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] checkpatch: ignore request to use ether_addr_copy()
Date: Wed, 20 Jan 2016 20:22:41 -0500	[thread overview]
Message-ID: <20160121012241.GW3359@bill-the-cat> (raw)
In-Reply-To: <569FF644.8040906@wwwdotorg.org>

On Wed, Jan 20, 2016 at 02:04:04PM -0700, Stephen Warren wrote:
> On 01/20/2016 02:00 PM, Tom Rini wrote:
> >On Wed, Jan 20, 2016 at 01:47:55PM -0700, Stephen Warren wrote:
> >>On 01/13/2016 11:23 AM, Stephen Warren wrote:
> >>>On 12/15/2015 04:41 PM, Joe Hershberger wrote:
> >>>>Hi Stephen,
> >>>>
> >>>>On Tue, Dec 15, 2015 at 5:34 PM, Stephen Warren
> >>>><swarren@wwwdotorg.org> wrote:
> >>>>>On 11/23/2015 04:36 PM, Joe Hershberger wrote:
> >>>>>>
> >>>>>>On Fri, Nov 13, 2015 at 10:03 AM, Stephen Warren
> >>>>>><swarren@wwwdotorg.org>
> >>>>>>wrote:
> >>>>>>>
> >>>>>>>From: Stephen Warren <swarren@nvidia.com>
> >>>>>>>
> >>>>>>>The Linux kernel, from which checkpatch originates, contains function
> >>>>>>>ether_addr_copy() to copy Ethernet MAC addresses, and checkpatch warns
> >>>>>>>that it should be used in preference to memcpy() where appropriate.
> >>>>>>>U-Boot doesn't contain ether_addr_copy(), so tell checkpatch not to
> >>>>>>>issue
> >>>>>>>this warning.
> >>>>>>>
> >>>>>>>Signed-off-by: Stephen Warren <swarren@nvidia.com>
> >>>>>>
> >>>>>>
> >>>>>>Acked-by: Joe Hershberger <joe.hershberger@ni.com>
> >>>>>
> >>>>>
> >>>>>Were you intending someone else to apply this? I think now that Ted
> >>>>>Chen has
> >>>>>taken over the USB NIC driver (which was patch 2 in this series),
> >>>>>this patch
> >>>>>should be applied separately.
> >>>>
> >>>>It is assigned to Marek in patchwork. If he's not going to take it,
> >>>>then assign it to me and I'll pull it in.
> >>>
> >>>Marek,
> >>>
> >>>Are you taking this patch? If not, could you please re-assign it to Joe;
> >>>I don't believe I can modify patchwork myself.
> >>
> >>Marek?
> >>
> >>Tom, are you able to re-assign this patch to Joe in patchwork?
> >
> >Which? https://patchwork.ozlabs.org/patch/570547/ ?
> 
> Just patch 1/2 not 2/2:
> 
> https://patchwork.ozlabs.org/patch/544360/
> checkpatch: ignore request to use ether_addr_copy()

Ah, ok.  I've taken 1/2 but if Joe beats me to it (patchwork assignments
are suggestions) that's fine too.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160120/1aadbebc/attachment.sig>

  reply	other threads:[~2016-01-21  1:22 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-13 16:03 [U-Boot] [PATCH 1/2] checkpatch: ignore request to use ether_addr_copy() Stephen Warren
2015-11-13 16:03 ` [U-Boot] [PATCH 2/2] usb: eth: add Realtek RTL8152B/RTL8153 driver Stephen Warren
2015-11-14  1:13   ` Marek Vasut
2015-11-16 17:32     ` Stephen Warren
2015-11-17  7:18       ` Ted
2015-11-17  8:04         ` Marek Vasut
2015-11-19  6:07         ` Anand Moon
2015-11-19 16:51           ` Stephen Warren
2015-11-19 17:00             ` Lukasz Majewski
2015-11-19 17:00             ` Marek Vasut
2015-11-19 10:58         ` Anand Moon
2015-11-19 11:12           ` Marek Vasut
2015-11-19 12:49             ` Anand Moon
2015-11-19 13:12               ` Marek Vasut
2015-11-20 17:35                 ` Simon Glass
2015-11-20 17:38                   ` Marek Vasut
2015-11-21  4:10                     ` Anand Moon
2015-11-22 17:12                       ` Stephen Warren
2015-11-22 19:25                         ` Anand Moon
2015-11-21  7:27                     ` Stephen Warren
2015-11-21 16:50                       ` Simon Glass
2015-11-22 17:09                         ` Stephen Warren
2015-11-23  3:09                           ` Simon Glass
2015-11-23 17:16                             ` Stephen Warren
2015-11-25  5:30                               ` [U-Boot] [PATCH v2 " Ted Chen
2015-11-25  9:09                                 ` Anand Moon
2015-11-26 16:58                                 ` Marek Vasut
2015-11-30 22:07                                 ` Joe Hershberger
2015-12-01 11:24                                 ` [U-Boot] [PATCH v3 " Ted Chen
2015-12-01 15:10                                   ` Marek Vasut
2015-12-01 16:31                                     ` Stephen Warren
2015-12-01 17:11                                       ` Marek Vasut
2015-12-01 16:32                                   ` Simon Glass
2016-01-13 18:27                                   ` Stephen Warren
2016-01-14  4:37                                     ` [U-Boot] [PATCH v4 2/2] usb: eth: add Realtek RTL8152B/RTL8153 DRIVER Ted Chen
2016-01-14  4:42                                       ` Marek Vasut
2016-01-14  5:22                                         ` Ted Chen
2016-01-14  5:37                                           ` Marek Vasut
2016-01-20  6:24                                             ` [U-Boot] [PATCH v5 " Ted Chen
2016-01-20 13:08                                               ` Marek Vasut
2016-01-20 16:52                                               ` Stephen Warren
2016-01-20 20:10                                                 ` Anand Moon
2016-01-20 20:34                                                   ` Marek Vasut
2016-01-21  8:55                                                     ` Anand Moon
2016-01-21 10:12                                                       ` Marek Vasut
2016-01-22 19:50                                               ` Joe Hershberger
2016-01-22 20:00                                                 ` Marek Vasut
2016-01-22 20:41                                                   ` Joe Hershberger
2016-01-23  0:42                                                     ` Marek Vasut
2016-01-23 15:23                                                       ` Marek Vasut
2016-01-23 18:55                                                         ` Anand Moon
2016-01-23 19:38                                                           ` Marek Vasut
2016-01-25  3:42                                                             ` Ted
2016-01-25  3:47                                                               ` Marek Vasut
2015-11-14  0:56 ` [U-Boot] [PATCH 1/2] checkpatch: ignore request to use ether_addr_copy() Marek Vasut
2015-11-23 23:36 ` Joe Hershberger
2015-12-15 23:34   ` Stephen Warren
2015-12-15 23:41     ` Joe Hershberger
     [not found]       ` <56969621.30204@wwwdotorg.org>
2016-01-20 20:47         ` Stephen Warren
2016-01-20 21:00           ` Tom Rini
2016-01-20 21:04             ` Stephen Warren
2016-01-21  1:22               ` Tom Rini [this message]
2016-01-21  4:09                 ` Joe Hershberger
2016-01-25 21:28 ` [U-Boot] [U-Boot, " Tom Rini

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=20160121012241.GW3359@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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.