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:	Thu, 24 Nov 2011 18:14:08 +0900
From:	Donggeun Kim <dg77.kim@...sung.com>
To:	linux-kernel@...r.kernel.org
Cc:	sameo@...ux.intel.com, broonie@...nsource.wolfsonmicro.com,
	gregkh@...e.de, akpm@...ux-foundation.org,
	kyungmin.park@...sung.com, myungjoo.ham@...sung.com,
	dg77.kim@...sung.com
Subject: [PATCH 0/2] misc: add MAX8997 MUIC driver

MAX8997 integrates serveral featuress in a single chip.
It includes PMIC (Power Management IC), RTC, charger, fuel gauge, and so on.
MUIC, which is one of the functional block in MAX8997, can be used to detect
which device is connected via USB port.
This patchset supports unimplemented MUIC feature of MAX8997.

Donggeun Kim (2):
  MFD: MAX8997: add platform data for MAX8997 MUIC driver
  misc: add driver support for MAX8997 MUIC

 drivers/misc/Kconfig        |    8 +
 drivers/misc/Makefile       |    1 +
 drivers/misc/max8997-muic.c |  634 +++++++++++++++++++++++++++++++++++++++++++
 include/linux/mfd/max8997.h |   58 ++++-
 4 files changed, 700 insertions(+), 1 deletions(-)
 create mode 100644 drivers/misc/max8997-muic.c

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