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:	Tue, 13 Jul 2010 11:51:27 +0530
From:	Sundar Iyer <sundar.iyer@...ricsson.com>
To:	<lrg@...mlogic.co.uk>, <broonie@...nsource.wolfsonmicro.com>,
	<sameo@...ux.intel.com>
Cc:	<linux-kernel@...r.kernel.org>,
	<linux-arm-kernel@...ts.infradead.org>,
	<STEricsson_nomadik_linux@...t.st.com>,
	Sundar R Iyer <sundar.iyer@...ricsson.com>
Subject: [PATCH 0/3] ab8500-mfd: add regulator support

From: Sundar R Iyer <sundar.iyer@...ricsson.com>

Sundar R Iyer (3):
  ab8500-mfd: add regulator support to ab8500 mfd device
  regulator: add support for regulators on the ab8500 MFD
  ux500: add ab8500-regulators machine specific data

 arch/arm/mach-ux500/Makefile                  |    1 +
 arch/arm/mach-ux500/board-mop500-regulators.c |  214 +++++++++++++
 drivers/mfd/ab8500-core.c                     |    4 +-
 drivers/regulator/Kconfig                     |    8 +
 drivers/regulator/Makefile                    |    1 +
 drivers/regulator/ab8500.c                    |  414 +++++++++++++++++++++++++
 include/linux/mfd/ab8500.h                    |    6 +
 include/linux/regulator/ab8500.h              |   25 ++
 8 files changed, 672 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/mach-ux500/board-mop500-regulators.c
 create mode 100644 drivers/regulator/ab8500.c
 create mode 100644 include/linux/regulator/ab8500.h

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