mbox series

[net-next,v1,0/3] net: phy: micrel: add coma mode support

Message ID 20220427214406.1348872-1-michael@walle.cc (mailing list archive)
Headers show
Series net: phy: micrel: add coma mode support | expand

Message

Michael Walle April 27, 2022, 9:44 p.m. UTC
Add support to disable coma mode by a GPIO line.

Michael Walle (3):
  dt-bindings: net: micrel: add coma-mode-gpios property
  net: phy: micrel: move the PHY timestamping check
  net: phy: micrel: add coma mode GPIO

 .../devicetree/bindings/net/micrel.txt        |  9 ++++++
 drivers/net/phy/micrel.c                      | 32 ++++++++++++++++---
 2 files changed, 37 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 30, 2022, 12:30 a.m. UTC | #1
Hello:

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

On Wed, 27 Apr 2022 23:44:03 +0200 you wrote:
> Add support to disable coma mode by a GPIO line.
> 
> Michael Walle (3):
>   dt-bindings: net: micrel: add coma-mode-gpios property
>   net: phy: micrel: move the PHY timestamping check
>   net: phy: micrel: add coma mode GPIO
> 
> [...]

Here is the summary with links:
  - [net-next,v1,1/3] dt-bindings: net: micrel: add coma-mode-gpios property
    https://git.kernel.org/netdev/net-next/c/749c61e5b30a
  - [net-next,v1,2/3] net: phy: micrel: move the PHY timestamping check
    https://git.kernel.org/netdev/net-next/c/31d00ca4ce0e
  - [net-next,v1,3/3] net: phy: micrel: add coma mode GPIO
    https://git.kernel.org/netdev/net-next/c/738871b09250

You are awesome, thank you!