[PATCH 02/11] dt-bindings: serial: snps-dw-apb-uart: Relax dma-names order constraint

Rob Herring robh at kernel.org
Mon Mar 20 08:58:12 PDT 2023


On Fri, Mar 17, 2023 at 12:21:41PM +0200, Cristian Ciocaltea via Alsa-devel wrote:
> Date: Fri, 17 Mar 2023 12:21:41 +0200
> From: Cristian Ciocaltea <cristian.ciocaltea at collabora.com>
> To: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>, Sudeep Holla
>  <sudeep.holla at arm.com>, Cristian Marussi <cristian.marussi at arm.com>, Rob
>  Herring <robh+dt at kernel.org>, Krzysztof Kozlowski
>  <krzysztof.kozlowski+dt at linaro.org>, Greg Kroah-Hartman
>  <gregkh at linuxfoundation.org>, Liam Girdwood <lgirdwood at gmail.com>, Mark
>  Brown <broonie at kernel.org>, Nicolas Frattaroli
>  <frattaroli.nicolas at gmail.com>, Heiko Stuebner <heiko at sntech.de>, Jaroslav
>  Kysela <perex at perex.cz>, Takashi Iwai <tiwai at suse.com>, Paul Walmsley
>  <paul.walmsley at sifive.com>, Palmer Dabbelt <palmer at dabbelt.com>, Albert Ou
>  <aou at eecs.berkeley.edu>, Daniel Drake <drake at endlessm.com>, Katsuhiro
>  Suzuki <katsuhiro at katsuster.net>
> CC: linux-arm-kernel at lists.infradead.org, devicetree at vger.kernel.org,
>  linux-kernel at vger.kernel.org, linux-serial at vger.kernel.org,
>  alsa-devel at alsa-project.org, linux-rockchip at lists.infradead.org,
>  linux-riscv at lists.infradead.org, kernel at collabora.com
> Subject: Re: [PATCH 02/11] dt-bindings: serial: snps-dw-apb-uart: Relax
>  dma-names order constraint
> Message-ID: <8ae57fe3-56aa-7e50-3eaa-a12a40657baf at collabora.com>
> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
>  Thunderbird/102.7.2

There is something strange going on with your mails as there are 2 
copies in the archives with the 2nd one getting the header twice. It's 
coming from the alsa-devel list.

> 
> On 3/17/23 10:31, Krzysztof Kozlowski wrote:
> > On 15/03/2023 12:47, Cristian Ciocaltea wrote:
> > > Commit 370f696e4474 ("dt-bindings: serial: snps-dw-apb-uart: add dma &
> > > dma-names properties") documented dma-names property to handle Allwiner
> > > D1 dtbs_check warnings, but relies on a strict rx->tx ordering, which is
> > > the reverse of what a different board expects:
> > > 
> > >    rk3326-odroid-go2.dtb: serial at ff030000: dma-names:0: 'rx' was expected
> > > 
> > > A quick and incomplete check shows the inconsistency is present in many
> > > other DT files:
> > 
> > Why not fixing the DTS? The properties should have fixed order.
> 
> I was initially concerned about the risk of a potential ABI breakage, but I
> think that's not really a problem since dma-names is not directly accessed
> in the driver and DT Kernel API doesn't rely on a particular order.
> 
> If there are no objections, I would switch the order in the binding to
> tx->rx, since that's what most of the DTS use, and fix the remaining ones.
> 
> > Best regards,
> > Krzysztof
> 
> Thanks,
> Cristian



More information about the Linux-rockchip mailing list