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]
Message-Id: <1370356123-22357-1-git-send-email-guodong.xu@linaro.org>
Date:	Tue,  4 Jun 2013 22:28:40 +0800
From:	Guodong Xu <guodong.xu@...aro.org>
To:	sameo@...ux.intel.com, lgirdwood@...il.com, broonie@...nel.org
Cc:	linux-kernel@...r.kernel.org, patches@...aro.org,
	guodong.xu@...aro.org
Subject: [PATCH 0/3] regulator: add driver for Hi6421 PMIC SoC

This patchset adds a core driver and regulators driver for Hi6421 PMIC SoC.

Hi6421 is a PMIC SoC designed and manufactured by HiSilicon Ltd. It includes
multi-functions, such as regulators, codec, ADCs, Coulomb counter, etc.

Hi6421 can be reused in various Hi3620 based boards. Memory-mapped I/O is
the way used by application processor to communicate with Hi6421.

Guodong Xu (3):
  mfd: Add hi6421 PMIC core driver
  regulator: add driver for hi6421 voltage regulator
  ARM: dts: add dedicated dtsi for hi6421

 .../bindings/regulator/hi6421-regulator.txt        |   82 +++
 arch/arm/boot/dts/hi6421.dtsi                      |  489 +++++++++++++++++
 drivers/mfd/Kconfig                                |   11 +
 drivers/mfd/Makefile                               |    1 +
 drivers/mfd/hi6421-pmic-core.c                     |  171 ++++++
 drivers/regulator/Kconfig                          |    8 +-
 drivers/regulator/Makefile                         |    2 +-
 drivers/regulator/hi6421-regulator.c               |  559 ++++++++++++++++++++
 include/linux/mfd/hi6421-pmic.h                    |   55 ++
 9 files changed, 1376 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/regulator/hi6421-regulator.txt
 create mode 100644 arch/arm/boot/dts/hi6421.dtsi
 create mode 100644 drivers/mfd/hi6421-pmic-core.c
 create mode 100644 drivers/regulator/hi6421-regulator.c
 create mode 100644 include/linux/mfd/hi6421-pmic.h

-- 
1.7.4.1

--
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