All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: robh+dt@kernel.org, Johan Jonker <jbx6244@gmail.com>
Cc: Heiko Stuebner <heiko@sntech.de>,
	linux-arm-kernel@lists.infradead.org, daniel@ffwll.ch,
	linux-kernel@vger.kernel.org, markyao0591@gmail.com,
	devicetree@vger.kernel.org, maarten.lankhorst@linux.intel.com,
	dri-devel@lists.freedesktop.org, conor+dt@kernel.org,
	hjc@rock-chips.com, linux-rockchip@lists.infradead.org,
	airlied@gmail.com, andy.yan@rock-chips.com, mripard@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, tzimmermann@suse.de
Subject: Re: (subset) [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property
Date: Tue, 13 Feb 2024 20:20:01 +0100	[thread overview]
Message-ID: <170785199080.3350387.14199175297568955666.b4-ty@sntech.de> (raw)
In-Reply-To: <a493c65e-7cf9-455f-95d5-8c98cad35710@gmail.com>

On Wed, 31 Jan 2024 22:14:29 +0100, Johan Jonker wrote:
> The hdmi-connector nodes are now functional and the new way to model
> hdmi ports nodes with both in and output port subnodes. Unfortunately
> with the conversion to YAML the old method with only an input port node
> was used. Later the new method was also added to the binding.
> A binding must be unambiguously, so remove the old port property
> entirely and make port@0 and port@1 a requirement as all
> upstream dts files are updated as well and because checking
> deprecated stuff is a bit pointless.
> Update the example to avoid use of the removed property.
> 
> [...]

Applied, thanks!

[1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property
      commit: 0d192c4c72ce00ab07a6b27f068607e21f754a46
[2/6] dt-bindings: display: rockchip,dw-hdmi: add power-domains property
      commit: 6b1f93ea345947c94bf3a7a6e668a2acfd310918

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: robh+dt@kernel.org, Johan Jonker <jbx6244@gmail.com>
Cc: Heiko Stuebner <heiko@sntech.de>,
	linux-arm-kernel@lists.infradead.org, daniel@ffwll.ch,
	linux-kernel@vger.kernel.org, markyao0591@gmail.com,
	devicetree@vger.kernel.org, maarten.lankhorst@linux.intel.com,
	dri-devel@lists.freedesktop.org, conor+dt@kernel.org,
	hjc@rock-chips.com, linux-rockchip@lists.infradead.org,
	airlied@gmail.com, andy.yan@rock-chips.com, mripard@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, tzimmermann@suse.de
Subject: Re: (subset) [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property
Date: Tue, 13 Feb 2024 20:20:01 +0100	[thread overview]
Message-ID: <170785199080.3350387.14199175297568955666.b4-ty@sntech.de> (raw)
In-Reply-To: <a493c65e-7cf9-455f-95d5-8c98cad35710@gmail.com>

On Wed, 31 Jan 2024 22:14:29 +0100, Johan Jonker wrote:
> The hdmi-connector nodes are now functional and the new way to model
> hdmi ports nodes with both in and output port subnodes. Unfortunately
> with the conversion to YAML the old method with only an input port node
> was used. Later the new method was also added to the binding.
> A binding must be unambiguously, so remove the old port property
> entirely and make port@0 and port@1 a requirement as all
> upstream dts files are updated as well and because checking
> deprecated stuff is a bit pointless.
> Update the example to avoid use of the removed property.
> 
> [...]

Applied, thanks!

[1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property
      commit: 0d192c4c72ce00ab07a6b27f068607e21f754a46
[2/6] dt-bindings: display: rockchip,dw-hdmi: add power-domains property
      commit: 6b1f93ea345947c94bf3a7a6e668a2acfd310918

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

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

WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: robh+dt@kernel.org, Johan Jonker <jbx6244@gmail.com>
Cc: Heiko Stuebner <heiko@sntech.de>,
	linux-arm-kernel@lists.infradead.org, daniel@ffwll.ch,
	linux-kernel@vger.kernel.org, markyao0591@gmail.com,
	devicetree@vger.kernel.org, maarten.lankhorst@linux.intel.com,
	dri-devel@lists.freedesktop.org, conor+dt@kernel.org,
	hjc@rock-chips.com, linux-rockchip@lists.infradead.org,
	airlied@gmail.com, andy.yan@rock-chips.com, mripard@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, tzimmermann@suse.de
Subject: Re: (subset) [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property
Date: Tue, 13 Feb 2024 20:20:01 +0100	[thread overview]
Message-ID: <170785199080.3350387.14199175297568955666.b4-ty@sntech.de> (raw)
In-Reply-To: <a493c65e-7cf9-455f-95d5-8c98cad35710@gmail.com>

On Wed, 31 Jan 2024 22:14:29 +0100, Johan Jonker wrote:
> The hdmi-connector nodes are now functional and the new way to model
> hdmi ports nodes with both in and output port subnodes. Unfortunately
> with the conversion to YAML the old method with only an input port node
> was used. Later the new method was also added to the binding.
> A binding must be unambiguously, so remove the old port property
> entirely and make port@0 and port@1 a requirement as all
> upstream dts files are updated as well and because checking
> deprecated stuff is a bit pointless.
> Update the example to avoid use of the removed property.
> 
> [...]

Applied, thanks!

[1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property
      commit: 0d192c4c72ce00ab07a6b27f068607e21f754a46
[2/6] dt-bindings: display: rockchip,dw-hdmi: add power-domains property
      commit: 6b1f93ea345947c94bf3a7a6e668a2acfd310918

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

_______________________________________________
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: Heiko Stuebner <heiko@sntech.de>
To: robh+dt@kernel.org, Johan Jonker <jbx6244@gmail.com>
Cc: Heiko Stuebner <heiko@sntech.de>,
	linux-arm-kernel@lists.infradead.org, daniel@ffwll.ch,
	linux-kernel@vger.kernel.org, markyao0591@gmail.com,
	devicetree@vger.kernel.org, maarten.lankhorst@linux.intel.com,
	dri-devel@lists.freedesktop.org, conor+dt@kernel.org,
	hjc@rock-chips.com, linux-rockchip@lists.infradead.org,
	airlied@gmail.com, andy.yan@rock-chips.com, mripard@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, tzimmermann@suse.de
Subject: Re: (subset) [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip, dw-hdmi: remove port property
Date: Tue, 13 Feb 2024 20:20:01 +0100	[thread overview]
Message-ID: <170785199080.3350387.14199175297568955666.b4-ty@sntech.de> (raw)
In-Reply-To: <a493c65e-7cf9-455f-95d5-8c98cad35710@gmail.com>

On Wed, 31 Jan 2024 22:14:29 +0100, Johan Jonker wrote:
> The hdmi-connector nodes are now functional and the new way to model
> hdmi ports nodes with both in and output port subnodes. Unfortunately
> with the conversion to YAML the old method with only an input port node
> was used. Later the new method was also added to the binding.
> A binding must be unambiguously, so remove the old port property
> entirely and make port@0 and port@1 a requirement as all
> upstream dts files are updated as well and because checking
> deprecated stuff is a bit pointless.
> Update the example to avoid use of the removed property.
> 
> [...]

Applied, thanks!

[1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property
      commit: 0d192c4c72ce00ab07a6b27f068607e21f754a46
[2/6] dt-bindings: display: rockchip,dw-hdmi: add power-domains property
      commit: 6b1f93ea345947c94bf3a7a6e668a2acfd310918

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

  parent reply	other threads:[~2024-02-13 19:20 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-31 21:14 [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property Johan Jonker
2024-01-31 21:14 ` Johan Jonker
2024-01-31 21:14 ` Johan Jonker
2024-01-31 21:14 ` Johan Jonker
2024-01-31 21:16 ` [PATCH v2 2/6] dt-bindings: display: rockchip,dw-hdmi: add power-domains property Johan Jonker
2024-01-31 21:16   ` Johan Jonker
2024-01-31 21:16   ` Johan Jonker
2024-01-31 21:16   ` Johan Jonker
2024-01-31 21:16 ` [PATCH v2 3/6] ARM: dts: rockchip: fix rk3288 hdmi ports node Johan Jonker
2024-01-31 21:16   ` Johan Jonker
2024-01-31 21:16   ` Johan Jonker
2024-01-31 21:16   ` Johan Jonker
2024-01-31 21:16 ` [PATCH v2 4/6] ARM: dts: rockchip: fix rk322x " Johan Jonker
2024-01-31 21:16   ` Johan Jonker
2024-01-31 21:16   ` Johan Jonker
2024-01-31 21:16   ` Johan Jonker
2024-01-31 21:17 ` [PATCH v2 5/6] arm64: dts: rockchip: fix rk3328 " Johan Jonker
2024-01-31 21:17   ` Johan Jonker
2024-01-31 21:17   ` Johan Jonker
2024-01-31 21:17   ` Johan Jonker
2024-01-31 21:17 ` [PATCH v2 6/6] arm64: dts: rockchip: fix rk3399 " Johan Jonker
2024-01-31 21:17   ` Johan Jonker
2024-01-31 21:17   ` Johan Jonker
2024-01-31 21:17   ` Johan Jonker
2024-02-01 19:47 ` [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property Conor Dooley
2024-02-01 19:47   ` [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip, dw-hdmi: " Conor Dooley
2024-02-01 19:47   ` [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: " Conor Dooley
2024-02-01 19:47   ` Conor Dooley
2024-02-01 22:58 ` Rob Herring
2024-02-01 22:58   ` [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip, dw-hdmi: " Rob Herring
2024-02-01 22:58   ` [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: " Rob Herring
2024-02-01 22:58   ` Rob Herring
2024-02-13 19:20 ` Heiko Stuebner [this message]
2024-02-13 19:20   ` (subset) [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip, dw-hdmi: " Heiko Stuebner
2024-02-13 19:20   ` (subset) [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: " Heiko Stuebner
2024-02-13 19:20   ` Heiko Stuebner
2024-02-13 19:37 ` Heiko Stuebner
2024-02-13 19:37   ` (subset) [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip, dw-hdmi: " Heiko Stuebner
2024-02-13 19:37   ` (subset) [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: " Heiko Stuebner
2024-02-13 19:37   ` Heiko Stuebner

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=170785199080.3350387.14199175297568955666.b4-ty@sntech.de \
    --to=heiko@sntech.de \
    --cc=airlied@gmail.com \
    --cc=andy.yan@rock-chips.com \
    --cc=conor+dt@kernel.org \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hjc@rock-chips.com \
    --cc=jbx6244@gmail.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=markyao0591@gmail.com \
    --cc=mripard@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=tzimmermann@suse.de \
    /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.