[PATCH 0/4] extcon: sm5502: Add support SM5502 MUIC driver

From: Chanwoo Choi
Date: Wed May 28 2014 - 05:41:02 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/