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:	Wed, 28 May 2014 18:39:32 +0900
From:	Chanwoo Choi <cw00.choi@...sung.com>
To:	linux-kernel@...r.kernel.org
Cc:	myungjoo.ham@...sung.com, kyungmin.park@...sung.com,
	Chanwoo Choi <cw00.choi@...sung.com>
Subject: [PATCH 0/4] extcon: sm5502: Add support SM5502 MUIC driver

This patchset add new SM5502 MUIC (Micro-USB Interface Controller) device driver
using EXTCON (External Connector) subsystem. SM5502 can detect various type
of cable and control OVP (Over Voltage Protection) / OCP (Over Current Protection).

Chanwoo Choi (4):
  extcon: sm5502: Add support new SM5502 extcon device driver
  extcon: sm5502: Detect cable state after completing platform booting
  extcon: sm5502: Change internal hardware switch according to cable type
  dt-bindings: extcon: Add support for SM5502 MUIC device

 .../devicetree/bindings/extcon/extcon-sm5502.txt   |  23 +
 drivers/extcon/Kconfig                             |   7 +
 drivers/extcon/Makefile                            |   1 +
 drivers/extcon/extcon-sm5502.c                     | 726 +++++++++++++++++++++
 include/linux/extcon/sm5502.h                      | 287 ++++++++
 5 files changed, 1044 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/extcon/extcon-sm5502.txt
 create mode 100644 drivers/extcon/extcon-sm5502.c
 create mode 100644 include/linux/extcon/sm5502.h

-- 
1.8.0

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