Message ID | 20231218083604.7327-1-jason-jh.lin@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | Add mediatek,gce-events definition to mediatek,gce-mailbox bindings | expand |
On Mon, Dec 18, 2023 at 04:36:01PM +0800, Jason-JH.Lin wrote: > From: Jason-jh Lin <jason-jh.lin@mediatek.corp-partner.google.com> > > Since mediatek,gce-events property is a HW event signal from GCE, > it should be defined in mediatek,gce-mailbox.yaml. > > Change the description of mediatek,gce-events property existed in > other bindings to reference mediatek,gce-mailbox.yaml. I don't understand this series. I would understand it if the property should be related to the mailbox provider and it is moved there from the mailbox consumer, but this series does not do that. Instead the series now documents this property for both consumers and providers. Secondly it removes the typedef from the consumers, which makes no sense if this is a valid property there. Is your intention to document a property that should be common across all consumers in a single place? If that is your goal, then something like spi-peripheral-props.yaml is what you need here. Confused, Conor.
Hi Conor, Thanks for the reviews. On Tue, 2023-12-19 at 16:54 +0000, Conor Dooley wrote: > On Mon, Dec 18, 2023 at 04:36:01PM +0800, Jason-JH.Lin wrote: > > From: Jason-jh Lin <jason-jh.lin@mediatek.corp-partner.google.com> > > > > Since mediatek,gce-events property is a HW event signal from GCE, > > it should be defined in mediatek,gce-mailbox.yaml. > > > > Change the description of mediatek,gce-events property existed in > > other bindings to reference mediatek,gce-mailbox.yaml. > > I don't understand this series. I would understand it if the property > should be related to the mailbox provider and it is moved there from > the > mailbox consumer, but this series does not do that. Instead the > series > now documents this property for both consumers and providers. I want to move properties related to MediaTek's proprietary GCE HW to a common place and let it referenced by mailbox providers and consumers. And I also want to add this property into a mailbox provider, but maybe not in this series. I'll move this modification into another series. > > Secondly it removes the typedef from the consumers, which makes no > sense > if this is a valid property there. > OK, I will keep the $ref for the consumers. > Is your intention to document a property that should be common across > all consumers in a single place? If that is your goal, then something > like spi-peripheral-props.yaml is what you need here. > Thanks for your example. Since these properties for the GCE HW are MediaTek specific, I will try to send a series to create a mediatek,gce-props.yaml to list all these properties. And modify all these properties in mailbox consumers. Regards, Jason-JH.Lin > Confused, > Conor.
From: Jason-jh Lin <jason-jh.lin@mediatek.corp-partner.google.com> Since mediatek,gce-events property is a HW event signal from GCE, it should be defined in mediatek,gce-mailbox.yaml. Change the description of mediatek,gce-events property existed in other bindings to reference mediatek,gce-mailbox.yaml. Jason-JH.Lin (3): dt-bindings: mailbox: mediatek,gce-mailbox: Add mediatek,gce-events definition dt-bindings: media: mediatek-mdp: Change the description of gce-events dt-bindings: soc: mediatek: Change the description of gce-events .../devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml | 7 +++++++ .../devicetree/bindings/media/mediatek,mdp3-rdma.yaml | 5 +---- .../devicetree/bindings/media/mediatek,mdp3-rsz.yaml | 5 +---- .../devicetree/bindings/media/mediatek,mdp3-wrot.yaml | 5 +---- .../devicetree/bindings/soc/mediatek/mediatek,ccorr.yaml | 5 +---- .../devicetree/bindings/soc/mediatek/mediatek,mutex.yaml | 5 +---- .../devicetree/bindings/soc/mediatek/mediatek,wdma.yaml | 5 +---- 7 files changed, 13 insertions(+), 24 deletions(-)