From: Krzysztof Kozlowski <krzk@kernel.org>
To: Ki-Seok Jo <kiseok.jo@irondevice.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
"linux-sound@vger.kernel.org" <linux-sound@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Application <application@irondevice.com>
Subject: Re: [PATCH v2 1/3] ASoC: sma1307: Add driver for Iron Device SMA1307
Date: Tue, 3 Sep 2024 10:15:24 +0200 [thread overview]
Message-ID: <e20e6b36-c9fd-4a65-b14b-cdf0278d933e@kernel.org> (raw)
In-Reply-To: <SL2P216MB2337A6B3A699EF3C08A3A2D08C932@SL2P216MB2337.KORP216.PROD.OUTLOOK.COM>
On 03/09/2024 09:57, Ki-Seok Jo wrote:
>> On 03/09/2024 08:57, Krzysztof Kozlowski wrote:
>>> On Tue, Sep 03, 2024 at 02:44:33PM +0900, Kiseok Jo wrote:
>>>> Signed-off-by: Kiseok Jo <kiseok.jo@irondevice.com>
>>>> ---
>>>> sound/soc/codecs/Kconfig | 8 +
>>
>> ...
>>
>>>
>>>> + if (ret) {
>>>> + dev_err(&client->dev, "%s: failed to register component\n",
>>>> + __func__);
>>>> +
>>>> + return ret;
>>>> + }
>>>> +
>>>> + sma1307->attr_grp = &sma1307_attr_group;
>>>> + ret = sysfs_create_group(sma1307->kobj, sma1307->attr_grp);
>>>
>>> Where is sysfs ABI documented?
>>>
>>
>> Ah, now I see your sysfs ABI documentation, but you ordered patches
>> incorrectly. Documentation comes before its usage.
>>
>> Best regards,
>> Krzysztof
>
>
> Okay!
> I have currently submitted 3 patches in the following order:
> first, I registered the device driver, then the dt-binding, and finally the sysfs ABI documentation.
>
> I'll submit the ABI documentation first. Should the dt-binding also be submitted before the driver?
>
Yes, ABI goes before the user. See writing-bindings document.
Best regards,
Krzysztof
next prev parent reply other threads:[~2024-09-03 8:15 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-03 5:44 [PATCH v2 0/3] Add a driver for the Iron Device SMA1307 Amp Kiseok Jo
2024-09-03 5:44 ` [PATCH v2 1/3] ASoC: sma1307: Add driver for Iron Device SMA1307 Kiseok Jo
2024-09-03 6:57 ` Krzysztof Kozlowski
2024-09-03 6:58 ` Krzysztof Kozlowski
2024-09-03 7:57 ` Ki-Seok Jo
2024-09-03 8:15 ` Krzysztof Kozlowski [this message]
2024-09-03 8:33 ` Ki-Seok Jo
2024-09-03 8:51 ` Krzysztof Kozlowski
2024-09-03 15:57 ` kernel test robot
2024-09-03 18:12 ` Mark Brown
2024-09-12 8:35 ` Ki-Seok Jo
2024-09-12 11:23 ` Mark Brown
2024-09-03 5:44 ` [PATCH v2 2/3] ASoC: dt-bindings: irondevice,sma1307: Add initial DT binding Kiseok Jo
2024-09-03 6:49 ` Krzysztof Kozlowski
2024-09-03 8:39 ` Ki-Seok Jo
2024-09-03 8:55 ` Krzysztof Kozlowski
2024-09-03 9:08 ` Ki-Seok Jo
2024-09-03 9:14 ` Krzysztof Kozlowski
2024-09-03 13:39 ` Mark Brown
2024-09-11 1:16 ` FW: " Ki-Seok Jo
2024-09-11 18:26 ` Conor Dooley
2024-09-12 0:25 ` Ki-Seok Jo
2024-09-03 5:44 ` [PATCH v2 3/3] doc: ABI: testing: sma1307: Add support for SMA1307 Kiseok Jo
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=e20e6b36-c9fd-4a65-b14b-cdf0278d933e@kernel.org \
--to=krzk@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=application@irondevice.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kiseok.jo@irondevice.com \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-sound@vger.kernel.org \
--cc=perex@perex.cz \
--cc=robh@kernel.org \
--cc=tiwai@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox