All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: =?utf-8?q?Ren=C3=A9_van_Dorst_=3Copensource=40vdorst=2Ecom=3E?=@ci.codeaurora.org
Cc: davem@davemloft.net, andrew@lunn.ch, f.fainelli@gmail.com,
	hkallweit1@gmail.com, kuba@kernel.org, Landen.Chao@mediatek.com,
	matthias.bgg@gmail.com, linux@armlinux.org.uk,
	sean.wang@mediatek.com, vivien.didelot@gmail.com,
	olteanv@gmail.com, linux-mediatek@lists.infradead.org,
	netdev@vger.kernel.org, sergio.paracuellos@gmail.com,
	frank-w@public-files.de, dqfext@gmail.com
Subject: Re: [PATCH net-next v2] net: dsa: mt7530: Add support for EEE features
Date: Tue, 13 Apr 2021 21:40:12 +0000	[thread overview]
Message-ID: <161835001256.18297.14223110480767225137.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210412065031.29492-1-opensource@vdorst.com>

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Mon, 12 Apr 2021 08:50:31 +0200 you wrote:
> This patch adds EEE support.
> 
> Signed-off-by: René van Dorst <opensource@vdorst.com>
> ---
> v1 -> v2:
> - Refactor the mt753x_{get,set}_mac_eee().
>   As DENQ Qingfang mentioned, most things are set else were.
>   These functions only set/report the LPI timeout value/LPI timeout enable bit.
> - Removed the variable "eee_enabled", don't need too track the EEE status.
> - Refactor mt753x_phylink_mac_link_up().
>   phy_init_eee() reports is the EEE is active, this function also checks
>   the PHY, duplex and broken DTS modes.
>   When active set the MAC EEE bit based on the speed.
> - Add {GET,SET)_LPI_THRESH(x) macro
> - PMCR_FORCE_EEE1G | PMCR_FORCE_EEE100 are now placed in the right MASK variable
> 
> [...]

Here is the summary with links:
  - [net-next,v2] net: dsa: mt7530: Add support for EEE features
    https://git.kernel.org/netdev/net-next/c/40b5d2f15c09

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: =?utf-8?q?Ren=C3=A9_van_Dorst_=3Copensource=40vdorst=2Ecom=3E?=@ci.codeaurora.org
Cc: davem@davemloft.net, andrew@lunn.ch, f.fainelli@gmail.com,
	hkallweit1@gmail.com, kuba@kernel.org, Landen.Chao@mediatek.com,
	matthias.bgg@gmail.com, linux@armlinux.org.uk,
	sean.wang@mediatek.com, vivien.didelot@gmail.com,
	olteanv@gmail.com, linux-mediatek@lists.infradead.org,
	netdev@vger.kernel.org, sergio.paracuellos@gmail.com,
	frank-w@public-files.de, dqfext@gmail.com
Subject: Re: [PATCH net-next v2] net: dsa: mt7530: Add support for EEE features
Date: Tue, 13 Apr 2021 21:40:12 +0000	[thread overview]
Message-ID: <161835001256.18297.14223110480767225137.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210412065031.29492-1-opensource@vdorst.com>

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Mon, 12 Apr 2021 08:50:31 +0200 you wrote:
> This patch adds EEE support.
> 
> Signed-off-by: René van Dorst <opensource@vdorst.com>
> ---
> v1 -> v2:
> - Refactor the mt753x_{get,set}_mac_eee().
>   As DENQ Qingfang mentioned, most things are set else were.
>   These functions only set/report the LPI timeout value/LPI timeout enable bit.
> - Removed the variable "eee_enabled", don't need too track the EEE status.
> - Refactor mt753x_phylink_mac_link_up().
>   phy_init_eee() reports is the EEE is active, this function also checks
>   the PHY, duplex and broken DTS modes.
>   When active set the MAC EEE bit based on the speed.
> - Add {GET,SET)_LPI_THRESH(x) macro
> - PMCR_FORCE_EEE1G | PMCR_FORCE_EEE100 are now placed in the right MASK variable
> 
> [...]

Here is the summary with links:
  - [net-next,v2] net: dsa: mt7530: Add support for EEE features
    https://git.kernel.org/netdev/net-next/c/40b5d2f15c09

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2021-04-13 21:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12  6:50 [PATCH net-next v2] net: dsa: mt7530: Add support for EEE features René van Dorst
2021-04-12  6:50 ` René van Dorst
2021-04-13 21:40 ` patchwork-bot+netdevbpf [this message]
2021-04-13 21:40   ` patchwork-bot+netdevbpf

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=161835001256.18297.14223110480767225137.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc==?utf-8?q?Ren=C3=A9_van_Dorst_=3Copensource=40vdorst=2Ecom=3E?=@ci.codeaurora.org \
    --cc=Landen.Chao@mediatek.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=dqfext@gmail.com \
    --cc=f.fainelli@gmail.com \
    --cc=frank-w@public-files.de \
    --cc=hkallweit1@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=matthias.bgg@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=sean.wang@mediatek.com \
    --cc=sergio.paracuellos@gmail.com \
    --cc=vivien.didelot@gmail.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.