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>] [day] [month] [year] [list]
Date:   Mon,  6 Jun 2022 13:54:07 +0200
From:   Naresh Solanki <naresh.solanki@...ements.com>
To:     linux-kernel@...r.kernel.org
Cc:     Naresh Solanki <Naresh.Solanki@...ements.com>
Subject: [PATCH v2 0/5] mfd: max597x: Add support for max597x

max597x is multifunction device with power switch for output voltage
control, voltage/current monitor & 4 leds.

max5978 has single power switch wehereas max5970 has dual switch.

Additionally the chip also provide fault protection like over voltage,
over current & under voltage protection.

Marcello Sylvester Bauer (1):
  dt-bindings: mfd: Add bindings for MAX5970 and MAX5978

Naresh Solanki (2):
  leds: Add driver_data for led_classdev
  mfd: max597x: Add led support

Patrick Rudolph (2):
  mfd: max597x: Add support for MAX5970 and MAX5978
  mfd: max597x: Add IIO support

 .../devicetree/bindings/mfd/max5970.yaml      | 151 +++++
 MAINTAINERS                                   |   7 +
 drivers/mfd/Kconfig                           |  18 +
 drivers/mfd/Makefile                          |   3 +
 drivers/mfd/max597x.c                         | 594 ++++++++++++++++++
 drivers/mfd/max597x.h                         | 117 ++++
 drivers/mfd/max597x_iio.c                     | 141 +++++
 include/linux/leds.h                          |   2 +-
 8 files changed, 1032 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/max5970.yaml
 create mode 100644 drivers/mfd/max597x.c
 create mode 100644 drivers/mfd/max597x.h
 create mode 100644 drivers/mfd/max597x_iio.c


base-commit: f2906aa863381afb0015a9eb7fefad885d4e5a56
-- 
2.35.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ