mbox series

[v4,0/2] Remove clock-lanes DT property from CAMSS

Message ID 20211206151811.39271-1-robert.foss@linaro.org (mailing list archive)
Headers show
Series Remove clock-lanes DT property from CAMSS | expand

Message

Robert Foss Dec. 6, 2021, 3:18 p.m. UTC
Changes since v3:
 - Split patches heading for Media and ARM64 tress
   into two seperate series

Changes since v2:
 - Stephan: Rebased on v5.16-rc1
 - Stephan: Fixed 3/4 commit message title

Changes since v1:
 - Rob: Instead of documenting and fixing the use of the clock-lanes
   property, remove it, since it is is not programmable and
   therefore shouldn't be exposed in the DT.

Robert Foss (2):
  media: camss: csiphy: Move to hardcode CSI Clock Lane number
  media: dt-bindings: media: camss: Remove clock-lane property

 .../bindings/media/qcom,msm8916-camss.yaml    | 10 ---------
 .../bindings/media/qcom,msm8996-camss.yaml    | 20 ------------------
 .../bindings/media/qcom,sdm660-camss.yaml     | 20 ------------------
 .../bindings/media/qcom,sdm845-camss.yaml     | 17 ---------------
 .../qcom/camss/camss-csiphy-2ph-1-0.c         | 19 +++++++++++++++--
 .../qcom/camss/camss-csiphy-3ph-1-0.c         | 17 ++++++++++++++-
 .../media/platform/qcom/camss/camss-csiphy.c  | 21 +------------------
 .../media/platform/qcom/camss/camss-csiphy.h  |  7 +++++++
 8 files changed, 41 insertions(+), 90 deletions(-)

Comments

Hans Verkuil Dec. 22, 2021, 2:13 p.m. UTC | #1
Hi Robert,

I posted a PR for Bryan's 'CAMSS: Add SM8250 support' series, but your patch series
clashes with his. Can you rebase this series on top of Bryan's work?

You can use this branch I made for the PR if you want:

https://git.linuxtv.org/hverkuil/media_tree.git/log/?h=for-v5.17j

Thanks!

	Hans

On 06/12/2021 16:18, Robert Foss wrote:
> Changes since v3:
>  - Split patches heading for Media and ARM64 tress
>    into two seperate series
> 
> Changes since v2:
>  - Stephan: Rebased on v5.16-rc1
>  - Stephan: Fixed 3/4 commit message title
> 
> Changes since v1:
>  - Rob: Instead of documenting and fixing the use of the clock-lanes
>    property, remove it, since it is is not programmable and
>    therefore shouldn't be exposed in the DT.
> 
> Robert Foss (2):
>   media: camss: csiphy: Move to hardcode CSI Clock Lane number
>   media: dt-bindings: media: camss: Remove clock-lane property
> 
>  .../bindings/media/qcom,msm8916-camss.yaml    | 10 ---------
>  .../bindings/media/qcom,msm8996-camss.yaml    | 20 ------------------
>  .../bindings/media/qcom,sdm660-camss.yaml     | 20 ------------------
>  .../bindings/media/qcom,sdm845-camss.yaml     | 17 ---------------
>  .../qcom/camss/camss-csiphy-2ph-1-0.c         | 19 +++++++++++++++--
>  .../qcom/camss/camss-csiphy-3ph-1-0.c         | 17 ++++++++++++++-
>  .../media/platform/qcom/camss/camss-csiphy.c  | 21 +------------------
>  .../media/platform/qcom/camss/camss-csiphy.h  |  7 +++++++
>  8 files changed, 41 insertions(+), 90 deletions(-)
>