[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <511C24B7.4000802@samsung.com>
Date: Thu, 14 Feb 2013 08:41:43 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: gregkh@...uxfoundation.org
Cc: sameo@...ux.intel.com, linux-kernel@...r.kernel.org,
MyungJoo Ham <myungjoo.ham@...sung.com>,
kyungmin.park@...sung.com
Subject: [GIT PULL] extcon for 3.9
Hi Greg,
This pull-reqeust patchset is based on char-misc-next branch(char-misc.git).
Please pull extcon with following updates.
Best regards,
Chanwoo Choi
The following changes since commit 19d3243e797c2abc02a214d3cec9fefa5dc048ff:
extcon: max77693: Remove unnecessary goto statement to improve
readability (2013-02-13 08:35:44 -0800)
are available in the git repository at:
git://git.kernel.org:/pub/scm/linux/kernel/git/chanwoo/extcon.git
tags/extcon-for-3.9
for you to fetch changes up to af5eb1a13273447c5708cd5425696f3b6f79dd9b:
extcon: max8997: Use workqueue to check cable state after completing
boot of platform (2013-02-14 07:54:49 +0900)
----------------------------------------------------------------
extcon: updates for v3.9
This patchset add a few new feature of extcon-max8997
and fix minor issue of extcon-max8997/77693.
Update extcon-max8997 driver
- Consolidate duplicate code
- Set default uart/usb path for internal line of muic device
- Set default ADC debounce time
- Use wq to check cable state after certain delay
- Code clean to move defined constant to header file
- Make max8997_extcon_cable static
Update extcon-max77693 driver
- Make max77693_extcon_cable static
----------------------------------------------------------------
Chanwoo Choi (6):
extcon: max8997: Move defined constant to header file
extcon: max8997: Remove duplicate code related to set H/W line path
extcon: max8997: Set default of ADC debounce time during
initialization
extcon: max8997: Consolidate duplicate code for checking ADC/CHG
cable type
extcon: max8997: Set default UART/USB path on probe
extcon: max8997: Use workqueue to check cable state after
completing boot of platform
Sachin Kamat (3):
extcon: max8997: Make max8997_extcon_cable static
extcon: max8997: Remove unreachable code
extcon: max77693: Make max77693_extcon_cable static
drivers/extcon/extcon-max77693.c | 2 +-
drivers/extcon/extcon-max8997.c | 728
++++++++++++++++++++++++------------
include/linux/mfd/max8997-private.h | 64 ++++
include/linux/mfd/max8997.h | 25 +-
4 files changed, 567 insertions(+), 252 deletions(-)
--
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