devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/8] clk: rockchip: Support module build
@ 2023-09-18  7:31 Elaine Zhang
  2023-09-18  7:31 ` [PATCH v1 1/8] clk: clk-fractional-divider: Export clk_fractional_divider_general_approximation API Elaine Zhang
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Elaine Zhang @ 2023-09-18  7:31 UTC (permalink / raw)
  To: mturquette, sboyd, kever.yang, zhangqing, heiko, robh+dt,
	krzysztof.kozlowski+dt, conor+dt
  Cc: devicetree, linux-arm-kernel, linux-clk, linux-rockchip,
	linux-kernel, huangtao, xxx, xf

Elaine Zhang (8):
  clk: clk-fractional-divider: Export
    clk_fractional_divider_general_approximation API
  clk: rockchip: drop use of rockchip_clk_protect_critical()
  dt-bindings: clock: rk3188: Add binding id for ACLK_CPU_PRE
  clk: rockchip: Avoid __clk_lookup() calls
  clk: rockchip: rk3399: Support module build
  clk: rockchip: rk3568: Support module build
  clk: rockchip: rk3588: Support module build
  clk: rockchip: fix the clk config to support module build

 drivers/clk/clk-fractional-divider.c          |   1 +
 drivers/clk/rockchip/Kconfig                  |   8 +-
 drivers/clk/rockchip/clk-cpu.c                |  18 +-
 drivers/clk/rockchip/clk-px30.c               |  88 +++---
 drivers/clk/rockchip/clk-rk3036.c             |  42 ++-
 drivers/clk/rockchip/clk-rk3128.c             |  59 ++--
 drivers/clk/rockchip/clk-rk3188.c             |  59 ++--
 drivers/clk/rockchip/clk-rk3228.c             | 147 ++++-----
 drivers/clk/rockchip/clk-rk3288.c             |  74 ++---
 drivers/clk/rockchip/clk-rk3308.c             |  46 +--
 drivers/clk/rockchip/clk-rk3328.c             | 182 +++++------
 drivers/clk/rockchip/clk-rk3368.c             |  71 ++---
 drivers/clk/rockchip/clk-rk3399.c             | 283 ++++++++----------
 drivers/clk/rockchip/clk-rk3568.c             | 114 +++----
 drivers/clk/rockchip/clk-rk3588.c             |  19 +-
 drivers/clk/rockchip/clk-rv1108.c             |  65 ++--
 drivers/clk/rockchip/clk-rv1126.c             |  77 ++---
 drivers/clk/rockchip/clk.c                    |  20 +-
 drivers/clk/rockchip/clk.h                    |  18 +-
 include/dt-bindings/clock/rk3188-cru-common.h |   1 +
 20 files changed, 579 insertions(+), 813 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-09-18 17:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-18  7:31 [PATCH v1 0/8] clk: rockchip: Support module build Elaine Zhang
2023-09-18  7:31 ` [PATCH v1 1/8] clk: clk-fractional-divider: Export clk_fractional_divider_general_approximation API Elaine Zhang
2023-09-18  7:31 ` [PATCH v1 2/8] clk: rockchip: drop use of rockchip_clk_protect_critical() Elaine Zhang
2023-09-18  7:31 ` [PATCH v1 3/8] dt-bindings: clock: rk3188: Add binding id for ACLK_CPU_PRE Elaine Zhang
2023-09-18 12:16   ` Krzysztof Kozlowski
2023-09-18  7:31 ` [PATCH v1 4/8] clk: rockchip: Avoid __clk_lookup() calls Elaine Zhang
2023-09-18 13:32   ` kernel test robot
2023-09-18 17:07   ` kernel test robot
2023-09-18  7:31 ` [PATCH v1 5/8] clk: rockchip: rk3399: Support module build Elaine Zhang
2023-09-18  7:31 ` [PATCH v1 6/8] clk: rockchip: rk3568: " Elaine Zhang
2023-09-18  7:31 ` [PATCH v1 7/8] clk: rockchip: rk3588: " Elaine Zhang
2023-09-18  7:31 ` [PATCH v1 8/8] clk: rockchip: fix the clk config to support " Elaine Zhang

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