All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] clk: Make reset_control_ops const
@ 2016-02-25  9:45 Philipp Zabel
  2016-02-25  9:45 ` [PATCH 1/7] clk: mediatek: " Philipp Zabel
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Philipp Zabel @ 2016-02-25  9:45 UTC (permalink / raw)
  To: Michael Turquette
  Cc: Stephen Boyd, Heiko Stuebner, Barry Song, Emilio López,
	Maxime Ripard, Chen-Yu Tsai, Peter De Schrijver,
	Prashant Gaikwad, Stephen Warren, Thierry Reding,
	Alexandre Courbot, Matthias Brugger, linux-clk, kernel,
	Philipp Zabel

Since commit 203d4f347d86 ("reset: Make reset_control_ops const") marked
the ops pointer in struct reset_controller_dev as const, these structs
can be made const, too. The commit is currently sitting in the
arm-soc/for-next branch.

regards
Philipp

Philipp Zabel (7):
  clk: mediatek: Make reset_control_ops const
  clk: mmp: Make reset_control_ops const
  clk: rockchip: Make reset_control_ops const
  clk: atlas7: Make reset_control_ops const
  clk: sunxi: Make reset_control_ops const
  clk: tegra: Make reset_control_ops const
  clk: qcom: Make reset_control_ops const

 drivers/clk/mediatek/reset.c      | 2 +-
 drivers/clk/mmp/reset.c           | 2 +-
 drivers/clk/qcom/reset.c          | 2 +-
 drivers/clk/qcom/reset.h          | 2 +-
 drivers/clk/rockchip/softrst.c    | 2 +-
 drivers/clk/sirf/clk-atlas7.c     | 2 +-
 drivers/clk/sunxi/clk-a10-ve.c    | 2 +-
 drivers/clk/sunxi/clk-sun9i-mmc.c | 2 +-
 drivers/clk/sunxi/clk-usb.c       | 2 +-
 drivers/clk/tegra/clk.c           | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.7.0

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

end of thread, other threads:[~2016-03-29 23:30 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-25  9:45 [PATCH 0/7] clk: Make reset_control_ops const Philipp Zabel
2016-02-25  9:45 ` [PATCH 1/7] clk: mediatek: " Philipp Zabel
2016-02-25 11:16   ` Matthias Brugger
2016-03-29 23:29   ` Stephen Boyd
2016-02-25  9:45 ` [PATCH 2/7] clk: mmp: " Philipp Zabel
2016-03-29 23:29   ` Stephen Boyd
2016-02-25  9:45 ` [PATCH 3/7] clk: rockchip: " Philipp Zabel
2016-02-25 21:05   ` Heiko Stuebner
2016-03-29 23:29   ` Stephen Boyd
2016-02-25  9:45 ` [PATCH 4/7] clk: atlas7: " Philipp Zabel
2016-03-29 23:30   ` Stephen Boyd
2016-02-25  9:45 ` [PATCH 5/7] clk: sunxi: " Philipp Zabel
2016-03-29 23:30   ` Stephen Boyd
2016-02-25  9:45 ` [PATCH 6/7] clk: tegra: " Philipp Zabel
2016-03-29 23:30   ` Stephen Boyd
2016-02-25  9:45 ` [PATCH 7/7] clk: qcom: " Philipp Zabel
2016-03-29 23:30   ` Stephen Boyd
2016-02-25 21:04 ` [PATCH 0/7] clk: " Stephen Boyd
2016-02-26  8:24   ` Philipp Zabel
2016-03-04 18:55     ` Stephen Boyd
2016-03-07  9:55       ` Philipp Zabel

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.