All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Heiner Kallweit <hkallweit1@gmail.com>
Cc: andrew@lunn.ch, linux@armlinux.org.uk, davem@davemloft.net,
	kuba@kernel.org, narmstrong@baylibre.com, khilman@baylibre.com,
	jbrunet@baylibre.com, martin.blumenstingl@googlemail.com,
	linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org,
	linux-amlogic@lists.infradead.org
Subject: Re: [PATCH net] net: phy: meson-gxl: fix interrupt handling in forced mode
Date: Sat, 05 Mar 2022 05:20:12 +0000	[thread overview]
Message-ID: <164645761210.14498.11372584157805822100.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <04cac530-ea1b-850e-6cfa-144a55c4d75d@gmail.com>

Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 3 Mar 2022 08:54:15 +0100 you wrote:
> This PHY doesn't support a link-up interrupt source. If aneg is enabled
> we use the "aneg complete" interrupt for this purpose, but if aneg is
> disabled link-up isn't signaled currently.
> According to a vendor driver there's an additional "energy detect"
> interrupt source that can be used to signal link-up if aneg is disabled.
> We can safely ignore this interrupt source if aneg is enabled.
> 
> [...]

Here is the summary with links:
  - [net] net: phy: meson-gxl: fix interrupt handling in forced mode
    https://git.kernel.org/netdev/net/c/a502a8f04097

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



WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Heiner Kallweit <hkallweit1@gmail.com>
Cc: andrew@lunn.ch, linux@armlinux.org.uk, davem@davemloft.net,
	kuba@kernel.org, narmstrong@baylibre.com, khilman@baylibre.com,
	jbrunet@baylibre.com, martin.blumenstingl@googlemail.com,
	linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org,
	linux-amlogic@lists.infradead.org
Subject: Re: [PATCH net] net: phy: meson-gxl: fix interrupt handling in forced mode
Date: Sat, 05 Mar 2022 05:20:12 +0000	[thread overview]
Message-ID: <164645761210.14498.11372584157805822100.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <04cac530-ea1b-850e-6cfa-144a55c4d75d@gmail.com>

Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 3 Mar 2022 08:54:15 +0100 you wrote:
> This PHY doesn't support a link-up interrupt source. If aneg is enabled
> we use the "aneg complete" interrupt for this purpose, but if aneg is
> disabled link-up isn't signaled currently.
> According to a vendor driver there's an additional "energy detect"
> interrupt source that can be used to signal link-up if aneg is disabled.
> We can safely ignore this interrupt source if aneg is enabled.
> 
> [...]

Here is the summary with links:
  - [net] net: phy: meson-gxl: fix interrupt handling in forced mode
    https://git.kernel.org/netdev/net/c/a502a8f04097

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



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

WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Heiner Kallweit <hkallweit1@gmail.com>
Cc: andrew@lunn.ch, linux@armlinux.org.uk, davem@davemloft.net,
	kuba@kernel.org, narmstrong@baylibre.com, khilman@baylibre.com,
	jbrunet@baylibre.com, martin.blumenstingl@googlemail.com,
	linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org,
	linux-amlogic@lists.infradead.org
Subject: Re: [PATCH net] net: phy: meson-gxl: fix interrupt handling in forced mode
Date: Sat, 05 Mar 2022 05:20:12 +0000	[thread overview]
Message-ID: <164645761210.14498.11372584157805822100.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <04cac530-ea1b-850e-6cfa-144a55c4d75d@gmail.com>

Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 3 Mar 2022 08:54:15 +0100 you wrote:
> This PHY doesn't support a link-up interrupt source. If aneg is enabled
> we use the "aneg complete" interrupt for this purpose, but if aneg is
> disabled link-up isn't signaled currently.
> According to a vendor driver there's an additional "energy detect"
> interrupt source that can be used to signal link-up if aneg is disabled.
> We can safely ignore this interrupt source if aneg is enabled.
> 
> [...]

Here is the summary with links:
  - [net] net: phy: meson-gxl: fix interrupt handling in forced mode
    https://git.kernel.org/netdev/net/c/a502a8f04097

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



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

  parent reply	other threads:[~2022-03-05  5:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-03  7:54 [PATCH net] net: phy: meson-gxl: fix interrupt handling in forced mode Heiner Kallweit
2022-03-03  7:54 ` Heiner Kallweit
2022-03-03  7:54 ` Heiner Kallweit
2022-03-04 19:52 ` Vyacheslav
2022-03-04 19:52   ` Vyacheslav
2022-03-04 19:52   ` Vyacheslav
2022-03-05  5:07   ` Jakub Kicinski
2022-03-05  5:07     ` Jakub Kicinski
2022-03-05  5:07     ` Jakub Kicinski
2022-03-05  5:20 ` patchwork-bot+netdevbpf [this message]
2022-03-05  5:20   ` patchwork-bot+netdevbpf
2022-03-05  5:20   ` 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=164645761210.14498.11372584157805822100.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=hkallweit1@gmail.com \
    --cc=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=kuba@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=narmstrong@baylibre.com \
    --cc=netdev@vger.kernel.org \
    /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.