2010-11-15 12:41:36

by Kukjin Kim

[permalink] [raw]
Subject: [GIT PULL] Samsung fixes for 2.6.37-rc2

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 <[email protected]>, 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(-)


2010-11-15 15:32:58

by Darius Augulis

[permalink] [raw]
Subject: Re: [GIT PULL] Samsung fixes for 2.6.37-rc2

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<[email protected]>, 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(-)
>

2010-11-15 16:21:29

by Abdoulaye Walsimou GAYE

[permalink] [raw]
Subject: Re: [GIT PULL] Samsung fixes for 2.6.37-rc2

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/[email protected]/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<[email protected]>, 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(-)
>>
>

2010-11-16 00:27:49

by Kukjin Kim

[permalink] [raw]
Subject: RE: [GIT PULL] Samsung fixes for 2.6.37-rc2

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 <[email protected]>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

2010-11-16 00:34:09

by Kukjin Kim

[permalink] [raw]
Subject: RE: [GIT PULL] Samsung fixes for 2.6.37-rc2

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/[email protected]/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 <[email protected]>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.