lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 24 Jul 2023 06:17:58 +0000
From:   Maso Huang (黃加竹) 
        <Maso.Huang@...iatek.com>
To:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "robh+dt@...nel.org" <robh+dt@...nel.org>,
        "linux-mediatek@...ts.infradead.org" 
        <linux-mediatek@...ts.infradead.org>,
        Trevor Wu (吳文良) <Trevor.Wu@...iatek.com>,
        "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        Allen-KH Cheng (程冠勲) 
        <Allen-KH.Cheng@...iatek.com>,
        "broonie@...nel.org" <broonie@...nel.org>,
        "renzhijie2@...wei.com" <renzhijie2@...wei.com>,
        "conor+dt@...nel.org" <conor+dt@...nel.org>,
        "tiwai@...e.com" <tiwai@...e.com>,
        "lgirdwood@...il.com" <lgirdwood@...il.com>,
        "linux-arm-kernel@...ts.infradead.org" 
        <linux-arm-kernel@...ts.infradead.org>,
        "krzysztof.kozlowski+dt@...aro.org" 
        <krzysztof.kozlowski+dt@...aro.org>,
        "matthias.bgg@...il.com" <matthias.bgg@...il.com>,
        "perex@...ex.cz" <perex@...ex.cz>,
        Jiaxin Yu (俞家鑫) <Jiaxin.Yu@...iatek.com>,
        "angelogioacchino.delregno@...labora.com" 
        <angelogioacchino.delregno@...labora.com>,
        "alsa-devel@...a-project.org" <alsa-devel@...a-project.org>
Subject: Re: [PATCH v2 0/7] ASoC: mediatek: Add support for MT7986 SoC

Gentle ping :)

Hi Rob and Angelo,

Can you help to check this latest series and share your thoughts if
any?

Best regards,
Maso


On Mon, 2023-06-26 at 10:34 +0800, Maso Huang wrote:
> Changes in v2:
>  - v1 title: [PATCH 0/7] ASoC: mediatek: Add support for MT79xx SoC
>  - add missing maintainers
>  - rename mt79xx to mt7986 in all files
>  - use clk bulk api in mt7986-afe-clk.c [2/7]
>  - refine mt7986-afe-pcm.c based on reviewer's suggestions [4/7]
>  - refine dt-binding files based on reviewer's suggestions [6/7]
> [7/7]
>  - transpose [3/7] and [4/7] in v1 to fix test build errors
>  
> This series of patches adds support for MediaTek AFE of MT7986 SoC.
> Patches are based on broonie tree "for-next" branch.
> 
> Maso Huang (7):
>   ASoC: mediatek: mt7986: add common header
>   ASoC: mediatek: mt7986: support audio clock control
>   ASoC: mediatek: mt7986: support etdm in platform driver
>   ASoC: mediatek: mt7986: add platform driver
>   ASoC: mediatek: mt7986: add machine driver with wm8960
>   ASoC: dt-bindings: mediatek,mt7986-wm8960: add mt7986-wm8960
> document
>   ASoC: dt-bindings: mediatek,mt7986-afe: add audio afe document
> 
>  .../bindings/sound/mediatek,mt7986-afe.yaml   |  89 +++
>  .../sound/mediatek,mt7986-wm8960.yaml         |  53 ++
>  sound/soc/mediatek/Kconfig                    |  20 +
>  sound/soc/mediatek/Makefile                   |   1 +
>  sound/soc/mediatek/mt7986/Makefile            |  10 +
>  sound/soc/mediatek/mt7986/mt7986-afe-clk.c    |  75 +++
>  sound/soc/mediatek/mt7986/mt7986-afe-clk.h    |  18 +
>  sound/soc/mediatek/mt7986/mt7986-afe-common.h |  51 ++
>  sound/soc/mediatek/mt7986/mt7986-afe-pcm.c    | 598
> ++++++++++++++++++
>  sound/soc/mediatek/mt7986/mt7986-dai-etdm.c   | 421 ++++++++++++
>  sound/soc/mediatek/mt7986/mt7986-reg.h        | 206 ++++++
>  sound/soc/mediatek/mt7986/mt7986-wm8960.c     | 184 ++++++
>  12 files changed, 1726 insertions(+)
>  create mode 100644
> Documentation/devicetree/bindings/sound/mediatek,mt7986-afe.yaml
>  create mode 100644
> Documentation/devicetree/bindings/sound/mediatek,mt7986-wm8960.yaml
>  create mode 100644 sound/soc/mediatek/mt7986/Makefile
>  create mode 100644 sound/soc/mediatek/mt7986/mt7986-afe-clk.c
>  create mode 100644 sound/soc/mediatek/mt7986/mt7986-afe-clk.h
>  create mode 100644 sound/soc/mediatek/mt7986/mt7986-afe-common.h
>  create mode 100644 sound/soc/mediatek/mt7986/mt7986-afe-pcm.c
>  create mode 100644 sound/soc/mediatek/mt7986/mt7986-dai-etdm.c
>  create mode 100644 sound/soc/mediatek/mt7986/mt7986-reg.h
>  create mode 100644 sound/soc/mediatek/mt7986/mt7986-wm8960.c
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ