lkml.org 
[lkml]   [2012]   [May]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v4 0/2] Extcon: Add MAX8997 extcon driver for MUIC feature
Date
This patchset use Extcon framework in extcon-max8997 driver to control
external connector instead of max8997-muic driver which is implemented
with callback function through platform_data to control external connector.

So, first patch add MAX8997 extcon driver (drivers/extcon/extcon-max8997.c),
the last patch remove previous MAX8997 MUIC driver(drivers/misc/max8997-muic.c)
which support MUIC feature of Maxim MAX8997 with callback function.

v1
- Use Extcon interface to notify cable state of notifee instead of
callback function when external connector is attached or detached.
- Bug fix of getting platform_data for irq_base value.

v2,v3,v4
- Fix line-wrapping problem

Chanwoo Choi (2):
Extcon: add MAX8997 extcon driver
misc: MAX8997: Remove max8997-muic driver

drivers/extcon/Kconfig | 8 +
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-max8997.c | 537 +++++++++++++++++++++++++++++++++++++++
drivers/misc/Kconfig | 8 -
drivers/misc/Makefile | 1 -
drivers/misc/max8997-muic.c | 495 ------------------------------------
include/linux/mfd/max8997.h | 23 --
7 files changed, 546 insertions(+), 527 deletions(-)
create mode 100644 drivers/extcon/extcon-max8997.c
delete mode 100644 drivers/misc/max8997-muic.c



\
 
 \ /
  Last update: 2012-05-09 06:01    [W:0.056 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site