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]
Date:	Mon, 18 Aug 2014 10:32:40 +0200
From:	Javier Martinez Canillas <javier.martinez@...labora.co.uk>
To:	Mark Brown <broonie@...nel.org>
Cc:	Doug Anderson <dianders@...omium.org>,
	Olof Johansson <olof@...om.net>, devicetree@...r.kernel.org,
	linux-samsung-soc@...r.kernel.org,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
	Javier Martinez Canillas <javier.martinez@...labora.co.uk>
Subject: [PATCH v9 0/2] Add Maxim 77802 regulator support

Hello Mark,

This series add support for the regulators present in the
Maxim 77802 Power Managment IC. Previously, the series was
part of a bigger one [0] that aimed to add support for all
the devices in the max77802 PMIC. But now the Maxim 77802
PMIC dependencies were already merged for 3.17 so the series
can be split and each driver can go through the relevant tree.

Patch 01/02 adds the driver for the regulators in the Maxim
77802 PMIC and patch 02/02 adds the related DT bindings doc.

I kept the version numbering from the old series so this is
version 9 although there were no changes on the max77802 driver
since v7 of the old series.

The series were tested on an Exynos5420 based Peach Pit board
and applies cleanly to both 3.17-rc1 and today's next-20140818.

Javier Martinez Canillas (2):
  regulator: Add driver for max77802 PMIC PMIC regulators
  regulator: Add DT bindings for max77802 PMIC regulators

 .../devicetree/bindings/regulator/max77802.txt     |  53 ++
 drivers/regulator/Kconfig                          |   9 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/max77802.c                       | 578 +++++++++++++++++++++
 4 files changed, 641 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/max77802.txt
 create mode 100644 drivers/regulator/max77802.c

Best regards,
Javier
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ