mbox series

[v2,0/6] Samsung clock providers: convert to the new clk_hw API

Message ID 1493016143-21569-1-git-send-email-m.szyprowski@samsung.com
Headers show
Series Samsung clock providers: convert to the new clk_hw API | expand

Message

Marek Szyprowski April 24, 2017, 6:42 a.m. UTC
Dear All,

Clock providers should use the new struct clk_hw based API, so convert
all Samsung clock providers and their helper functions to the new approach.

Patches are based on top of linux-next from 20170420.

Best regards
Marek Szyprowski
Samsung R&D Institute Poland


Changle log:
v2:
- moved some changes to separate patches as requested by Krzysztof Kozlowski

v1:
- initial version

Marek Szyprowski (6):
  clk: samsung: Remove dead code
  clk: samsung: Add local variable to match it 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           | 15 +++---
 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, 159 insertions(+), 172 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

On 04/24/2017 08:42 AM, Marek Szyprowski wrote:
> Marek Szyprowski (6):

>   clk: samsung: Remove dead code

>   clk: samsung: Add local variable to match it 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


Whole series applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html