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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 3 Mar 2017 23:52:38 +0900
From:   Ryan Lee <ryans.lee@...imintegrated.com>
To:     <lgirdwood@...il.com>, <broonie@...nel.org>, <robh+dt@...nel.org>,
        <mark.rutland@....com>, <perex@...ex.cz>, <tiwai@...e.com>,
        <arnd@...db.de>, <michael@...rulasolutions.com>,
        <oder_chiou@...ltek.com>, <yesanishhere@...il.com>,
        <jacob@...nage.engineering>, <Damien.Horsley@...tec.com>,
        <bardliao@...ltek.com>, <kuninori.morimoto.gx@...esas.com>,
        <petr@...ix.com>, <lars@...afoo.de>, <nh6z@...z.net>,
        <ryans.lee@...imintegrated.com>, <alsa-devel@...a-project.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC:     <kernel-janitors@...r.kernel.org>
Subject: [PATCH 00/10] ALSA SoC MAX98927 driver - revision

The initial driver had many textual and structural problems.
I have added next patches to modify existing problems.
There was concern about the design of keeping separate regmaps for each instance of the amplifier explicitly instead of instantiating two instances of a single, simpler driver.
This was major change of this release. Coding style problem like indentation also have been fixed.


Ryan Lee (10):
  ALSA SoC MAX98927 driver - Initial release
  Updated max98927_reg table with physical defaults. Replaced max98927.h
    for better legibility
  Removed the secondary device initialization from the primary device
    initialization. Removed manual register configuration from
    devicetree
  Modified indentation
  Replaced pr_err by dev_err. Modified debug message
  Added mask variable to apply it in one round after the switch
  Modified initialization code of VI sensing
  Added DAI Sel Mux and minor updates
  Added ACPI support. Changed snd_kcontrol_chip to
    snd_soc_kcontrol_codec
  Added vendor prefix. Added range information

 .../devicetree/bindings/sound/max98927.txt         |   39 +
 sound/soc/codecs/Kconfig                           |    5 +
 sound/soc/codecs/Makefile                          |    2 +
 sound/soc/codecs/max98927.c                        | 1039 ++++++++++++++++++++
 sound/soc/codecs/max98927.h                        |  267 +++++
 5 files changed, 1352 insertions(+)
 create mode 100755 Documentation/devicetree/bindings/sound/max98927.txt
 mode change 100644 => 100755 sound/soc/codecs/Kconfig
 mode change 100644 => 100755 sound/soc/codecs/Makefile
 create mode 100755 sound/soc/codecs/max98927.c
 create mode 100755 sound/soc/codecs/max98927.h

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ