All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk/samsung updates
@ 2016-02-25 15:18 Sylwester Nawrocki
  2016-02-25 23:19 ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Sylwester Nawrocki @ 2016-02-25 15:18 UTC (permalink / raw)
  To: Stephen Boyd, Mike Turquette
  Cc: Bartlomiej Zolnierkiewicz, linux-clk@vger.kernel.org,
	linux-samsung-soc


Hello Stephen, Mike,

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

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

for you to fetch changes up to a6cb74cbc927af04af827ef590082f9717ffad51:

  clk: samsung: exynos5433: Fix wrong registers of PCLK_GSCL_SMMU clocks
(2016-02-25 12:10:00 +0100)

----------------------------------------------------------------
Mostly correction of errors in the exynos5433 SoC
clocks definition, dropping read-only registers
from the suspend/resume register save/restore list
and exposition of two clocks required for the
exynos5433 HDMI subsystem operation.

----------------------------------------------------------------
Andrzej Hajda (2):
      clk/samsung: exynos5433: add definitions of HDMI-PHY output clocks
      clk/samsung: exynos5433: add pclk_decon clock

Jonghwa Lee (1):
      clk: samsung: exynos5433: Fix wrong registers of PCLK_GSCL_SMMU clocks

Marek Szyprowski (1):
      clk: samsung: exynos5433: Fix definitions of SCLK ISP SENSOR0 clocks

Sylwester Nawrocki (4):
      clk: samsung: exynos5433: Fix typos in *_ISP_MPWM clock names
      clk: samsung: exynos5433: Fix definitions of MUX_SEL_CAM04 clocks
      clk: samsung: exynos5433: Drop RO registers from the save/restore lists
      clk: samsung: exynos5433: Fix mout_aclk_cam1*_user clocks definition

 drivers/clk/samsung/clk-exynos5433.c   | 138
+++++++------------------------------------
 include/dt-bindings/clock/exynos5433.h |   9 ++-
 2 files changed, 28 insertions(+), 119 deletions(-)

--
Thanks,
Sylwester

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

* Re: [GIT PULL] clk/samsung updates
  2016-02-25 15:18 [GIT PULL] clk/samsung updates Sylwester Nawrocki
@ 2016-02-25 23:19 ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2016-02-25 23:19 UTC (permalink / raw)
  To: Sylwester Nawrocki
  Cc: Mike Turquette, Bartlomiej Zolnierkiewicz,
	linux-clk@vger.kernel.org, linux-samsung-soc

On 02/25, Sylwester Nawrocki wrote:
> 
> Hello Stephen, Mike,
> 
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://linuxtv.org/snawrocki/samsung.git tags/clk-samsung-4.6
> 
> for you to fetch changes up to a6cb74cbc927af04af827ef590082f9717ffad51:
> 
>   clk: samsung: exynos5433: Fix wrong registers of PCLK_GSCL_SMMU clocks
> (2016-02-25 12:10:00 +0100)

Thanks. Pulled.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* [GIT PULL] clk/samsung updates
       [not found] <CGME20170425104844epcas5p2aaaca4371c1510c7beecf670e0e58b2b@epcas5p2.samsung.com>
@ 2017-04-25 10:48 ` Sylwester Nawrocki
  2017-05-17 12:19   ` Sylwester Nawrocki
  0 siblings, 1 reply; 4+ messages in thread
From: Sylwester Nawrocki @ 2017-04-25 10:48 UTC (permalink / raw)
  To: Stephen Boyd, Mike Turquette
  Cc: linux-clk, Chanwoo Choi, Bartlomiej Zolnierkiewicz,
	linux-samsung-soc

Hi Stephen, Mike,

This pull request contains only patches converting clk/samsung to the clk_hw
API, if it's too late please just postpone that to 4.13 merge window. Thanks.

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://linuxtv.org/snawrocki/samsung.git for-v4.12/clk/next

for you to fetch changes up to 6a907d767e72eaf26c57fc54a372d34ab303bfbb:

  clk: samsung: s5pv210-audss: Convert to the new clk_hw API (2017-04-25 11:32:55 +0200)

----------------------------------------------------------------
Marek Szyprowski (6):
      clk: samsung: Remove dead code
      clk: samsung: Add local variable to match its purpose
      clk: samsung: Convert common drivers to the new clk_hw API
      clk: samsung: exynos-audss: Convert to the new clk_hw API
      clk: samsung: exynos-clkout: Convert to the new clk_hw API
      clk: samsung: s5pv210-audss: Convert to the new clk_hw API

 drivers/clk/samsung/clk-cpu.c           | 17 +++--
 drivers/clk/samsung/clk-exynos-audss.c  | 55 +++++++-------
 drivers/clk/samsung/clk-exynos-clkout.c | 18 ++---
 drivers/clk/samsung/clk-pll.c           | 14 ++--
 drivers/clk/samsung/clk-pll.h           |  4 --
 drivers/clk/samsung/clk-s3c2410-dclk.c  | 75 ++++++++++---------
 drivers/clk/samsung/clk-s5pv210-audss.c | 50 ++++++-------
 drivers/clk/samsung/clk.c               | 91 +++++++++++-------------
 drivers/clk/samsung/clk.h               |  9 ++-
 9 files changed, 160 insertions(+), 173 deletions(-)

-- 
Regards,
Sylwester

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

* Re: [GIT PULL] clk/samsung updates
  2017-04-25 10:48 ` Sylwester Nawrocki
@ 2017-05-17 12:19   ` Sylwester Nawrocki
  0 siblings, 0 replies; 4+ messages in thread
From: Sylwester Nawrocki @ 2017-05-17 12:19 UTC (permalink / raw)
  To: Stephen Boyd, Mike Turquette
  Cc: linux-clk, Chanwoo Choi, Bartlomiej Zolnierkiewicz,
	linux-samsung-soc

On 04/25/2017 12:48 PM, Sylwester Nawrocki wrote:
> Hi Stephen, Mike,
>
> This pull request contains only patches converting clk/samsung to the clk_hw
> API, if it's too late please just postpone that to 4.13 merge window. Thanks.


Please ignore this pull request, I will rebase and resend with some
patches updated since it turned out there were some issues in this
series.

> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   git://linuxtv.org/snawrocki/samsung.git for-v4.12/clk/next
>
> for you to fetch changes up to 6a907d767e72eaf26c57fc54a372d34ab303bfbb:
>
>   clk: samsung: s5pv210-audss: Convert to the new clk_hw API (2017-04-25 11:32:55 +0200)
>
> ----------------------------------------------------------------
> Marek Szyprowski (6):
>       clk: samsung: Remove dead code
>       clk: samsung: Add local variable to match its purpose
>       clk: samsung: Convert common drivers to the new clk_hw API
>       clk: samsung: exynos-audss: Convert to the new clk_hw API
>       clk: samsung: exynos-clkout: Convert to the new clk_hw API
>       clk: samsung: s5pv210-audss: Convert to the new clk_hw API
>
>  drivers/clk/samsung/clk-cpu.c           | 17 +++--
>  drivers/clk/samsung/clk-exynos-audss.c  | 55 +++++++-------
>  drivers/clk/samsung/clk-exynos-clkout.c | 18 ++---
>  drivers/clk/samsung/clk-pll.c           | 14 ++--
>  drivers/clk/samsung/clk-pll.h           |  4 --
>  drivers/clk/samsung/clk-s3c2410-dclk.c  | 75 ++++++++++---------
>  drivers/clk/samsung/clk-s5pv210-audss.c | 50 ++++++-------
>  drivers/clk/samsung/clk.c               | 91 +++++++++++-------------
>  drivers/clk/samsung/clk.h               |  9 ++-
>  9 files changed, 160 insertions(+), 173 deletions(-)

--
Regards,
Sylwester

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

end of thread, other threads:[~2017-05-17 12:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25 15:18 [GIT PULL] clk/samsung updates Sylwester Nawrocki
2016-02-25 23:19 ` Stephen Boyd
     [not found] <CGME20170425104844epcas5p2aaaca4371c1510c7beecf670e0e58b2b@epcas5p2.samsung.com>
2017-04-25 10:48 ` Sylwester Nawrocki
2017-05-17 12:19   ` 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.