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:   Wed, 26 Aug 2020 18:49:16 +0800
From:   Gene Chen <gene.chen.richtek@...il.com>
To:     matthias.bgg@...il.com, robh+dt@...nel.org
Cc:     lgirdwood@...il.com, broonie@...nel.org,
        linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org,
        linux-mediatek@...ts.infradead.org, gene_chen@...htek.com,
        Wilma.Wu@...iatek.com, shufan_lee@...htek.com,
        cy_huang@...htek.com, benjamin.chao@...iatek.com
Subject: [PATCH v4 0/2] regulator: mt6360: Add support for MT6360 regulator

This patch series add MT6360 regulator support contains driver and binding document

Gene Chen (2)
  regulator: mt6360: Add support for MT6360 regulator
  dt-bindings: regulator: mt6360: Add DT binding

 Documentation/devicetree/bindings/regulator/mt6360-regulator.yaml |  113 ++
 drivers/regulator/Kconfig                                         |    9 
 drivers/regulator/Makefile                                        |    1 
 drivers/regulator/mt6360-regulator.c                              |  459 ++++++++++
 include/dt-bindings/regulator/mediatek,mt6360-regulator.h         |   16 
 5 files changed, 598 insertions(+)

changelogs between v1 & v2
 - regulator: merge regmap to mfd driver for r/w with crc

changelogs between v2 & v3
 - Move regmap define to MFD parent driver
 - Add bindings document

changelogs between v3 & v4
 - replace of_node binding table by platform_id_table
 - set regulator_desc.regulators_node find dt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ