All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: kishon@ti.com, repk@triplefau.lt, Vinod Koul <vkoul@kernel.org>
Cc: linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/3] phy: amlogic: add MIPI DSI function to analog MIPI+PCIe PHY
Date: Mon, 16 Nov 2020 09:47:39 +0100	[thread overview]
Message-ID: <e42ce82e-7db1-a35b-c6f4-b8a8a184e43d@baylibre.com> (raw)
In-Reply-To: <20201104135631.1550125-1-narmstrong@baylibre.com>

Hi Vinod, Kishon,

On 04/11/2020 14:56, Neil Armstrong wrote:
> The AXG Analog MIPI-DSI PHY also provides functions to the PCIe PHY,
> thus we need to have inclusive support for both interfaces at runtime.
> 
> This fixes the regmap get from parent node, removes cell param
> to select a mode and implement runtime configuration & power on/off
> for both functions since they are not exclusive.
> 
> Changes since v2 at [2]:
> - Add DT review tags
> - Rebase on 5.10-rc1
> 
> Changes since v1 at [1]:
> - added description to binding as requested parent
> - updated commit log of patch 1
> - also update example of patch 1
> 
> [1] https://lkml.kernel.org/r/20200907073402.26674-1-narmstrong@baylibre.com
> [2] https://lkml.kernel.org/r/20200915130339.11079-1-narmstrong@baylibre.com
> 
> Neil Armstrong (3):
>   dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove reg
>     attribute
>   dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove phy cell
>     parameter
>   phy: amlogic: phy-meson-axg-mipi-pcie-analog: add support for MIPI DSI
>     analog
> 
>  .../amlogic,meson-axg-mipi-pcie-analog.yaml   |  21 +-
>  drivers/phy/amlogic/Kconfig                   |   1 +
>  .../amlogic/phy-meson-axg-mipi-pcie-analog.c  | 204 ++++++++++++------
>  3 files changed, 149 insertions(+), 77 deletions(-)
> 

Could you review this serie ?

Neil

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: kishon@ti.com, repk@triplefau.lt, Vinod Koul <vkoul@kernel.org>
Cc: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/3] phy: amlogic: add MIPI DSI function to analog MIPI+PCIe PHY
Date: Mon, 16 Nov 2020 09:47:39 +0100	[thread overview]
Message-ID: <e42ce82e-7db1-a35b-c6f4-b8a8a184e43d@baylibre.com> (raw)
In-Reply-To: <20201104135631.1550125-1-narmstrong@baylibre.com>

Hi Vinod, Kishon,

On 04/11/2020 14:56, Neil Armstrong wrote:
> The AXG Analog MIPI-DSI PHY also provides functions to the PCIe PHY,
> thus we need to have inclusive support for both interfaces at runtime.
> 
> This fixes the regmap get from parent node, removes cell param
> to select a mode and implement runtime configuration & power on/off
> for both functions since they are not exclusive.
> 
> Changes since v2 at [2]:
> - Add DT review tags
> - Rebase on 5.10-rc1
> 
> Changes since v1 at [1]:
> - added description to binding as requested parent
> - updated commit log of patch 1
> - also update example of patch 1
> 
> [1] https://lkml.kernel.org/r/20200907073402.26674-1-narmstrong@baylibre.com
> [2] https://lkml.kernel.org/r/20200915130339.11079-1-narmstrong@baylibre.com
> 
> Neil Armstrong (3):
>   dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove reg
>     attribute
>   dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove phy cell
>     parameter
>   phy: amlogic: phy-meson-axg-mipi-pcie-analog: add support for MIPI DSI
>     analog
> 
>  .../amlogic,meson-axg-mipi-pcie-analog.yaml   |  21 +-
>  drivers/phy/amlogic/Kconfig                   |   1 +
>  .../amlogic/phy-meson-axg-mipi-pcie-analog.c  | 204 ++++++++++++------
>  3 files changed, 149 insertions(+), 77 deletions(-)
> 

Could you review this serie ?

Neil

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

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: kishon@ti.com, repk@triplefau.lt, Vinod Koul <vkoul@kernel.org>
Cc: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/3] phy: amlogic: add MIPI DSI function to analog MIPI+PCIe PHY
Date: Mon, 16 Nov 2020 09:47:39 +0100	[thread overview]
Message-ID: <e42ce82e-7db1-a35b-c6f4-b8a8a184e43d@baylibre.com> (raw)
In-Reply-To: <20201104135631.1550125-1-narmstrong@baylibre.com>

Hi Vinod, Kishon,

On 04/11/2020 14:56, Neil Armstrong wrote:
> The AXG Analog MIPI-DSI PHY also provides functions to the PCIe PHY,
> thus we need to have inclusive support for both interfaces at runtime.
> 
> This fixes the regmap get from parent node, removes cell param
> to select a mode and implement runtime configuration & power on/off
> for both functions since they are not exclusive.
> 
> Changes since v2 at [2]:
> - Add DT review tags
> - Rebase on 5.10-rc1
> 
> Changes since v1 at [1]:
> - added description to binding as requested parent
> - updated commit log of patch 1
> - also update example of patch 1
> 
> [1] https://lkml.kernel.org/r/20200907073402.26674-1-narmstrong@baylibre.com
> [2] https://lkml.kernel.org/r/20200915130339.11079-1-narmstrong@baylibre.com
> 
> Neil Armstrong (3):
>   dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove reg
>     attribute
>   dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove phy cell
>     parameter
>   phy: amlogic: phy-meson-axg-mipi-pcie-analog: add support for MIPI DSI
>     analog
> 
>  .../amlogic,meson-axg-mipi-pcie-analog.yaml   |  21 +-
>  drivers/phy/amlogic/Kconfig                   |   1 +
>  .../amlogic/phy-meson-axg-mipi-pcie-analog.c  | 204 ++++++++++++------
>  3 files changed, 149 insertions(+), 77 deletions(-)
> 

Could you review this serie ?

Neil

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

  parent reply	other threads:[~2020-11-16  9:17 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-04 13:56 [PATCH v3 0/3] phy: amlogic: add MIPI DSI function to analog MIPI+PCIe PHY Neil Armstrong
2020-11-04 13:56 ` Neil Armstrong
2020-11-04 13:56 ` Neil Armstrong
2020-11-04 13:56 ` [PATCH v3 1/3] dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove reg attribute Neil Armstrong
2020-11-04 13:56   ` [PATCH v3 1/3] dt-bindings: phy: amlogic, meson-axg-mipi-pcie-analog: " Neil Armstrong
2020-11-04 13:56   ` Neil Armstrong
2020-11-04 13:56 ` [PATCH v3 2/3] dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove phy cell parameter Neil Armstrong
2020-11-04 13:56   ` [PATCH v3 2/3] dt-bindings: phy: amlogic, meson-axg-mipi-pcie-analog: " Neil Armstrong
2020-11-04 13:56   ` Neil Armstrong
2020-11-04 13:56 ` [PATCH v3 3/3] phy: amlogic: phy-meson-axg-mipi-pcie-analog: add support for MIPI DSI analog Neil Armstrong
2020-11-04 13:56   ` Neil Armstrong
2020-11-04 13:56   ` Neil Armstrong
2020-11-16  8:47 ` Neil Armstrong [this message]
2020-11-16  8:47   ` [PATCH v3 0/3] phy: amlogic: add MIPI DSI function to analog MIPI+PCIe PHY Neil Armstrong
2020-11-16  8:47   ` Neil Armstrong

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=e42ce82e-7db1-a35b-c6f4-b8a8a184e43d@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=kishon@ti.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=repk@triplefau.lt \
    --cc=vkoul@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.