linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] A fix for StarFive JH7110 clock drivers
@ 2023-04-17  7:41 Hal Feng
  2023-04-17  7:41 ` [PATCH v1 1/2] clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified case Hal Feng
  2023-04-17  7:41 ` [PATCH v1 2/2] clk: starfive: Delete the redundant dev_set_drvdata() in JH7110 clock drivers Hal Feng
  0 siblings, 2 replies; 11+ messages in thread
From: Hal Feng @ 2023-04-17  7:41 UTC (permalink / raw)
  To: linux-clk, oe-kbuild-all, linux-mm
  Cc: Stephen Boyd, Michael Turquette, Conor Dooley, Paul Gazzillo,
	Necip Fazil Yildiran, Emil Renner Berthing, Hal Feng, Xingyu Wu,
	linux-kernel

Hi, Stephen,

This series fix some issues of StarFive JH7110 sys and aon clock drivers.

The first patch fix two issues [1] [2] reported by kernel test robot.

The second patch is an addition to patch [3]. It removes the redundant
dev_set_drvdata().

[1] https://lore.kernel.org/oe-kbuild-all/202304140256.aIlJMfbA-lkp@intel.com/
[2] https://lore.kernel.org/oe-kbuild-all/202304140706.aOBNhUj2-lkp@intel.com/
[3] https://lore.kernel.org/all/20230413205528.4044216-1-sboyd@kernel.org/

Hal Feng (2):
  clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a
    specified case
  clk: starfive: Delete the redundant dev_set_drvdata() in JH7110 clock
    drivers

 drivers/clk/starfive/Kconfig                   | 5 +----
 drivers/clk/starfive/clk-starfive-jh7110-aon.c | 2 --
 drivers/clk/starfive/clk-starfive-jh7110-sys.c | 2 --
 3 files changed, 1 insertion(+), 8 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2023-04-18 12:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17  7:41 [PATCH v1 0/2] A fix for StarFive JH7110 clock drivers Hal Feng
2023-04-17  7:41 ` [PATCH v1 1/2] clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified case Hal Feng
2023-04-17  9:54   ` Conor Dooley
2023-04-17 10:06     ` Hal Feng
2023-04-17 10:18       ` Conor Dooley
2023-04-18  0:22         ` Stephen Boyd
2023-04-18  2:14           ` Hal Feng
2023-04-18  6:31             ` Conor Dooley
2023-04-18 12:42               ` Hal Feng
2023-04-17  7:41 ` [PATCH v1 2/2] clk: starfive: Delete the redundant dev_set_drvdata() in JH7110 clock drivers Hal Feng
2023-04-18  1:13   ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox