All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] extcon: sm5502: Add support SM5502 MUIC driver
@ 2014-05-28  9:39 Chanwoo Choi
  2014-05-28  9:39 ` [PATCH 1/4] extcon: sm5502: Add support new SM5502 extcon device driver Chanwoo Choi
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Chanwoo Choi @ 2014-05-28  9:39 UTC (permalink / raw)
  To: linux-kernel; +Cc: myungjoo.ham, kyungmin.park, Chanwoo Choi

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-05-30  0:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-28  9:39 [PATCH 0/4] extcon: sm5502: Add support SM5502 MUIC driver Chanwoo Choi
2014-05-28  9:39 ` [PATCH 1/4] extcon: sm5502: Add support new SM5502 extcon device driver Chanwoo Choi
2014-05-28  9:39 ` [PATCH 2/4] extcon: sm5502: Detect cable state after completing platform booting Chanwoo Choi
2014-05-28  9:39 ` [PATCH 3/4] extcon: sm5502: Change internal hardware switch according to cable type Chanwoo Choi
2014-05-28  9:39 ` [PATCH 4/4] dt-bindings: extcon: Add support for SM5502 MUIC device Chanwoo Choi
     [not found]   ` <1401269976-12754-5-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-05-30  0:16     ` Chanwoo Choi
2014-05-30  0:16       ` Chanwoo Choi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.