public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [GIT PULL 3/6] Samsung s3c64xx-common-clk for v3.13
@ 2013-10-20 22:14 Kukjin Kim
  2013-10-28  4:37 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Kukjin Kim @ 2013-10-20 22:14 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:

   Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/s3c64xx-common-clk

for you to fetch changes up to 66fcbe6b7c2827866100837611c9838298a28486:

   ARM: S3C64XX: Remove old clock management code (2013-09-17 06:47:36 
+0900)

----------------------------------------------------------------
use common clock for s3c64xx
- remove old clock management code
- migrate clock handling to common clock framework

----------------------------------------------------------------
Tomasz Figa (5):
       ARM: SAMSUNG: Add soc_is_s3c6400/s3c6410 macros
       ARM: S3C64XX: Use clk_prepare_enable/clk_disable_unprepare in dma.c
       usb: ohci-s3c2410.c: Use clk_prepare_enable/clk_disable_unprepare
       ARM: S3C64XX: Migrate clock handling to Common Clock Framework
       ARM: S3C64XX: Remove old clock management code

  arch/arm/Kconfig                                |    2 +-
  arch/arm/mach-s3c64xx/Makefile                  |    2 +-
  arch/arm/mach-s3c64xx/clock.c                   | 1007 
-----------------------
  arch/arm/mach-s3c64xx/common.c                  |   21 +-
  arch/arm/mach-s3c64xx/common.h                  |   12 +-
  arch/arm/mach-s3c64xx/dma.c                     |    4 +-
  arch/arm/mach-s3c64xx/include/mach/regs-clock.h |  132 +--
  arch/arm/mach-s3c64xx/mach-anw6410.c            |    2 +-
  arch/arm/mach-s3c64xx/mach-crag6410.c           |    2 +-
  arch/arm/mach-s3c64xx/mach-hmt.c                |    2 +-
  arch/arm/mach-s3c64xx/mach-mini6410.c           |    2 +-
  arch/arm/mach-s3c64xx/mach-ncp.c                |    2 +-
  arch/arm/mach-s3c64xx/mach-smartq.c             |   11 +-
  arch/arm/mach-s3c64xx/mach-smdk6400.c           |    2 +-
  arch/arm/mach-s3c64xx/mach-smdk6410.c           |    2 +-
  arch/arm/mach-s3c64xx/pm.c                      |   21 -
  arch/arm/mach-s3c64xx/s3c6400.c                 |    6 -
  arch/arm/mach-s3c64xx/s3c6410.c                 |    7 -
  arch/arm/plat-samsung/include/plat/cpu.h        |    4 +
  drivers/clk/samsung/Makefile                    |    2 -
  drivers/usb/host/ohci-s3c2410.c                 |    8 +-
  21 files changed, 47 insertions(+), 1206 deletions(-)
  delete mode 100644 arch/arm/mach-s3c64xx/clock.c

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

* [GIT PULL 3/6] Samsung s3c64xx-common-clk for v3.13
  2013-10-20 22:14 [GIT PULL 3/6] Samsung s3c64xx-common-clk for v3.13 Kukjin Kim
@ 2013-10-28  4:37 ` Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2013-10-28  4:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 21, 2013 at 07:14:59AM +0900, Kukjin Kim wrote:
> The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
> 
>   Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
> 
> are available in the git repository at:
> 

> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/s3c64xx-common-clk
> 
> for you to fetch changes up to 66fcbe6b7c2827866100837611c9838298a28486:
> 
>   ARM: S3C64XX: Remove old clock management code (2013-09-17
> 06:47:36 +0900)
> 
> ----------------------------------------------------------------
> use common clock for s3c64xx
> - remove old clock management code
> - migrate clock handling to common clock framework
> 
> ----------------------------------------------------------------
> Tomasz Figa (5):
>       ARM: SAMSUNG: Add soc_is_s3c6400/s3c6410 macros
>       ARM: S3C64XX: Use clk_prepare_enable/clk_disable_unprepare in dma.c
>       usb: ohci-s3c2410.c: Use clk_prepare_enable/clk_disable_unprepare
>       ARM: S3C64XX: Migrate clock handling to Common Clock Framework
>       ARM: S3C64XX: Remove old clock management code

We already have this branch in our tree, so there's no need to pull it. Please
check your workflow to avoid sending redundant pull requests in the future.


-Olof

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

end of thread, other threads:[~2013-10-28  4:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-20 22:14 [GIT PULL 3/6] Samsung s3c64xx-common-clk for v3.13 Kukjin Kim
2013-10-28  4:37 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox