All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: gregkh@linuxfoundation.org
Cc: sameo@linux.intel.com, linux-kernel@vger.kernel.org,
	MyungJoo Ham <myungjoo.ham@samsung.com>,
	kyungmin.park@samsung.com
Subject: [GIT PULL] extcon for 3.9
Date: Thu, 14 Feb 2013 08:41:43 +0900	[thread overview]
Message-ID: <511C24B7.4000802@samsung.com> (raw)

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

             reply	other threads:[~2013-02-13 23:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-13 23:41 Chanwoo Choi [this message]
2013-02-13 23:52 ` [GIT PULL] extcon for 3.9 Greg KH
2013-02-14  1:12   ` Chanwoo Choi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=511C24B7.4000802@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    --cc=sameo@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.