linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Samsung clock fixes for v3.16
@ 2014-07-02 16:52 Tomasz Figa
  2014-07-02 17:13 ` Mike Turquette
  0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Figa @ 2014-07-02 16:52 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit b640a6037c9ecd1f0ad23a8e9b4ca5f5b4112508:

  Merge tag 'sunxi-clk-for-3.16-2' of https://github.com/mripard/linux into clk-next (2014-06-11 07:11:59 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git tags/for_3.16/samsung-clk-fixes

for you to fetch changes up to 44ff0254b89079a8a95e652635e760d93196ac1f:

  clk: exynos5420: Remove aclk66_peric from the clock tree description (2014-06-30 14:47:33 +0200)

----------------------------------------------------------------
Samsung clock fixes for v3.16.

This pull request contains fixes for various issues found while testing
-rc versions of Linux 3.16. Mostly two kinds of patches:

* Fixes of incorrectly defined clocks

1) a37c82a clk: samsung: exynos4: Remove SRC_MASK_ISP gates

    Issue present since v3.10.

2) 0b1643b clk/exynos5250: fix bit number for tv sysmmu clock

    Issue present since v3.16.

3) 44ff025 clk: exynos5420: Remove aclk66_peric from the clock tree description

    Issue present since v3.11.

* Adding things missed by original patches

1) cec1cde clk: samsung: fix several typos to fix boot on s3c2410
2) 34ece9e clk: samsung: add more aliases for s3c24xx

    Both issues present since the driver was added in v3.16.

3) a92dda4 clk: s3c64xx: Hookup SPI clocks correctly

    Issue present since v3.12.

----------------------------------------------------------------
Charles Keepax (1):
      clk: s3c64xx: Hookup SPI clocks correctly

Doug Anderson (1):
      clk: exynos5420: Remove aclk66_peric from the clock tree description

Rahul Sharma (1):
      clk/exynos5250: fix bit number for tv sysmmu clock

Tomasz Figa (1):
      clk: samsung: exynos4: Remove SRC_MASK_ISP gates

Vasily Khoruzhick (2):
      clk: samsung: fix several typos to fix boot on s3c2410
      clk: samsung: add more aliases for s3c24xx

 drivers/clk/samsung/clk-exynos4.c      | 16 ++-----
 drivers/clk/samsung/clk-exynos5250.c   |  2 +-
 drivers/clk/samsung/clk-exynos5420.c   | 85 ++++++++++++++++++++++------------
 drivers/clk/samsung/clk-s3c2410.c      |  9 +++-
 drivers/clk/samsung/clk-s3c64xx.c      |  6 ++-
 include/dt-bindings/clock/exynos5420.h |  1 -
 6 files changed, 71 insertions(+), 48 deletions(-)

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

* [GIT PULL] Samsung clock fixes for v3.16
  2014-07-02 16:52 [GIT PULL] Samsung clock fixes for v3.16 Tomasz Figa
@ 2014-07-02 17:13 ` Mike Turquette
  2014-07-02 18:05   ` Tomasz Figa
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Turquette @ 2014-07-02 17:13 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Tomasz Figa (2014-07-02 09:52:06)
> The following changes since commit b640a6037c9ecd1f0ad23a8e9b4ca5f5b4112508:
> 
>   Merge tag 'sunxi-clk-for-3.16-2' of https://github.com/mripard/linux into clk-next (2014-06-11 07:11:59 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git tags/for_3.16/samsung-clk-fixes
> 
> for you to fetch changes up to 44ff0254b89079a8a95e652635e760d93196ac1f:
> 
>   clk: exynos5420: Remove aclk66_peric from the clock tree description (2014-06-30 14:47:33 +0200)

Pulled into clk-fixes. Thanks for the great tag description as well.

Regards,
Mike

> 
> ----------------------------------------------------------------
> Samsung clock fixes for v3.16.
> 
> This pull request contains fixes for various issues found while testing
> -rc versions of Linux 3.16. Mostly two kinds of patches:
> 
> * Fixes of incorrectly defined clocks
> 
> 1) a37c82a clk: samsung: exynos4: Remove SRC_MASK_ISP gates
> 
>     Issue present since v3.10.
> 
> 2) 0b1643b clk/exynos5250: fix bit number for tv sysmmu clock
> 
>     Issue present since v3.16.
> 
> 3) 44ff025 clk: exynos5420: Remove aclk66_peric from the clock tree description
> 
>     Issue present since v3.11.
> 
> * Adding things missed by original patches
> 
> 1) cec1cde clk: samsung: fix several typos to fix boot on s3c2410
> 2) 34ece9e clk: samsung: add more aliases for s3c24xx
> 
>     Both issues present since the driver was added in v3.16.
> 
> 3) a92dda4 clk: s3c64xx: Hookup SPI clocks correctly
> 
>     Issue present since v3.12.
> 
> ----------------------------------------------------------------
> Charles Keepax (1):
>       clk: s3c64xx: Hookup SPI clocks correctly
> 
> Doug Anderson (1):
>       clk: exynos5420: Remove aclk66_peric from the clock tree description
> 
> Rahul Sharma (1):
>       clk/exynos5250: fix bit number for tv sysmmu clock
> 
> Tomasz Figa (1):
>       clk: samsung: exynos4: Remove SRC_MASK_ISP gates
> 
> Vasily Khoruzhick (2):
>       clk: samsung: fix several typos to fix boot on s3c2410
>       clk: samsung: add more aliases for s3c24xx
> 
>  drivers/clk/samsung/clk-exynos4.c      | 16 ++-----
>  drivers/clk/samsung/clk-exynos5250.c   |  2 +-
>  drivers/clk/samsung/clk-exynos5420.c   | 85 ++++++++++++++++++++++------------
>  drivers/clk/samsung/clk-s3c2410.c      |  9 +++-
>  drivers/clk/samsung/clk-s3c64xx.c      |  6 ++-
>  include/dt-bindings/clock/exynos5420.h |  1 -
>  6 files changed, 71 insertions(+), 48 deletions(-)

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

* [GIT PULL] Samsung clock fixes for v3.16
  2014-07-02 17:13 ` Mike Turquette
@ 2014-07-02 18:05   ` Tomasz Figa
  0 siblings, 0 replies; 3+ messages in thread
From: Tomasz Figa @ 2014-07-02 18:05 UTC (permalink / raw)
  To: linux-arm-kernel

On 02.07.2014 19:13, Mike Turquette wrote:
> Quoting Tomasz Figa (2014-07-02 09:52:06)
>> The following changes since commit b640a6037c9ecd1f0ad23a8e9b4ca5f5b4112508:
>>
>>   Merge tag 'sunxi-clk-for-3.16-2' of https://github.com/mripard/linux into clk-next (2014-06-11 07:11:59 -0700)
>>
>> are available in the git repository at:
>>
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git tags/for_3.16/samsung-clk-fixes
>>
>> for you to fetch changes up to 44ff0254b89079a8a95e652635e760d93196ac1f:
>>
>>   clk: exynos5420: Remove aclk66_peric from the clock tree description (2014-06-30 14:47:33 +0200)
> 
> Pulled into clk-fixes. Thanks for the great tag description as well.

Thanks.

Best regards,
Tomasz

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

end of thread, other threads:[~2014-07-02 18:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02 16:52 [GIT PULL] Samsung clock fixes for v3.16 Tomasz Figa
2014-07-02 17:13 ` Mike Turquette
2014-07-02 18:05   ` Tomasz Figa

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