All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: Horatiu Vultur <horatiu.vultur@microchip.com>,
	robh+dt@kernel.org, lars.povlsen@microchip.com,
	Steen.Hegelund@microchip.com, UNGLinuxDriver@microchip.com,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4 0/2] Extend Sparx5 switch reset driver for lan966x
Date: Mon, 18 Oct 2021 17:01:38 +0200	[thread overview]
Message-ID: <2eb89942760fc56fc1b4fe59377fa36d499134ee.camel@pengutronix.de> (raw)
In-Reply-To: <20211018091522.1113510-1-horatiu.vultur@microchip.com>

On Mon, 2021-10-18 at 11:15 +0200, Horatiu Vultur wrote:
> This patch serie extends the Microchip Sparx5 reset driver to support
> lan966x
> 
> v3->v4:
>   - drop all the changes regarding the phy reset.
>   - use enum instead oneOf in dt-bindings
> 
> v2->v3:
>   - rename variable reset_gpio to phy_reset_gpio
>   - rename gpios property in documentation to phy-reset-gpios
> 
> v1->v2:
>   - add reviewed-by tag
>   - extend driver to be able to release the reset also for external PHYs
> 
> Horatiu Vultur (2):
>   dt-bindings: reset: Add lan966x support
>   reset: mchp: sparx5: Extend support for lan966x
> 
>  .../bindings/reset/microchip,rst.yaml         |  4 +-
>  drivers/reset/Kconfig                         |  2 +-
>  drivers/reset/reset-microchip-sparx5.c        | 40 +++++++++++++++----
>  3 files changed, 36 insertions(+), 10 deletions(-)

Thank you, both applied to reset/next.

regards
Philipp

WARNING: multiple messages have this Message-ID (diff)
From: Philipp Zabel <p.zabel@pengutronix.de>
To: Horatiu Vultur <horatiu.vultur@microchip.com>,
	robh+dt@kernel.org,  lars.povlsen@microchip.com,
	Steen.Hegelund@microchip.com,  UNGLinuxDriver@microchip.com,
	devicetree@vger.kernel.org,  linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4 0/2] Extend Sparx5 switch reset driver for lan966x
Date: Mon, 18 Oct 2021 17:01:38 +0200	[thread overview]
Message-ID: <2eb89942760fc56fc1b4fe59377fa36d499134ee.camel@pengutronix.de> (raw)
In-Reply-To: <20211018091522.1113510-1-horatiu.vultur@microchip.com>

On Mon, 2021-10-18 at 11:15 +0200, Horatiu Vultur wrote:
> This patch serie extends the Microchip Sparx5 reset driver to support
> lan966x
> 
> v3->v4:
>   - drop all the changes regarding the phy reset.
>   - use enum instead oneOf in dt-bindings
> 
> v2->v3:
>   - rename variable reset_gpio to phy_reset_gpio
>   - rename gpios property in documentation to phy-reset-gpios
> 
> v1->v2:
>   - add reviewed-by tag
>   - extend driver to be able to release the reset also for external PHYs
> 
> Horatiu Vultur (2):
>   dt-bindings: reset: Add lan966x support
>   reset: mchp: sparx5: Extend support for lan966x
> 
>  .../bindings/reset/microchip,rst.yaml         |  4 +-
>  drivers/reset/Kconfig                         |  2 +-
>  drivers/reset/reset-microchip-sparx5.c        | 40 +++++++++++++++----
>  3 files changed, 36 insertions(+), 10 deletions(-)

Thank you, both applied to reset/next.

regards
Philipp

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

  parent reply	other threads:[~2021-10-18 15:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-18  9:15 [PATCH v4 0/2] Extend Sparx5 switch reset driver for lan966x Horatiu Vultur
2021-10-18  9:15 ` Horatiu Vultur
2021-10-18  9:15 ` [PATCH v4 1/2] dt-bindings: reset: Add lan966x support Horatiu Vultur
2021-10-18  9:15   ` Horatiu Vultur
2021-10-18  9:15 ` [PATCH v4 2/2] reset: mchp: sparx5: Extend support for lan966x Horatiu Vultur
2021-10-18  9:15   ` Horatiu Vultur
2021-10-18 10:43   ` Philipp Zabel
2021-10-18 10:43     ` Philipp Zabel
2021-10-18 12:01   ` Steen Hegelund
2021-10-18 12:01     ` Steen Hegelund
2021-10-18 15:01 ` Philipp Zabel [this message]
2021-10-18 15:01   ` [PATCH v4 0/2] Extend Sparx5 switch reset driver " Philipp Zabel

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=2eb89942760fc56fc1b4fe59377fa36d499134ee.camel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=Steen.Hegelund@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=horatiu.vultur@microchip.com \
    --cc=lars.povlsen@microchip.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@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.