All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Samsung fixes-4 for v3.8
@ 2013-01-29 18:03 ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2013-01-29 18:03 UTC (permalink / raw)
  To: 'Arnd Bergmann', 'Olof Johansson'
  Cc: linux-arm-kernel, linux-samsung-soc

Hi Arnd and Olof,

Here is a pull request for Samsung fixes-4 for v3.8.

This fixes compatible values for exynos pinctrl and crash on soft reset,
tick and alarm irq numbers on exynos5440 and uninitialized variable on
s3c24xx.

If any problems, please kindly let me know.

Thanks.

- Kukjin

The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:

  Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
v3.8-samsung-fixes-4

for you to fetch changes up to 60db7e5f9c9a25a7a9b01007e6e3f5a93bc16a3a:

  ARM: EXYNOS: Fix crash on soft reset on EXYNOS5440 (2013-01-28 14:27:50
-0800)

----------------------------------------------------------------
Cong Ding (1):
      ARM: S3C24XX: fix uninitialized variable warning

Giridhar Maruthy (1):
      ARM: dts: fix tick and alarm irq numbers for exynos5440

Kukjin Kim (1):
      ARM: dts: fix compatible value for exynos pinctrl

Thomas Abraham (2):
      ARM: dts: Fix compatible value of pinctrl module on EXYNOS5440
      ARM: EXYNOS: Fix crash on soft reset on EXYNOS5440

 Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt |   12
++++++------
 arch/arm/boot/dts/exynos4210.dtsi                             |    6 +++---
 arch/arm/boot/dts/exynos4x12.dtsi                             |    8
++++----
 arch/arm/boot/dts/exynos5440.dtsi                             |    4 ++--
 arch/arm/mach-exynos/common.c                                 |   10
++++++----
 arch/arm/mach-s3c24xx/common.c                                |    2 +-
 drivers/gpio/gpio-samsung.c                                   |    6 +++---
 drivers/pinctrl/pinctrl-samsung.c                             |    4 ++--
 8 files changed, 27 insertions(+), 25 deletions(-)

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

* [GIT PULL] Samsung fixes-4 for v3.8
@ 2013-01-29 18:03 ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2013-01-29 18:03 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd and Olof,

Here is a pull request for Samsung fixes-4 for v3.8.

This fixes compatible values for exynos pinctrl and crash on soft reset,
tick and alarm irq numbers on exynos5440 and uninitialized variable on
s3c24xx.

If any problems, please kindly let me know.

Thanks.

- Kukjin

The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:

  Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
v3.8-samsung-fixes-4

for you to fetch changes up to 60db7e5f9c9a25a7a9b01007e6e3f5a93bc16a3a:

  ARM: EXYNOS: Fix crash on soft reset on EXYNOS5440 (2013-01-28 14:27:50
-0800)

----------------------------------------------------------------
Cong Ding (1):
      ARM: S3C24XX: fix uninitialized variable warning

Giridhar Maruthy (1):
      ARM: dts: fix tick and alarm irq numbers for exynos5440

Kukjin Kim (1):
      ARM: dts: fix compatible value for exynos pinctrl

Thomas Abraham (2):
      ARM: dts: Fix compatible value of pinctrl module on EXYNOS5440
      ARM: EXYNOS: Fix crash on soft reset on EXYNOS5440

 Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt |   12
++++++------
 arch/arm/boot/dts/exynos4210.dtsi                             |    6 +++---
 arch/arm/boot/dts/exynos4x12.dtsi                             |    8
++++----
 arch/arm/boot/dts/exynos5440.dtsi                             |    4 ++--
 arch/arm/mach-exynos/common.c                                 |   10
++++++----
 arch/arm/mach-s3c24xx/common.c                                |    2 +-
 drivers/gpio/gpio-samsung.c                                   |    6 +++---
 drivers/pinctrl/pinctrl-samsung.c                             |    4 ++--
 8 files changed, 27 insertions(+), 25 deletions(-)

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

* Re: [GIT PULL] Samsung fixes-4 for v3.8
  2013-01-29 18:03 ` Kukjin Kim
@ 2013-01-29 18:36   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2013-01-29 18:36 UTC (permalink / raw)
  To: Kukjin Kim; +Cc: 'Arnd Bergmann', linux-arm-kernel, linux-samsung-soc

On Tue, Jan 29, 2013 at 10:03:54AM -0800, Kukjin Kim wrote:
> Hi Arnd and Olof,
> 
> Here is a pull request for Samsung fixes-4 for v3.8.
> 
> This fixes compatible values for exynos pinctrl and crash on soft reset,
> tick and alarm irq numbers on exynos5440 and uninitialized variable on
> s3c24xx.
> 
> If any problems, please kindly let me know.
> 
> Thanks.
> 
> - Kukjin
> 
> The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:
> 
>   Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> v3.8-samsung-fixes-4

Pulled, but...

> for you to fetch changes up to 60db7e5f9c9a25a7a9b01007e6e3f5a93bc16a3a:
> 
>   ARM: EXYNOS: Fix crash on soft reset on EXYNOS5440 (2013-01-28 14:27:50
> -0800)
> 
> ----------------------------------------------------------------
> Cong Ding (1):
>       ARM: S3C24XX: fix uninitialized variable warning

Hm, that whole loop looks bogus. The compiler is still free to optimize
it away since 'tmp' isn't actually used anywhere. It's just not good
enough at it yet.  :)


-Olof

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

* [GIT PULL] Samsung fixes-4 for v3.8
@ 2013-01-29 18:36   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2013-01-29 18:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 29, 2013 at 10:03:54AM -0800, Kukjin Kim wrote:
> Hi Arnd and Olof,
> 
> Here is a pull request for Samsung fixes-4 for v3.8.
> 
> This fixes compatible values for exynos pinctrl and crash on soft reset,
> tick and alarm irq numbers on exynos5440 and uninitialized variable on
> s3c24xx.
> 
> If any problems, please kindly let me know.
> 
> Thanks.
> 
> - Kukjin
> 
> The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:
> 
>   Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> v3.8-samsung-fixes-4

Pulled, but...

> for you to fetch changes up to 60db7e5f9c9a25a7a9b01007e6e3f5a93bc16a3a:
> 
>   ARM: EXYNOS: Fix crash on soft reset on EXYNOS5440 (2013-01-28 14:27:50
> -0800)
> 
> ----------------------------------------------------------------
> Cong Ding (1):
>       ARM: S3C24XX: fix uninitialized variable warning

Hm, that whole loop looks bogus. The compiler is still free to optimize
it away since 'tmp' isn't actually used anywhere. It's just not good
enough at it yet.  :)


-Olof

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

end of thread, other threads:[~2013-01-29 18:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29 18:03 [GIT PULL] Samsung fixes-4 for v3.8 Kukjin Kim
2013-01-29 18:03 ` Kukjin Kim
2013-01-29 18:36 ` Olof Johansson
2013-01-29 18:36   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.