From: Lee Jones <lee@kernel.org>
To: Conor Dooley <conor@kernel.org>
Cc: Rob Herring <robh@kernel.org>, Conor Dooley <conor+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>,
devicetree@vger.kernel.org, Zhang Qing <zhangqing@rock-chips.com>,
linux-kernel@vger.kernel.org,
Furkan Kardame <f.kardame@manjaro.org>,
Chris Zhong <zyw@rock-chips.com>,
Michael Riesch <michael.riesch@wolfvision.net>,
Chris Morgan <macromorgan@hotmail.com>,
linux-rockchip@lists.infradead.org,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
kernel@collabora.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/5] dt-bindings: mfd: rk817: Fixup clocks and reference dai-common
Date: Wed, 26 Jun 2024 16:44:46 +0100 [thread overview]
Message-ID: <20240626154446.GD2504017@google.com> (raw)
In-Reply-To: <20240622-exquisite-absently-e35b2cf335e3@spud>
On Sat, 22 Jun 2024, Conor Dooley wrote:
> On Sat, Jun 22, 2024 at 12:57:18AM +0300, Cristian Ciocaltea wrote:
> > Ensure 'clocks' property does not allow more than one item and add the
> > missing reference to dai-common schema.
> >
> > While at it, move 'clocks*' and '#sound-dai-cells' properties to keep
> > the list ordered alphabetically.
> >
> > Additionally, drop all useless/redundant descriptions.
> >
> > Fixes: 6c38ca03406e ("dt-bindings: mfd: rk808: Convert bindings to yaml")
> > Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
>
> I'd argue that these should not all be the same commit, but w/e.
Are you arguing that, or not? :)
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
--
Lee Jones [李琼斯]
_______________________________________________
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: Lee Jones <lee@kernel.org>
To: Conor Dooley <conor@kernel.org>
Cc: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>,
Chris Zhong <zyw@rock-chips.com>,
Zhang Qing <zhangqing@rock-chips.com>,
Chris Morgan <macromorgan@hotmail.com>,
Furkan Kardame <f.kardame@manjaro.org>,
Michael Riesch <michael.riesch@wolfvision.net>,
kernel@collabora.com, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/5] dt-bindings: mfd: rk817: Fixup clocks and reference dai-common
Date: Wed, 26 Jun 2024 16:44:46 +0100 [thread overview]
Message-ID: <20240626154446.GD2504017@google.com> (raw)
In-Reply-To: <20240622-exquisite-absently-e35b2cf335e3@spud>
On Sat, 22 Jun 2024, Conor Dooley wrote:
> On Sat, Jun 22, 2024 at 12:57:18AM +0300, Cristian Ciocaltea wrote:
> > Ensure 'clocks' property does not allow more than one item and add the
> > missing reference to dai-common schema.
> >
> > While at it, move 'clocks*' and '#sound-dai-cells' properties to keep
> > the list ordered alphabetically.
> >
> > Additionally, drop all useless/redundant descriptions.
> >
> > Fixes: 6c38ca03406e ("dt-bindings: mfd: rk808: Convert bindings to yaml")
> > Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
>
> I'd argue that these should not all be the same commit, but w/e.
Are you arguing that, or not? :)
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
--
Lee Jones [李琼斯]
next prev parent reply other threads:[~2024-06-26 15:45 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-21 21:57 [PATCH v2 0/5] DT fixes for Rockchip RK809 audio codec support Cristian Ciocaltea
2024-06-21 21:57 ` Cristian Ciocaltea
2024-06-21 21:57 ` [PATCH v2 1/5] dt-bindings: mfd: rk817: Fixup clocks and reference dai-common Cristian Ciocaltea
2024-06-21 21:57 ` Cristian Ciocaltea
2024-06-22 10:52 ` Conor Dooley
2024-06-22 10:52 ` Conor Dooley
2024-06-26 15:44 ` Lee Jones [this message]
2024-06-26 15:44 ` Lee Jones
2024-06-26 16:19 ` Conor Dooley
2024-06-26 16:19 ` Conor Dooley
2024-06-21 21:57 ` [PATCH v2 2/5] dt-bindings: mfd: rk817: Merge support for RK809 Cristian Ciocaltea
2024-06-21 21:57 ` Cristian Ciocaltea
2024-06-22 10:54 ` Conor Dooley
2024-06-22 10:54 ` Conor Dooley
2024-06-21 21:57 ` [PATCH v2 3/5] arm64: dts: rockchip: Drop invalid mic-in-differential on rk3568-rock-3a Cristian Ciocaltea
2024-06-21 21:57 ` Cristian Ciocaltea
2024-06-21 21:57 ` [PATCH v2 4/5] arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc Cristian Ciocaltea
2024-06-21 21:57 ` Cristian Ciocaltea
2024-06-21 21:57 ` [PATCH v2 5/5] arm64: dts: rockchip: Fix mic-in-differential usage on rk3568-evb1-v10 Cristian Ciocaltea
2024-06-21 21:57 ` Cristian Ciocaltea
2024-06-27 8:30 ` (subset) [PATCH v2 0/5] DT fixes for Rockchip RK809 audio codec support Lee Jones
2024-06-27 8:30 ` Lee Jones
2024-06-27 19:27 ` Heiko Stuebner
2024-06-27 19:27 ` 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=20240626154446.GD2504017@google.com \
--to=lee@kernel.org \
--cc=conor+dt@kernel.org \
--cc=conor@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=f.kardame@manjaro.org \
--cc=heiko@sntech.de \
--cc=kernel@collabora.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=macromorgan@hotmail.com \
--cc=michael.riesch@wolfvision.net \
--cc=robh@kernel.org \
--cc=zhangqing@rock-chips.com \
--cc=zyw@rock-chips.com \
/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.