Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1670201 > unrolled thread
| Started by | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| First post | 2017-06-20 04:10 +0200 |
| Last post | 2017-06-20 11:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 6/9] clk: imx: add composite clk support Stephen Boyd <sboyd@codeaurora.org> - 2017-06-20 04:10 +0200
Re: [PATCH 6/9] clk: imx: add composite clk support Dong Aisheng <dongas86@gmail.com> - 2017-06-20 11:40 +0200
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Date | 2017-06-20 04:10 +0200 |
| Subject | Re: [PATCH 6/9] clk: imx: add composite clk support |
| Message-ID | <tUgM9-2p5-15@gated-at.bofh.it> |
On 05/15, Dong Aisheng wrote: > diff --git a/drivers/clk/imx/clk.h b/drivers/clk/imx/clk.h > index 51b84e4..665777e 100644 > --- a/drivers/clk/imx/clk.h > +++ b/drivers/clk/imx/clk.h > @@ -69,6 +69,12 @@ struct clk *imx_clk_busy_mux(const char *name, void __iomem *reg, u8 shift, > u8 width, void __iomem *busy_reg, u8 busy_shift, > const char **parent_names, int num_parents); > > +struct clk *imx_clk_composite(const char *name, > + const char * const *parent_names, > + int num_parents, bool mux_present, > + bool rate_present, bool gate_present, > + void __iomem *reg); > + > struct clk *imx_clk_fixup_divider(const char *name, const char *parent, > void __iomem *reg, u8 shift, u8 width, > void (*fixup)(u32 *val)); > @@ -209,5 +215,4 @@ static inline struct clk *imx_clk_mux_flags(const char *name, > struct clk *imx_clk_cpu(const char *name, const char *parent_name, > struct clk *div, struct clk *mux, struct clk *pll, > struct clk *step); > - Noise? > #endif > -- > 2.7.4 > -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
[toc] | [next] | [standalone]
| From | Dong Aisheng <dongas86@gmail.com> |
|---|---|
| Date | 2017-06-20 11:40 +0200 |
| Message-ID | <tUnND-6PZ-11@gated-at.bofh.it> |
| In reply to | #1670201 |
On Mon, Jun 19, 2017 at 07:00:13PM -0700, Stephen Boyd wrote: > On 05/15, Dong Aisheng wrote: > > diff --git a/drivers/clk/imx/clk.h b/drivers/clk/imx/clk.h > > index 51b84e4..665777e 100644 > > --- a/drivers/clk/imx/clk.h > > +++ b/drivers/clk/imx/clk.h > > @@ -69,6 +69,12 @@ struct clk *imx_clk_busy_mux(const char *name, void __iomem *reg, u8 shift, > > u8 width, void __iomem *busy_reg, u8 busy_shift, > > const char **parent_names, int num_parents); > > > > +struct clk *imx_clk_composite(const char *name, > > + const char * const *parent_names, > > + int num_parents, bool mux_present, > > + bool rate_present, bool gate_present, > > + void __iomem *reg); > > + > > struct clk *imx_clk_fixup_divider(const char *name, const char *parent, > > void __iomem *reg, u8 shift, u8 width, > > void (*fixup)(u32 *val)); > > @@ -209,5 +215,4 @@ static inline struct clk *imx_clk_mux_flags(const char *name, > > struct clk *imx_clk_cpu(const char *name, const char *parent_name, > > struct clk *div, struct clk *mux, struct clk *pll, > > struct clk *step); > > - > > Noise? > Yes, got by mistake. Will remove. Regards Dong Aisheng
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web