Message ID | 20220428093355.16172-1-jiaxin.yu@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: mediatek: Add support for MT8186 SoC | expand |
On Thu, Apr 28, 2022 at 05:33:37PM +0800, Jiaxin Yu wrote: > This series of patches adds support for Mediatek AFE of MT8186 Soc. > Patches are based on broonie tree "for-next" branch. This looks mostly good from a framework point of view - I did notice a few minor issues which I commented on (some of the control things are repeated in other patches) but the overwhelming bulk of the code looks good.
Hi Jiaxin, Gmail tends to mark your patches as spam. Can you please make sure to use "PATCH" in the subject line, e.g. "[PATCH v4 00/18] ASoC: mediatek: Add support for MT8186 SoC"? Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
On Fri, 2022-04-29 at 10:47 +0200, Geert Uytterhoeven wrote: > Hi Jiaxin, > > Gmail tends to mark your patches as spam. > Can you please make sure to use "PATCH" in the subject line, e.g. > "[PATCH v4 00/18] ASoC: mediatek: Add support for MT8186 SoC"? > > Thanks! > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- > geert@linux-m68k.org > > In personal conversations with technical people, I call myself a > hacker. But > when I'm talking to journalists I just say "programmer" or something > like that. > -- Linus Torvalds Hi Geert, Sorry for this mistake, I usually use "git format-patch --subject- prefix "v4" --cover-letter -x" to generate a series of patches. So it automatically removes "PATCH". I will correct the cmd to "git format-patch --subject-prefix "PATCH v4" --cover-letter -x". Thanks, Jiaxin.Yu
On Thu, 2022-04-28 at 13:19 +0100, Mark Brown wrote: > On Thu, Apr 28, 2022 at 05:33:37PM +0800, Jiaxin Yu wrote: > > This series of patches adds support for Mediatek AFE of MT8186 Soc. > > Patches are based on broonie tree "for-next" branch. > > This looks mostly good from a framework point of view - I did notice > a > few minor issues which I commented on (some of the control things are > repeated in other patches) but the overwhelming bulk of the code > looks > good. Hi Mark, Thank you very much for your review. I will check the codes with your comments carefully. Best Regards Jiaxin.Yu
Hi Jiaxin, On Fri, Apr 29, 2022 at 11:32 AM Jiaxin Yu <jiaxin.yu@mediatek.com> wrote: > On Fri, 2022-04-29 at 10:47 +0200, Geert Uytterhoeven wrote: > > Gmail tends to mark your patches as spam. > > Can you please make sure to use "PATCH" in the subject line, e.g. > > "[PATCH v4 00/18] ASoC: mediatek: Add support for MT8186 SoC"? > Sorry for this mistake, I usually use "git format-patch --subject- > prefix "v4" --cover-letter -x" to generate a series of patches. > So it automatically removes "PATCH". I will correct the cmd to "git > format-patch --subject-prefix "PATCH v4" --cover-letter -x". You can just use e.g. "-v4" instead of the --subject-prefix option. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds