All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk/samsung updates for v4.5
@ 2015-12-16 17:50 Sylwester Nawrocki
  2015-12-22 18:38 ` Mike Turquette
  0 siblings, 1 reply; 3+ messages in thread
From: Sylwester Nawrocki @ 2015-12-16 17:50 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd; +Cc: linux-clk, linux-samsung-soc


The following changes since commit 9f9499ae8e6415cefc4fe0a96ad0e27864353c89:

  Linux 4.4-rc5 (2015-12-13 17:42:58 -0800)

are available in the git repository at:

  git://linuxtv.org/snawrocki/samsung.git tags/clk-samsung-4.5

for you to fetch changes up to c5e949c1c24d67ae2813afdf02408a9b0c6fe55c:

  clk: s3c2410: removed unneeded variable in s3c24xx_clkout_set_parent (2015-12-16 16:36:04 +0100)

----------------------------------------------------------------
drivers/clk/samsung updates (mostly bug fixes):
 - instantiation of the cpu clocks and addition of the GSCL
   IP parent clocks to the list of available consumer clocks
   for exynos542x SoCs;
 - MFC IP parent clock fix for exynos542x;
 - fix of locking bug in samsung/clk-cpu.c which caused
   system crashes with cpufreq enabled;
 - minor cleanup for s3c2410.

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
      clk: samsung: exynos542x/5800: fix cpu clock configuration data

Marek Szyprowski (3):
      clk: samsung: exynos542x: add missing parent GSCL block clocks
      clk: samsung: exynos542x: fix MFC clock hierarchy parent
      clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs

Prasanna Karthik (1):
      clk: s3c2410: removed unneeded variable in s3c24xx_clkout_set_parent

Thomas Abraham (1):
      clk: samsung: exynos5420: add cpu clock configuration data and instantiate cpu clock

 drivers/clk/samsung/clk-cpu.c          |   10 ++--
 drivers/clk/samsung/clk-exynos5420.c   |   98 +++++++++++++++++++++++++++++---
 drivers/clk/samsung/clk-s3c2410-dclk.c |    3 +-
 include/dt-bindings/clock/exynos5420.h |    4 ++
 4 files changed, 102 insertions(+), 13 deletions(-)

-- 
Thanks,
Sylwester

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

* Re: [GIT PULL] clk/samsung updates for v4.5
  2015-12-16 17:50 [GIT PULL] clk/samsung updates for v4.5 Sylwester Nawrocki
@ 2015-12-22 18:38 ` Mike Turquette
  2015-12-22 19:10   ` Sylwester Nawrocki
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Turquette @ 2015-12-22 18:38 UTC (permalink / raw)
  To: Sylwester Nawrocki; +Cc: Stephen Boyd, linux-clk, linux-samsung-soc

Sylwester,

On 12/16, Sylwester Nawrocki wrote:
> 
> The following changes since commit 9f9499ae8e6415cefc4fe0a96ad0e27864353c89:
> 
>   Linux 4.4-rc5 (2015-12-13 17:42:58 -0800)
> 
> are available in the git repository at:
> 
>   git://linuxtv.org/snawrocki/samsung.git tags/clk-samsung-4.5

Pulled.

Was it necessary to base on -rc5? That required me to update my tree
from -rc1.

This is not difficult, but it is a bit annoying when it is not strictly
necessary just to take one PR.

Regards,
Mike

> 
> for you to fetch changes up to c5e949c1c24d67ae2813afdf02408a9b0c6fe55c:
> 
>   clk: s3c2410: removed unneeded variable in s3c24xx_clkout_set_parent (2015-12-16 16:36:04 +0100)
> 
> ----------------------------------------------------------------
> drivers/clk/samsung updates (mostly bug fixes):
>  - instantiation of the cpu clocks and addition of the GSCL
>    IP parent clocks to the list of available consumer clocks
>    for exynos542x SoCs;
>  - MFC IP parent clock fix for exynos542x;
>  - fix of locking bug in samsung/clk-cpu.c which caused
>    system crashes with cpufreq enabled;
>  - minor cleanup for s3c2410.
> 
> ----------------------------------------------------------------
> Bartlomiej Zolnierkiewicz (1):
>       clk: samsung: exynos542x/5800: fix cpu clock configuration data
> 
> Marek Szyprowski (3):
>       clk: samsung: exynos542x: add missing parent GSCL block clocks
>       clk: samsung: exynos542x: fix MFC clock hierarchy parent
>       clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
> 
> Prasanna Karthik (1):
>       clk: s3c2410: removed unneeded variable in s3c24xx_clkout_set_parent
> 
> Thomas Abraham (1):
>       clk: samsung: exynos5420: add cpu clock configuration data and instantiate cpu clock
> 
>  drivers/clk/samsung/clk-cpu.c          |   10 ++--
>  drivers/clk/samsung/clk-exynos5420.c   |   98 +++++++++++++++++++++++++++++---
>  drivers/clk/samsung/clk-s3c2410-dclk.c |    3 +-
>  include/dt-bindings/clock/exynos5420.h |    4 ++
>  4 files changed, 102 insertions(+), 13 deletions(-)
> 
> -- 
> Thanks,
> Sylwester

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

* Re: [GIT PULL] clk/samsung updates for v4.5
  2015-12-22 18:38 ` Mike Turquette
@ 2015-12-22 19:10   ` Sylwester Nawrocki
  0 siblings, 0 replies; 3+ messages in thread
From: Sylwester Nawrocki @ 2015-12-22 19:10 UTC (permalink / raw)
  To: Mike Turquette; +Cc: Stephen Boyd, linux-clk, linux-samsung-soc

Hello Mike,

On 22/12/15 19:38, Mike Turquette wrote:
> Pulled.
> 
> Was it necessary to base on -rc5? That required me to update my tree
> from -rc1.
> 
> This is not difficult, but it is a bit annoying when it is not strictly
> necessary just to take one PR.

Sorry about that, originally I've put some of those patches in
a branch for 4.4 fixes PR and then reused it for this one,
forgetting to change the base to the one used in clk tree.

-- 
Regards,
Sylwester

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

end of thread, other threads:[~2015-12-22 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-16 17:50 [GIT PULL] clk/samsung updates for v4.5 Sylwester Nawrocki
2015-12-22 18:38 ` Mike Turquette
2015-12-22 19:10   ` Sylwester Nawrocki

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.