All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: nicolas.ferre@microchip.com
Cc: linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org,
	claudiu.beznea@microchip.com, harini.katakam@xilinx.com,
	linux-kernel@vger.kernel.org, alexandre.belloni@bootlin.com,
	antoine.tenart@bootlin.com, f.fainelli@gmail.com,
	linux@armlinux.org.uk, andrew@lunn.ch, michal.simek@xilinx.com
Subject: Re: [PATCH v3 0/7] net: macb: Wake-on-Lan magic packet fixes and GEM handling
Date: Mon, 04 May 2020 11:07:53 -0700 (PDT)	[thread overview]
Message-ID: <20200504.110753.1196693099669354507.davem@davemloft.net> (raw)
In-Reply-To: <cover.1588597759.git.nicolas.ferre@microchip.com>

From: <nicolas.ferre@microchip.com>
Date: Mon, 4 May 2020 15:44:15 +0200

> Here is the 3rd series to fix WoL magic-packet on the current macb driver.
> I also add, in the second part of this series the feature to GEM types of IPs.
> Please tell me if they should be separated; but the two last patches cannot go
> without the 5 fixes first ones.

Please separate these into a pure bug fix series for 'net', and once that is
integrated and propagated to 'net-next' you can submit the GEM support.

WARNING: multiple messages have this Message-ID (diff)
From: David Miller <davem@davemloft.net>
To: nicolas.ferre@microchip.com
Cc: andrew@lunn.ch, alexandre.belloni@bootlin.com,
	f.fainelli@gmail.com, michal.simek@xilinx.com,
	antoine.tenart@bootlin.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux@armlinux.org.uk,
	harini.katakam@xilinx.com, claudiu.beznea@microchip.com,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/7] net: macb: Wake-on-Lan magic packet fixes and GEM handling
Date: Mon, 04 May 2020 11:07:53 -0700 (PDT)	[thread overview]
Message-ID: <20200504.110753.1196693099669354507.davem@davemloft.net> (raw)
In-Reply-To: <cover.1588597759.git.nicolas.ferre@microchip.com>

From: <nicolas.ferre@microchip.com>
Date: Mon, 4 May 2020 15:44:15 +0200

> Here is the 3rd series to fix WoL magic-packet on the current macb driver.
> I also add, in the second part of this series the feature to GEM types of IPs.
> Please tell me if they should be separated; but the two last patches cannot go
> without the 5 fixes first ones.

Please separate these into a pure bug fix series for 'net', and once that is
integrated and propagated to 'net-next' you can submit the GEM support.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-05-04 18:08 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-04 13:44 [PATCH v3 0/7] net: macb: Wake-on-Lan magic packet fixes and GEM handling nicolas.ferre
2020-05-04 13:44 ` nicolas.ferre
2020-05-04 13:44 ` [PATCH v3 1/7] net: macb: fix wakeup test in runtime suspend/resume routines nicolas.ferre
2020-05-04 13:44   ` nicolas.ferre
2020-05-04 13:44 ` [PATCH v3 2/7] net: macb: mark device wake capable when "magic-packet" property present nicolas.ferre
2020-05-04 13:44   ` nicolas.ferre
2020-05-04 13:44 ` [PATCH v3 3/7] net: macb: fix macb_get/set_wol() when moving to phylink nicolas.ferre
2020-05-04 13:44   ` nicolas.ferre
2020-05-04 13:44 ` [PATCH v3 4/7] net: macb: fix macb_suspend() by removing call to netif_carrier_off() nicolas.ferre
2020-05-04 13:44   ` nicolas.ferre
2020-05-04 13:44 ` [PATCH v3 5/7] net: macb: fix call to pm_runtime in the suspend/resume functions nicolas.ferre
2020-05-04 13:44   ` nicolas.ferre
2020-05-04 13:44 ` [PATCH v3 6/7] net: macb: WoL support for GEM type of Ethernet controller nicolas.ferre
2020-05-04 13:44   ` nicolas.ferre
2020-05-04 13:44 ` [PATCH v3 7/7] net: macb: Add WoL interrupt support for MACB " nicolas.ferre
2020-05-04 13:44   ` nicolas.ferre
2020-05-04 18:07 ` David Miller [this message]
2020-05-04 18:07   ` [PATCH v3 0/7] net: macb: Wake-on-Lan magic packet fixes and GEM handling David Miller

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=20200504.110753.1196693099669354507.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=alexandre.belloni@bootlin.com \
    --cc=andrew@lunn.ch \
    --cc=antoine.tenart@bootlin.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=f.fainelli@gmail.com \
    --cc=harini.katakam@xilinx.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=michal.simek@xilinx.com \
    --cc=netdev@vger.kernel.org \
    --cc=nicolas.ferre@microchip.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.