[net-next] dt-bindings: net: phy: gpy2xx: more precise description
Commit Message
Mention that the interrupt line is just asserted for a random period of
time, not the entire time.
Suggested-by: Rob Herring <robh@kernel.org>
Signed-off-by: Michael Walle <mwalle@kernel.org>
---
Documentation/devicetree/bindings/net/maxlinear,gpy2xx.yaml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
---
base-commit: f7efed9f38f886edb450041b82a6f15d663c98f8
change-id: 20230616-feature-maxlinear-dt-better-irq-desc-fd31aee6641c
Comments
On Fri, Jun 16, 2023 at 12:45:57PM +0200, Michael Walle wrote:
> Mention that the interrupt line is just asserted for a random period of
> time, not the entire time.
>
> Suggested-by: Rob Herring <robh@kernel.org>
> Signed-off-by: Michael Walle <mwalle@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Fri, 16 Jun 2023 12:45:57 +0200 you wrote:
> Mention that the interrupt line is just asserted for a random period of
> time, not the entire time.
>
> Suggested-by: Rob Herring <robh@kernel.org>
> Signed-off-by: Michael Walle <mwalle@kernel.org>
> ---
> Documentation/devicetree/bindings/net/maxlinear,gpy2xx.yaml | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
> [...]
Here is the summary with links:
- [net-next] dt-bindings: net: phy: gpy2xx: more precise description
https://git.kernel.org/netdev/net-next/c/264879fdbea0
You are awesome, thank you!
@@ -17,11 +17,12 @@ properties:
maxlinear,use-broken-interrupts:
description: |
Interrupts are broken on some GPY2xx PHYs in that they keep the
- interrupt line asserted even after the interrupt status register is
- cleared. Thus it is blocking the interrupt line which is usually bad
- for shared lines. By default interrupts are disabled for this PHY and
- polling mode is used. If one can live with the consequences, this
- property can be used to enable interrupt handling.
+ interrupt line asserted for a random amount of time even after the
+ interrupt status register is cleared. Thus it is blocking the
+ interrupt line which is usually bad for shared lines. By default,
+ interrupts are disabled for this PHY and polling mode is used. If one
+ can live with the consequences, this property can be used to enable
+ interrupt handling.
Affected PHYs (as far as known) are GPY215B and GPY215C.
type: boolean