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] [day] [month] [year] [list]
Message-ID: <123bfcba-dc3c-4b67-a2d6-07745358fc23@opensource.cirrus.com>
Date: Fri, 17 Oct 2025 12:04:14 +0100
From: Richard Fitzgerald <rf@...nsource.cirrus.com>
To: wangweidong.a@...nic.com, lgirdwood@...il.com, broonie@...nel.org,
        perex@...ex.cz, tiwai@...e.com, arnd@...db.de,
        srinivas.kandagatla@....qualcomm.com, cy_huang@...htek.com,
        nick.li@...rsemi.com, hangyi@...rest-semi.com,
        alexey.klimov@...aro.org, niranjan.hy@...com, shenghao-ding@...com,
        linux@...blig.org, thorsten.blum@...ux.dev, yesanishhere@...il.com,
        ardb@...nel.org, ebiggers@...gle.com, linux-kernel@...r.kernel.org,
        linux-sound@...r.kernel.org
Cc: yijiangtao@...nic.com
Subject: Re: [PATCH V2 0/7] Rework the awinic driver

On 17/10/25 11:10, wangweidong.a@...nic.com wrote:
> From: Weidong Wang <wangweidong.a@...nic.com>
> 
> Rework the awinic driver, extracting common components into
> separate aw-commmon-firmware.c and aw-common-device.c files.
> 

Please remove me as a email recipient. These are all awinic
files, which are nothing to do with me. You seem to be spamming
a lot of people who probably also aren't related to these files.

You only need to email people that get_maintainers shows as
Maintainer or Reviewer, and also the mailing lists.
You don't need to send to everyone who has ever committed a change
to Kconfig.

>   sound/soc/codecs/Kconfig                      |   14 +-
>   sound/soc/codecs/Makefile                     |    8 +-
>   sound/soc/codecs/aw-common-device.c           |  508 +++++
>   sound/soc/codecs/aw-common-device.h           |  206 ++
>   .../aw88395_lib.c => aw-common-firmware.c}    |  150 +-
>   sound/soc/codecs/aw-common-firmware.h         |  211 ++
>   sound/soc/codecs/aw87390.c                    |  118 +-
>   sound/soc/codecs/aw87390.h                    |   16 -
>   sound/soc/codecs/aw88081.c                    |  357 +---
>   sound/soc/codecs/aw88081.h                    |   33 -
>   sound/soc/codecs/aw88166.c                    |  819 ++------
>   sound/soc/codecs/aw88166.h                    |   58 -
>   sound/soc/codecs/aw88261.c                    |  427 +---
>   sound/soc/codecs/aw88261.h                    |   52 -
>   sound/soc/codecs/aw88395.c                    | 1333 +++++++++++++
>   .../{aw88395/aw88395_reg.h => aw88395.h}      |   58 +-
>   sound/soc/codecs/aw88395/aw88395.c            |  576 ------
>   sound/soc/codecs/aw88395/aw88395.h            |   58 -
>   sound/soc/codecs/aw88395/aw88395_data_type.h  |  142 --
>   sound/soc/codecs/aw88395/aw88395_device.c     | 1720 -----------------
>   sound/soc/codecs/aw88395/aw88395_device.h     |  214 --
>   sound/soc/codecs/aw88395/aw88395_lib.h        |   92 -
>   sound/soc/codecs/aw88399.c                    | 1027 ++--------
>   sound/soc/codecs/aw88399.h                    |   93 +-
>   24 files changed, 2929 insertions(+), 5361 deletions(-)
>   create mode 100644 sound/soc/codecs/aw-common-device.c
>   create mode 100644 sound/soc/codecs/aw-common-device.h
>   rename sound/soc/codecs/{aw88395/aw88395_lib.c => aw-common-firmware.c} (89%)
>   create mode 100644 sound/soc/codecs/aw-common-firmware.h
>   create mode 100644 sound/soc/codecs/aw88395.c
>   rename sound/soc/codecs/{aw88395/aw88395_reg.h => aw88395.h} (91%)
>   delete mode 100644 sound/soc/codecs/aw88395/aw88395.c
>   delete mode 100644 sound/soc/codecs/aw88395/aw88395.h
>   delete mode 100644 sound/soc/codecs/aw88395/aw88395_data_type.h
>   delete mode 100644 sound/soc/codecs/aw88395/aw88395_device.c
>   delete mode 100644 sound/soc/codecs/aw88395/aw88395_device.h
>   delete mode 100644 sound/soc/codecs/aw88395/aw88395_lib.h
> 
> 
> base-commit: 98ac9cc4b4452ed7e714eddc8c90ac4ae5da1a09


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ