public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] extcon for v3.9
@ 2013-01-16  6:06 Chanwoo Choi
  2013-01-16  7:28 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Chanwoo Choi @ 2013-01-16  6:06 UTC (permalink / raw)
  To: Greg KH
  Cc: linux-kernel@vger.kernel.org, myungjoo.ham@samsung.com,
	Kyungmin Park, Mark Brown, cwchoi00

Hi Greg,

This is the extcon pull request for v3.9.

I don't send separate pull request of extcon about bugfixes patch.
I'd like to apply this patch-set to your next branch for v3.9.

Please pull extcon with following updates.

Update to max77693/max8997 extcon driver:
- Using MHL_TA cable for charging.
- Support JIG cable.
- Support Dock-Audio device for playing music and button of device.
- Support Dock-Smart device for desktop mode with mouse/keyboard.
- Set default UART/USB path on probe().
- Check the state/type of cable after completing initialization.
- Code clean to remove duplicate code and bug fix related to sequence of interrupt.
- Fix irq_flag of max8997/max77693 driver.

Update to arizona extcon driver:
- Headphone measurements.
- Alternative detection mechanism for non-default system designs.
- Microphone clamp integration.
- Support for additional detection pin.
- MICBIAS rise time configuration.

Best regards,
Chanwoo Choi

The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20:

  Linux 3.8-rc3 (2013-01-09 18:59:55 -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 689557d3c7045320958d5bc4141088f7b4dff7ba:

  mfd: wm5102: Add microphone clamp control registers (2013-01-15 15:42:18 +0900)

----------------------------------------------------------------
Chanwoo Choi (9):
      extcon: max77693: Remove duplicate code by making function
      extcon: max77693: Add support MHL_TA cable for charging battery
      extcon: max77693: Add support jig cable
      extcon: max77693: Add support dock device and buttons
      extcon: max77693: Check the state/type of cable after boot completed
      extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interrupt
      extcon: max77693: Set default uart/usb path by using platform data
      extcon: max77693: Fix bug when detecting MHL/Dock-Audio with USB/TA cable
      extcon: max77693: Add support Dock-Smart device for desktop mode

Mark Brown (11):
      extcon: arizona: Convert to devm_input_allocate_device()
      extcon: arizona: Remove duplicate mic ramp configuration
      extcon: arizona: Only set GPIO if it has been requested
      extcon: arizona: Allow configuration of MICBIAS rise time
      extcon: arizona: Use microphone clamp function if available
      extcon: arizona: Support use of GPIO5 as an input to jack detection
      extcon: arizona: Enable basic headphone identification
      extcon: Simple code motion supporting future work.
      extcon: arizona: Support HPDET based accessory identification
      extcon: arizona: Support direct microphone measurement via HPDET
      mfd: wm5102: Add microphone clamp control registers

 drivers/extcon/extcon-arizona.c       | 634 +++++++++++++++++++++--
 drivers/extcon/extcon-max77693.c      | 920 +++++++++++++++++++++++++---------
 drivers/extcon/extcon-max8997.c       |   6 +-
 drivers/mfd/wm5102-tables.c           |  10 +
 include/linux/mfd/arizona/core.h      |   4 +-
 include/linux/mfd/arizona/pdata.h     |  12 +
 include/linux/mfd/arizona/registers.h |  48 ++
 include/linux/mfd/max77693-private.h  |  86 ++++
 include/linux/mfd/max77693.h          |   9 +
 9 files changed, 1439 insertions(+), 290 deletions(-)

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

* Re: [GIT PULL] extcon for v3.9
  2013-01-16  6:06 [GIT PULL] extcon for v3.9 Chanwoo Choi
@ 2013-01-16  7:28 ` Greg KH
  2013-01-16  7:45   ` Chanwoo Choi
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2013-01-16  7:28 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: linux-kernel@vger.kernel.org, myungjoo.ham@samsung.com,
	Kyungmin Park, Mark Brown, cwchoi00

On Wed, Jan 16, 2013 at 03:06:53PM +0900, Chanwoo Choi wrote:
> Hi Greg,
> 
> This is the extcon pull request for v3.9.
> 
> I don't send separate pull request of extcon about bugfixes patch.
> I'd like to apply this patch-set to your next branch for v3.9.
> 
> Please pull extcon with following updates.
> 
> Update to max77693/max8997 extcon driver:
> - Using MHL_TA cable for charging.
> - Support JIG cable.
> - Support Dock-Audio device for playing music and button of device.
> - Support Dock-Smart device for desktop mode with mouse/keyboard.
> - Set default UART/USB path on probe().
> - Check the state/type of cable after completing initialization.
> - Code clean to remove duplicate code and bug fix related to sequence of interrupt.
> - Fix irq_flag of max8997/max77693 driver.
> 
> Update to arizona extcon driver:
> - Headphone measurements.
> - Alternative detection mechanism for non-default system designs.
> - Microphone clamp integration.
> - Support for additional detection pin.
> - MICBIAS rise time configuration.
> 
> Best regards,
> Chanwoo Choi
> 
> The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20:
> 
>   Linux 3.8-rc3 (2013-01-09 18:59:55 -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

Pulled and pushed out, thanks.

greg k-h

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

* Re: [GIT PULL] extcon for v3.9
  2013-01-16  7:28 ` Greg KH
@ 2013-01-16  7:45   ` Chanwoo Choi
  0 siblings, 0 replies; 3+ messages in thread
From: Chanwoo Choi @ 2013-01-16  7:45 UTC (permalink / raw)
  To: Greg KH
  Cc: linux-kernel@vger.kernel.org, myungjoo.ham@samsung.com,
	Kyungmin Park, Mark Brown, cwchoi00

On 01/16/2013 04:28 PM, Greg KH wrote:
> On Wed, Jan 16, 2013 at 03:06:53PM +0900, Chanwoo Choi wrote:
>> Hi Greg,
>>
>> This is the extcon pull request for v3.9.
>>
>> I don't send separate pull request of extcon about bugfixes patch.
>> I'd like to apply this patch-set to your next branch for v3.9.
>>
>> Please pull extcon with following updates.
>>
>> Update to max77693/max8997 extcon driver:
>> - Using MHL_TA cable for charging.
>> - Support JIG cable.
>> - Support Dock-Audio device for playing music and button of device.
>> - Support Dock-Smart device for desktop mode with mouse/keyboard.
>> - Set default UART/USB path on probe().
>> - Check the state/type of cable after completing initialization.
>> - Code clean to remove duplicate code and bug fix related to sequence of interrupt.
>> - Fix irq_flag of max8997/max77693 driver.
>>
>> Update to arizona extcon driver:
>> - Headphone measurements.
>> - Alternative detection mechanism for non-default system designs.
>> - Microphone clamp integration.
>> - Support for additional detection pin.
>> - MICBIAS rise time configuration.
>>
>> Best regards,
>> Chanwoo Choi
>>
>> The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20:
>>
>>   Linux 3.8-rc3 (2013-01-09 18:59:55 -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
> 
> Pulled and pushed out, thanks.
> 
Thank you for pulling and comment.

Best Regards,
Chanwoo Choi

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

end of thread, other threads:[~2013-01-16  7:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16  6:06 [GIT PULL] extcon for v3.9 Chanwoo Choi
2013-01-16  7:28 ` Greg KH
2013-01-16  7:45   ` Chanwoo Choi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox