linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Samsung fixes for 2.6.37-rc2
@ 2010-11-15 12:41 Kukjin Kim
  2010-11-15 15:32 ` Darius Augulis
  0 siblings, 1 reply; 5+ messages in thread
From: Kukjin Kim @ 2010-11-15 12:41 UTC (permalink / raw)
  To: 'Linus Torvalds'
  Cc: linux-kernel, linux-arm-kernel, linux-samsung-soc, ben-linux

Hi Linus,

Please pull Samsung fixes from:

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
s5p-fixes-for-linus

These things are for fix build warnings on 2.6.37-rc2.
If any problems, please let me know.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.


The following changes since commit c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4:

  Linux 2.6.37-rc1 (2010-11-01 07:54:12 -0400)

are available in the git repository at:
   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
s5p-fixes-for-linus

Kukjin Kim (2):
      ARM: SAMSUNG: Fix HAVE_S3C2410_I2C warnings
      ARM: SAMSUNG: Fix HAVE_S3C_RTC warnings

Kyungmin Park (1):
      ARM: SAMSUNG: Fix HAVE_S3C2410_WATCHDOG warnings

 arch/arm/Kconfig              |   32 ++++++++++++++++----------------
 arch/arm/mach-s3c64xx/Kconfig |    2 +-
 2 files changed, 17 insertions(+), 17 deletions(-)


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

* Re: [GIT PULL] Samsung fixes for 2.6.37-rc2
  2010-11-15 12:41 [GIT PULL] Samsung fixes for 2.6.37-rc2 Kukjin Kim
@ 2010-11-15 15:32 ` Darius Augulis
  2010-11-15 16:21   ` Abdoulaye Walsimou GAYE
  2010-11-16  0:28   ` Kukjin Kim
  0 siblings, 2 replies; 5+ messages in thread
From: Darius Augulis @ 2010-11-15 15:32 UTC (permalink / raw)
  To: Kukjin Kim; +Cc: linux-kernel, linux-arm-kernel, linux-samsung-soc, ben-linux

Hi Kukjin,

you have missed "serial: samsung: fix device name" which is hanging here 
for a long time and was decided to merge in 2.6.37-rc1.
Please, pick it up.

thanks,
Darius


On 11/15/2010 02:41 PM, Kukjin Kim wrote:
> Hi Linus,
>
> Please pull Samsung fixes from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> s5p-fixes-for-linus
>
> These things are for fix build warnings on 2.6.37-rc2.
> If any problems, please let me know.
>
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim<kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
>
> The following changes since commit c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4:
>
>    Linux 2.6.37-rc1 (2010-11-01 07:54:12 -0400)
>
> are available in the git repository at:
>     git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> s5p-fixes-for-linus
>
> Kukjin Kim (2):
>        ARM: SAMSUNG: Fix HAVE_S3C2410_I2C warnings
>        ARM: SAMSUNG: Fix HAVE_S3C_RTC warnings
>
> Kyungmin Park (1):
>        ARM: SAMSUNG: Fix HAVE_S3C2410_WATCHDOG warnings
>
>   arch/arm/Kconfig              |   32 ++++++++++++++++----------------
>   arch/arm/mach-s3c64xx/Kconfig |    2 +-
>   2 files changed, 17 insertions(+), 17 deletions(-)
>


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

* Re: [GIT PULL] Samsung fixes for 2.6.37-rc2
  2010-11-15 15:32 ` Darius Augulis
@ 2010-11-15 16:21   ` Abdoulaye Walsimou GAYE
  2010-11-16  0:34     ` Kukjin Kim
  2010-11-16  0:28   ` Kukjin Kim
  1 sibling, 1 reply; 5+ messages in thread
From: Abdoulaye Walsimou GAYE @ 2010-11-15 16:21 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Darius Augulis, linux-samsung-soc, ben-linux, linux-kernel,
	linux-arm-kernel

Hello,
And also this one submitted by Vasily Khoruzhick:
[PATCH v3] ARM: s3c2442: Setup gpio {set,get}_pull callbacks [1]

[1] 
http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg03439.html

Thanks,
AWG


On 11/15/2010 04:32 PM, Darius Augulis wrote:
> Hi Kukjin,
>
> you have missed "serial: samsung: fix device name" which is hanging 
> here for a long time and was decided to merge in 2.6.37-rc1.
> Please, pick it up.
>
> thanks,
> Darius
>
>
> On 11/15/2010 02:41 PM, Kukjin Kim wrote:
>> Hi Linus,
>>
>> Please pull Samsung fixes from:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>> s5p-fixes-for-linus
>>
>> These things are for fix build warnings on 2.6.37-rc2.
>> If any problems, please let me know.
>>
>> Thanks.
>>
>> Best regards,
>> Kgene.
>> -- 
>> Kukjin Kim<kgene.kim@samsung.com>, Senior Engineer,
>> SW Solution Development Team, Samsung Electronics Co., Ltd.
>>
>>
>> The following changes since commit 
>> c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4:
>>
>>    Linux 2.6.37-rc1 (2010-11-01 07:54:12 -0400)
>>
>> are available in the git repository at:
>>     
>> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>> s5p-fixes-for-linus
>>
>> Kukjin Kim (2):
>>        ARM: SAMSUNG: Fix HAVE_S3C2410_I2C warnings
>>        ARM: SAMSUNG: Fix HAVE_S3C_RTC warnings
>>
>> Kyungmin Park (1):
>>        ARM: SAMSUNG: Fix HAVE_S3C2410_WATCHDOG warnings
>>
>>   arch/arm/Kconfig              |   32 ++++++++++++++++----------------
>>   arch/arm/mach-s3c64xx/Kconfig |    2 +-
>>   2 files changed, 17 insertions(+), 17 deletions(-)
>>
>


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

* RE: [GIT PULL] Samsung fixes for 2.6.37-rc2
  2010-11-15 15:32 ` Darius Augulis
  2010-11-15 16:21   ` Abdoulaye Walsimou GAYE
@ 2010-11-16  0:28   ` Kukjin Kim
  1 sibling, 0 replies; 5+ messages in thread
From: Kukjin Kim @ 2010-11-16  0:28 UTC (permalink / raw)
  To: 'Darius Augulis'
  Cc: linux-kernel, linux-arm-kernel, linux-samsung-soc, ben-linux

Darius Augulis wrote:
> 
> Hi Kukjin,
> 
Hi :-)

> you have missed "serial: samsung: fix device name" which is hanging here
> for a long time and was decided to merge in 2.6.37-rc1.
> Please, pick it up.
> 
Hmm...I thought it should be handled by Ben Dooks at that time.

Anyway, as Ben said, I'm thinking it should be sent upstream when merge
window
even though have missed it in the last merge window.

However, if Ben is ok to merge this during 37-rc, will merge it into
s5p-fixes-
for-linus for 37-rc.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.


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

* RE: [GIT PULL] Samsung fixes for 2.6.37-rc2
  2010-11-15 16:21   ` Abdoulaye Walsimou GAYE
@ 2010-11-16  0:34     ` Kukjin Kim
  0 siblings, 0 replies; 5+ messages in thread
From: Kukjin Kim @ 2010-11-16  0:34 UTC (permalink / raw)
  To: 'Abdoulaye Walsimou GAYE'
  Cc: 'Darius Augulis',
	linux-samsung-soc, ben-linux, linux-kernel, linux-arm-kernel

Abdoulaye Walsimou GAYE wrote:
> 
> Hello,

Hi :-)

> And also this one submitted by Vasily Khoruzhick:
> [PATCH v3] ARM: s3c2442: Setup gpio {set,get}_pull callbacks [1]
> 
> [1]
>
http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg03439.html
> 
Hmm...I didn't get it. Maybe he missed my e-mail address in Cc and I missed
it
in mailing list.

Anyway, will check it soon.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.


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

end of thread, other threads:[~2010-11-16  0:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-15 12:41 [GIT PULL] Samsung fixes for 2.6.37-rc2 Kukjin Kim
2010-11-15 15:32 ` Darius Augulis
2010-11-15 16:21   ` Abdoulaye Walsimou GAYE
2010-11-16  0:34     ` Kukjin Kim
2010-11-16  0:28   ` Kukjin Kim

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