Re: [PATCH v3] ASoC: dt-bindings: sound: atmel_ac97c: Convert to DT schema
From: Manish Baing
Date: Sat May 30 2026 - 05:47:52 EST
Hi Krzysztof,
I sincerely apologize for the massive amount of noise I have created
on the mailing lists today.
I am new to the kernel patch submission process and made several major
workflow mistakes in rapid succession.
I am stopping all patch submissions immediately.
I will hold off on further submissions until I have properly verified
all in-tree users. I will then send a single, consolidated patch
series with corrected terminology and constraints.
Thank you for your patience and for taking the time to correct my
workflow. I will do better.
On Sat, May 30, 2026 at 2:50 PM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On 30/05/2026 07:28, Manish Baing wrote:
> > Convert the Atmel AC97 controller binding from text
> > format to YAML schema.
> >
> > The binding constraints were updated during conversion to align with
> > actual driver behavior:
> > - Added previously undocumented 'clocks' and 'clock-names' properties.
> > These are made required, as the driver unconditionally requests them.
> > - Removed 'ac97-gpios' from the required list, as the driver
> > treats the reset pin as optional, and requiring it breaks existing
> > .dtsi validation.
> > - Fixed the ac97-gpios array in the example to use standard
> > comma-separated formatting.
> >
> > Signed-off-by: Manish Baing <manishbaing2789@xxxxxxxxx>
> > ---
> > Changes in v3:
> > - Updated the commit message to include the reasoning behind the property changes,
> > addressing Sashiko bot feedback.
> > Changes in v2:
> > - Added undocumented 'clocks' and 'clock-names' properties which are
> > unconditionally required by the driver.
> > - Removed 'ac97-gpios' from the required list, as the driver treats
>
>
> Srsly, stop. I don't even know where to reply...
>
> Best regards,
> Krzysztof