Message ID | cover.1725518229.git.zhoubinbin@loongson.cn (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: Some issues about loongson i2s | expand |
On 05/09/2024 09:02, Binbin Zhou wrote: > Hi all: > > This patch set is mainly about Loongson i2s related issues. > > Please allow me to briefly explain this patch set: > Patch 1-2: Add ES8323 codec required on Loongson-2K2000 > Patch 3-4: Add uda1342 codec required on Loongson-2K1000 > Patch 5: Improve code readability > Patch 6: Fix the problem of unable to detect codec under FDT system. > Patch 7-8: Add Loongson i2s platform device support > Patch 9-10: Related DTS support. This was based on some old tree... or you do not use get_maintainers.pl. Best regards, Krzysztof
On Thu, Sep 5, 2024 at 2:14 PM Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > > On 05/09/2024 09:02, Binbin Zhou wrote: > > Hi all: > > > > This patch set is mainly about Loongson i2s related issues. > > > > Please allow me to briefly explain this patch set: > > Patch 1-2: Add ES8323 codec required on Loongson-2K2000 > > Patch 3-4: Add uda1342 codec required on Loongson-2K1000 > > Patch 5: Improve code readability > > Patch 6: Fix the problem of unable to detect codec under FDT system. > > Patch 7-8: Add Loongson i2s platform device support > > Patch 9-10: Related DTS support. > > This was based on some old tree... or you do not use get_maintainers.pl. Hi Krzysztof: I used the following method to obtain the email address I need to copy: scripts/get_maintainer.pl sound/soc/ Liam Girdwood <lgirdwood@gmail.com> (supporter:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...) Mark Brown <broonie@kernel.org> (supporter:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...) Jaroslav Kysela <perex@perex.cz> (maintainer:SOUND) Takashi Iwai <tiwai@suse.com> (maintainer:SOUND) linux-sound@vger.kernel.org (open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...) linux-kernel@vger.kernel.org (open list) The code repository from MAINTAINERS: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/log/?h=for-next base commit: 097a44db5747403b19d05a9664e8ec6adba27e3b Is there anything I'm missing, or where I'm going wrong? Thanks. Binbin > > Best regards, > Krzysztof >
On 05/09/2024 10:34, Binbin Zhou wrote: > On Thu, Sep 5, 2024 at 2:14 PM Krzysztof Kozlowski > <krzysztof.kozlowski@linaro.org> wrote: >> >> On 05/09/2024 09:02, Binbin Zhou wrote: >>> Hi all: >>> >>> This patch set is mainly about Loongson i2s related issues. >>> >>> Please allow me to briefly explain this patch set: >>> Patch 1-2: Add ES8323 codec required on Loongson-2K2000 >>> Patch 3-4: Add uda1342 codec required on Loongson-2K1000 >>> Patch 5: Improve code readability >>> Patch 6: Fix the problem of unable to detect codec under FDT system. >>> Patch 7-8: Add Loongson i2s platform device support >>> Patch 9-10: Related DTS support. >> >> This was based on some old tree... or you do not use get_maintainers.pl. > > Hi Krzysztof: > > I used the following method to obtain the email address I need to copy: > > scripts/get_maintainer.pl sound/soc/ That's not how you run get_maintainer.pl in typical process. You run it on the patches. > Liam Girdwood <lgirdwood@gmail.com> (supporter:SOUND - SOC LAYER / > DYNAMIC AUDIO POWER MANAGEM...) > Mark Brown <broonie@kernel.org> (supporter:SOUND - SOC LAYER / DYNAMIC > AUDIO POWER MANAGEM...) > Jaroslav Kysela <perex@perex.cz> (maintainer:SOUND) > Takashi Iwai <tiwai@suse.com> (maintainer:SOUND) > linux-sound@vger.kernel.org (open list:SOUND - SOC LAYER / DYNAMIC > AUDIO POWER MANAGEM...) > linux-kernel@vger.kernel.org (open list) > > The code repository from MAINTAINERS: > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/log/?h=for-next > base commit: 097a44db5747403b19d05a9664e8ec6adba27e3b > > Is there anything I'm missing, or where I'm going wrong? Yeah, the list is incomplete and wrong emails are used. Best regards, Krzysztof