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:	Fri, 2 Mar 2012 19:58:36 +0530
From:	Ashish Jangam <ashish.jangam@...tcummins.com>
To:	<linux-kernel@...r.kernel.org>
CC:	Dajun <dajun.chen@...semi.com>,
	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	<linux-watchdog@...r.kernel.org>, <lm-sensors@...sensors.org>,
	<sameo@...ux.intel.com>
Subject: [PATCH 00/03] DA9052 patch series

The following patch series adds support for the ADC functionality in MFD core
module, the HWMON module and the ONKEY module for Dialog Semiconductor
DA9052/53 PMICs.

The HWMON patch depends on the patch for ADC functionality in MFD module.

Ashish Jangam (2):
	[MFD]: Incremental with ADC support. HWMON patch also depends on this.
	[HWMON]: HWMON driver for DA9052/53 PMICs.
	[ONKEY]: ONKEY driver for DA9052/53 PMICs.

 Documentation/hwmon/da9052        |   61 +++++++
 drivers/hwmon/Kconfig             |   10 +
 drivers/hwmon/Makefile            |    1 +
 drivers/hwmon/da9052-hwmon.c      |  344 +++++++++++++++++++++++++++++++++++++
 drivers/input/misc/Kconfig        |   10 +
 drivers/input/misc/Makefile       |    1 +
 drivers/input/misc/da9052_onkey.c |  174 +++++++++++++++++++
 drivers/mfd/da9052-core.c         |  136 +++++++++++++++
 include/linux/mfd/da9052/da9052.h |   20 ++
 9 files changed, 757 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/hwmon/da9052
 create mode 100644 drivers/hwmon/da9052-hwmon.c
 create mode 100644 drivers/input/misc/da9052_onkey.c





This message contains information that may be privileged or confidential and is the property of the KPIT Cummins Infosystems Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Cummins Infosystems Ltd. does not accept any liability for virus infected mails.


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