Re: Re: [GIT PULL] extcon fixes for Linux 3.6

2012-10-18 Thread MyungJoo Ham
Sender : Greg KH
Date : 2012-10-19 02:24 (GMT+09:00)
> On Thu, Oct 11, 2012 at 10:31:19AM +0900, Chanwoo Choi wrote:
> > Hi Greg,
> > 
> > Please pull extcon fixes for Linux 3.6 from:
> > 
> > git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next
> > 
> > I've been creating "extcon-for-next" tree at git.infradead.org
> > and rebasing the branch base on your
> > driver-core.git(branch:driver-core-next).
> > 
> > This tree contains various small bugfixes and enhancements, fix typos.
> > And extcon-max77693 initialize MUIC register during probe()
> > to unmask internal interrupt of max77693 MUIC device.
> 
> Now that you have a kernel.org account, can you move this tree to
> git.kernel.org, and provide me a signed tag to pull from for this set of
> patches to go into 3.7?
> 
> thanks,
> 
> greg k-h
> 
> 

Hello,


Unfortunately, the corporate security managers have been blocking
accessing ssh of *.kernel.org and I'm still dealing with them.
I'll try my best to resolve the issue and move the tree to kernel.org
today.

Thank you.

Cheers!
MyungJoo




Re: [GIT PULL] extcon fixes for Linux 3.6

2012-10-18 Thread Chanwoo Choi
On 10/19/2012 02:24 AM, Greg KH wrote:
> On Thu, Oct 11, 2012 at 10:31:19AM +0900, Chanwoo Choi wrote:
>> Hi Greg,
>>
>> Please pull extcon fixes for Linux 3.6 from:
>>
>> git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next
>>
>> I've been creating "extcon-for-next" tree at git.infradead.org
>> and rebasing the branch base on your
>> driver-core.git(branch:driver-core-next).
>>
>> This tree contains various small bugfixes and enhancements, fix typos.
>> And extcon-max77693 initialize MUIC register during probe()
>> to unmask internal interrupt of max77693 MUIC device.
> 
> Now that you have a kernel.org account, can you move this tree to
> git.kernel.org, and provide me a signed tag to pull from for this set of
> patches to go into 3.7?
> 

OK, I will move extcon tree to git.kernel.org when extcon git repository is 
created
and request pull extcon patches with a signed tag  from extcon tree to go into 
3.7.

Best Regards,
Chanwoo Choi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] extcon fixes for Linux 3.6

2012-10-18 Thread Greg KH
On Thu, Oct 11, 2012 at 10:31:19AM +0900, Chanwoo Choi wrote:
> Hi Greg,
> 
> Please pull extcon fixes for Linux 3.6 from:
> 
> git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next
> 
> I've been creating "extcon-for-next" tree at git.infradead.org
> and rebasing the branch base on your
> driver-core.git(branch:driver-core-next).
> 
> This tree contains various small bugfixes and enhancements, fix typos.
> And extcon-max77693 initialize MUIC register during probe()
> to unmask internal interrupt of max77693 MUIC device.

Now that you have a kernel.org account, can you move this tree to
git.kernel.org, and provide me a signed tag to pull from for this set of
patches to go into 3.7?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] extcon fixes for Linux 3.6

2012-10-18 Thread Greg KH
On Thu, Oct 11, 2012 at 10:31:19AM +0900, Chanwoo Choi wrote:
 Hi Greg,
 
 Please pull extcon fixes for Linux 3.6 from:
 
 git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next
 
 I've been creating extcon-for-next tree at git.infradead.org
 and rebasing the branch base on your
 driver-core.git(branch:driver-core-next).
 
 This tree contains various small bugfixes and enhancements, fix typos.
 And extcon-max77693 initialize MUIC register during probe()
 to unmask internal interrupt of max77693 MUIC device.

Now that you have a kernel.org account, can you move this tree to
git.kernel.org, and provide me a signed tag to pull from for this set of
patches to go into 3.7?

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] extcon fixes for Linux 3.6

2012-10-18 Thread Chanwoo Choi
On 10/19/2012 02:24 AM, Greg KH wrote:
 On Thu, Oct 11, 2012 at 10:31:19AM +0900, Chanwoo Choi wrote:
 Hi Greg,

 Please pull extcon fixes for Linux 3.6 from:

 git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next

 I've been creating extcon-for-next tree at git.infradead.org
 and rebasing the branch base on your
 driver-core.git(branch:driver-core-next).

 This tree contains various small bugfixes and enhancements, fix typos.
 And extcon-max77693 initialize MUIC register during probe()
 to unmask internal interrupt of max77693 MUIC device.
 
 Now that you have a kernel.org account, can you move this tree to
 git.kernel.org, and provide me a signed tag to pull from for this set of
 patches to go into 3.7?
 

OK, I will move extcon tree to git.kernel.org when extcon git repository is 
created
and request pull extcon patches with a signed tag  from extcon tree to go into 
3.7.

Best Regards,
Chanwoo Choi
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Re: [GIT PULL] extcon fixes for Linux 3.6

2012-10-18 Thread MyungJoo Ham
Sender : Greg KHgre...@linuxfoundation.org
Date : 2012-10-19 02:24 (GMT+09:00)
 On Thu, Oct 11, 2012 at 10:31:19AM +0900, Chanwoo Choi wrote:
  Hi Greg,
  
  Please pull extcon fixes for Linux 3.6 from:
  
  git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next
  
  I've been creating extcon-for-next tree at git.infradead.org
  and rebasing the branch base on your
  driver-core.git(branch:driver-core-next).
  
  This tree contains various small bugfixes and enhancements, fix typos.
  And extcon-max77693 initialize MUIC register during probe()
  to unmask internal interrupt of max77693 MUIC device.
 
 Now that you have a kernel.org account, can you move this tree to
 git.kernel.org, and provide me a signed tag to pull from for this set of
 patches to go into 3.7?
 
 thanks,
 
 greg k-h
 
 

Hello,


Unfortunately, the corporate security managers have been blocking
accessing ssh of *.kernel.org and I'm still dealing with them.
I'll try my best to resolve the issue and move the tree to kernel.org
today.

Thank you.

Cheers!
MyungJoo




Re: [GIT PULL] extcon fixes for Linux 3.6

2012-10-10 Thread Greg KH
On Thu, Oct 11, 2012 at 11:02:47AM +0900, Chanwoo Choi wrote:
> On 10/11/2012 10:40 AM, Greg KH wrote:
> > On Thu, Oct 11, 2012 at 10:31:19AM +0900, Chanwoo Choi wrote:
> >> Hi Greg,
> >>
> >> Please pull extcon fixes for Linux 3.6 from:
> >>
> >> git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next
> > 
> > Linux 3.6 has been released already, I can't take any patches for it. :)
> > 
> > Are these for 3.7 instead?
> 
> Sorry, The extcon patches are for 3.7.
> 
> > And is your gpg key in the public servers so that I "know" this is
> > really the set of patches you want me to pull, and that you are "you"?
> > 
> > If you are at LinuxCon Korea the next two days, I'll be glad to sign
> > your key to solve this issue...
> > 
> 
> OK, Myungjoo Ham and me will attend at LinuxCon Korea tommorrow.
> and will talk to you about gpg key issue.

Ok, I'll hold off on pulling this until after I talk this over with you
in person.

> ps. I will create gpg key and register in public server today.

That will be great.  Then you can get a kernel.org git tree as well.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] extcon fixes for Linux 3.6

2012-10-10 Thread Chanwoo Choi
On 10/11/2012 10:40 AM, Greg KH wrote:
> On Thu, Oct 11, 2012 at 10:31:19AM +0900, Chanwoo Choi wrote:
>> Hi Greg,
>>
>> Please pull extcon fixes for Linux 3.6 from:
>>
>> git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next
> 
> Linux 3.6 has been released already, I can't take any patches for it. :)
> 
> Are these for 3.7 instead?

Sorry, The extcon patches are for 3.7.

> And is your gpg key in the public servers so that I "know" this is
> really the set of patches you want me to pull, and that you are "you"?
> 
> If you are at LinuxCon Korea the next two days, I'll be glad to sign
> your key to solve this issue...
> 

OK, Myungjoo Ham and me will attend at LinuxCon Korea tommorrow.
and will talk to you about gpg key issue.

ps. I will create gpg key and register in public server today.

Best Regards,
Chanwoo Choi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] extcon fixes for Linux 3.6

2012-10-10 Thread Greg KH
On Thu, Oct 11, 2012 at 10:31:19AM +0900, Chanwoo Choi wrote:
> Hi Greg,
> 
> Please pull extcon fixes for Linux 3.6 from:
> 
> git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next

Linux 3.6 has been released already, I can't take any patches for it. :)

Are these for 3.7 instead?

And is your gpg key in the public servers so that I "know" this is
really the set of patches you want me to pull, and that you are "you"?

If you are at LinuxCon Korea the next two days, I'll be glad to sign
your key to solve this issue...

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] extcon fixes for Linux 3.6

2012-10-10 Thread Chanwoo Choi
Hi Greg,

Please pull extcon fixes for Linux 3.6 from:

git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next

I've been creating "extcon-for-next" tree at git.infradead.org
and rebasing the branch base on your
driver-core.git(branch:driver-core-next).

This tree contains various small bugfixes and enhancements, fix typos.
And extcon-max77693 initialize MUIC register during probe()
to unmask internal interrupt of max77693 MUIC device.

Thanks,
Chanwoo Choi



The following changes since commit e0f21e6d52cc245e7d4f7e02ca4b7b6571660ec2:
  Axel Lin (1):
memory: tegra{20,30}-mc: Fix reading incorrect register in
mc_readl()

are available in the git repository at:

  git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next

Axel Lin (4):
  extcon: adc-jack: Fix checking return value of request_any_context_irq
  extcon: adc-jack: Add missing MODULE_LICENSE
  extcon: Fix kerneldoc for extcon_set_cable_state and
extcon_set_cable_state_
  extcon: max77693: Use max77693_update_reg for rmw operations

Chanwoo Choi (1):
  extcon: MAX77693: Add platform data for MUIC device to initialize
registers

Devendra Naga (1):
  extcon-max8997: remove usage of ret in
max8997_muic_handle_charger_type_detach

Peter Huewe (2):
  extcon: Unregister compat class at module unload to fix oops
  extcon: unregister compat link on cleanup

Sachin Kamat (2):
  extcon: Remove duplicate inclusion of extcon.h header file
  extcon: Fix return value in extcon_register_interest()

anish kumar (3):
  extcon: standard cable names definition and declaration changed
  extcon: optimising the check_mutually_exclusive function
  extcon: checkpatch warning removal

 drivers/extcon/extcon-adc-jack.c |   10 ++--
 drivers/extcon/extcon-class.c|   34 ++--
 drivers/extcon/extcon-gpio.c |1 -
 drivers/extcon/extcon-max77693.c |   45
+++--
 drivers/extcon/extcon-max8997.c  |6 +---
 include/linux/extcon.h   |2 +-
 include/linux/mfd/max77693.h |   13 +++
 7 files changed, 73 insertions(+), 38 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] extcon fixes for Linux 3.6

2012-10-10 Thread Chanwoo Choi
Hi Greg,

Please pull extcon fixes for Linux 3.6 from:

git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next

I've been creating extcon-for-next tree at git.infradead.org
and rebasing the branch base on your
driver-core.git(branch:driver-core-next).

This tree contains various small bugfixes and enhancements, fix typos.
And extcon-max77693 initialize MUIC register during probe()
to unmask internal interrupt of max77693 MUIC device.

Thanks,
Chanwoo Choi



The following changes since commit e0f21e6d52cc245e7d4f7e02ca4b7b6571660ec2:
  Axel Lin (1):
memory: tegra{20,30}-mc: Fix reading incorrect register in
mc_readl()

are available in the git repository at:

  git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next

Axel Lin (4):
  extcon: adc-jack: Fix checking return value of request_any_context_irq
  extcon: adc-jack: Add missing MODULE_LICENSE
  extcon: Fix kerneldoc for extcon_set_cable_state and
extcon_set_cable_state_
  extcon: max77693: Use max77693_update_reg for rmw operations

Chanwoo Choi (1):
  extcon: MAX77693: Add platform data for MUIC device to initialize
registers

Devendra Naga (1):
  extcon-max8997: remove usage of ret in
max8997_muic_handle_charger_type_detach

Peter Huewe (2):
  extcon: Unregister compat class at module unload to fix oops
  extcon: unregister compat link on cleanup

Sachin Kamat (2):
  extcon: Remove duplicate inclusion of extcon.h header file
  extcon: Fix return value in extcon_register_interest()

anish kumar (3):
  extcon: standard cable names definition and declaration changed
  extcon: optimising the check_mutually_exclusive function
  extcon: checkpatch warning removal

 drivers/extcon/extcon-adc-jack.c |   10 ++--
 drivers/extcon/extcon-class.c|   34 ++--
 drivers/extcon/extcon-gpio.c |1 -
 drivers/extcon/extcon-max77693.c |   45
+++--
 drivers/extcon/extcon-max8997.c  |6 +---
 include/linux/extcon.h   |2 +-
 include/linux/mfd/max77693.h |   13 +++
 7 files changed, 73 insertions(+), 38 deletions(-)
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] extcon fixes for Linux 3.6

2012-10-10 Thread Greg KH
On Thu, Oct 11, 2012 at 10:31:19AM +0900, Chanwoo Choi wrote:
 Hi Greg,
 
 Please pull extcon fixes for Linux 3.6 from:
 
 git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next

Linux 3.6 has been released already, I can't take any patches for it. :)

Are these for 3.7 instead?

And is your gpg key in the public servers so that I know this is
really the set of patches you want me to pull, and that you are you?

If you are at LinuxCon Korea the next two days, I'll be glad to sign
your key to solve this issue...

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] extcon fixes for Linux 3.6

2012-10-10 Thread Chanwoo Choi
On 10/11/2012 10:40 AM, Greg KH wrote:
 On Thu, Oct 11, 2012 at 10:31:19AM +0900, Chanwoo Choi wrote:
 Hi Greg,

 Please pull extcon fixes for Linux 3.6 from:

 git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next
 
 Linux 3.6 has been released already, I can't take any patches for it. :)
 
 Are these for 3.7 instead?

Sorry, The extcon patches are for 3.7.

 And is your gpg key in the public servers so that I know this is
 really the set of patches you want me to pull, and that you are you?
 
 If you are at LinuxCon Korea the next two days, I'll be glad to sign
 your key to solve this issue...
 

OK, Myungjoo Ham and me will attend at LinuxCon Korea tommorrow.
and will talk to you about gpg key issue.

ps. I will create gpg key and register in public server today.

Best Regards,
Chanwoo Choi
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] extcon fixes for Linux 3.6

2012-10-10 Thread Greg KH
On Thu, Oct 11, 2012 at 11:02:47AM +0900, Chanwoo Choi wrote:
 On 10/11/2012 10:40 AM, Greg KH wrote:
  On Thu, Oct 11, 2012 at 10:31:19AM +0900, Chanwoo Choi wrote:
  Hi Greg,
 
  Please pull extcon fixes for Linux 3.6 from:
 
  git://git.infradead.org/users/kmpark/linux-samsung extcon-for-next
  
  Linux 3.6 has been released already, I can't take any patches for it. :)
  
  Are these for 3.7 instead?
 
 Sorry, The extcon patches are for 3.7.
 
  And is your gpg key in the public servers so that I know this is
  really the set of patches you want me to pull, and that you are you?
  
  If you are at LinuxCon Korea the next two days, I'll be glad to sign
  your key to solve this issue...
  
 
 OK, Myungjoo Ham and me will attend at LinuxCon Korea tommorrow.
 and will talk to you about gpg key issue.

Ok, I'll hold off on pulling this until after I talk this over with you
in person.

 ps. I will create gpg key and register in public server today.

That will be great.  Then you can get a kernel.org git tree as well.

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/