linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] clk/zynq/pll: Fix documentation for PLL register function
@ 2013-07-19 17:16 Soren Brinkmann
  2013-07-19 17:16 ` [PATCH 2/2] clk/zynq/pll: Use #defines for fbdiv min/max values Soren Brinkmann
       [not found] ` <1632076624.115.1374260902674.JavaMail.mail@webmail02>
  0 siblings, 2 replies; 3+ messages in thread
From: Soren Brinkmann @ 2013-07-19 17:16 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
---
 drivers/clk/zynq/pll.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/drivers/clk/zynq/pll.c b/drivers/clk/zynq/pll.c
index 47e307c..67f1b5e 100644
--- a/drivers/clk/zynq/pll.c
+++ b/drivers/clk/zynq/pll.c
@@ -182,7 +182,12 @@ static const struct clk_ops zynq_pll_ops = {
 
 /**
  * clk_register_zynq_pll() - Register PLL with the clock framework
- * @np	Pointer to the DT device node
+ * @name	PLL name
+ * @parent	Parent clock name
+ * @pll_ctrl	Pointer to PLL control register
+ * @pll_status	Pointer to PLL status register
+ * @lock_index	Bit index to this PLL's lock status bit in @pll_status
+ * @lock	Register lock
  */
 struct clk *clk_register_zynq_pll(const char *name, const char *parent,
 		void __iomem *pll_ctrl, void __iomem *pll_status, u8 lock_index,
-- 
1.8.3.3

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

end of thread, other threads:[~2013-07-19 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-19 17:16 [PATCH 1/2] clk/zynq/pll: Fix documentation for PLL register function Soren Brinkmann
2013-07-19 17:16 ` [PATCH 2/2] clk/zynq/pll: Use #defines for fbdiv min/max values Soren Brinkmann
     [not found] ` <1632076624.115.1374260902674.JavaMail.mail@webmail02>
2013-07-19 19:12   ` Joe Perches

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