All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Turquette <mturquette@linaro.org>
To: linux-samsung-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Kukjin Kim <kgene.kim@samsung.com>,
	Tomasz Figa <t.figa@samsung.com>
Subject: Re: [GIT PULL] Samsung clock fixes for v3.16
Date: Wed, 02 Jul 2014 10:13:23 -0700	[thread overview]
Message-ID: <20140702171323.7440.76631@quantum> (raw)
In-Reply-To: <1404319926-6178-1-git-send-email-t.figa@samsung.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Samsung clock fixes for v3.16
Date: Wed, 02 Jul 2014 10:13:23 -0700	[thread overview]
Message-ID: <20140702171323.7440.76631@quantum> (raw)
In-Reply-To: <1404319926-6178-1-git-send-email-t.figa@samsung.com>

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

  reply	other threads:[~2014-07-02 17:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-02 16:52 [GIT PULL] Samsung clock fixes for v3.16 Tomasz Figa
2014-07-02 16:52 ` Tomasz Figa
2014-07-02 17:13 ` Mike Turquette [this message]
2014-07-02 17:13   ` Mike Turquette
2014-07-02 18:05   ` Tomasz Figa
2014-07-02 18:05     ` Tomasz Figa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140702171323.7440.76631@quantum \
    --to=mturquette@linaro.org \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=t.figa@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.