linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] extcon for 3.9
@ 2013-02-13 23:41 Chanwoo Choi
  2013-02-13 23:52 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Chanwoo Choi @ 2013-02-13 23:41 UTC (permalink / raw)
  To: gregkh; +Cc: sameo, linux-kernel, MyungJoo Ham, kyungmin.park

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

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

* Re: [GIT PULL] extcon for 3.9
  2013-02-13 23:41 [GIT PULL] extcon for 3.9 Chanwoo Choi
@ 2013-02-13 23:52 ` Greg KH
  2013-02-14  1:12   ` Chanwoo Choi
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2013-02-13 23:52 UTC (permalink / raw)
  To: Chanwoo Choi; +Cc: sameo, linux-kernel, MyungJoo Ham, kyungmin.park

On Thu, Feb 14, 2013 at 08:41:43AM +0900, Chanwoo Choi wrote:
> 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

$ git pull git://git.kernel.org:/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-for-3.9 
fatal: Unable to look up git.kernel.org (port <none>) (Servname not supported for ai_socktype)

You added an extra ':' in that url, how did you generate it?  Please be
more careful in the future.

I fixed it by hand...

thanks,

greg k-h

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

* Re: [GIT PULL] extcon for 3.9
  2013-02-13 23:52 ` Greg KH
@ 2013-02-14  1:12   ` Chanwoo Choi
  0 siblings, 0 replies; 3+ messages in thread
From: Chanwoo Choi @ 2013-02-14  1:12 UTC (permalink / raw)
  To: Greg KH; +Cc: sameo, linux-kernel, MyungJoo Ham, kyungmin.park

On 02/14/2013 08:52 AM, Greg KH wrote:
> On Thu, Feb 14, 2013 at 08:41:43AM +0900, Chanwoo Choi wrote:
>> 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
> $ git pull git://git.kernel.org:/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-for-3.9
> fatal: Unable to look up git.kernel.org (port <none>) (Servname not supported for ai_socktype)
>
> You added an extra ':' in that url, how did you generate it?  Please be
> more careful in the future.
>
> I fixed it by hand...
>
> thanks,
>
> greg k-h
>
Sorry, It is my mistask

When I execute 'git request-pull' command, I use following git 
repository url instead of 'git.kernel.org'.
because firewall policy of company. So, I modify git repository url in 
reqeust-pull text directly.
- gitolite.kernel.org:/pub/scm/linux/kernel/git/chanwoo/extcon.git

I'll be careful and I don't make the same mistake.

Best Regards,
Chanwoo Choi



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

end of thread, other threads:[~2013-02-14  1:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-13 23:41 [GIT PULL] extcon for 3.9 Chanwoo Choi
2013-02-13 23:52 ` Greg KH
2013-02-14  1:12   ` Chanwoo Choi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).