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-next>] [day] [month] [year] [list]
Message-ID: <20200429081759.26964-1-Xing.Zhang@mediatek.com>
Date:   Wed, 29 Apr 2020 16:17:57 +0800
From:   Xing Zhang <Xing.Zhang@...iatek.com>
To:     Matthias Brugger <matthias.bgg@...il.com>,
        Jacek Anaszewski <jacek.anaszewski@...il.com>,
        Pavel Machek <pavel@....cz>, Dan Murphy <dmurphy@...com>
CC:     <linux-arm-kernel@...ts.infradead.org>,
        <linux-mediatek@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>, <linux-leds@...r.kernel.org>
Subject: [PATCH v1] Add support for MediaTek regulator vibrator driver 


This patchset add regulator vibrator driver for MTK Soc. The driver 
controls vibrator through regulator's enable and disable.

Xing Zhang (3):
  dt-bindings: add regulator vibrator documentation
  arm64: mediatek: Add regulator vibrator support
  Vibrator: Add regulator vibrator driver

 .../bindings/leds/regulator-vibrator.txt      |  39 ++
 arch/arm64/configs/defconfig                  |   1 +
 drivers/leds/Kconfig                          |  10 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/regulator-vibrator.c             | 450 ++++++++++++++++++
 5 files changed, 501 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/regulator-vibrator.txt
 create mode 100644 drivers/leds/regulator-vibrator.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ