Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1453572
| From | Peter Chen <hzpeterchen@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [v3,2/6] power: add power sequence library |
| Date | 2016-08-02 05:50 +0200 |
| Message-ID | <s1ySl-7jF-1@gated-at.bofh.it> (permalink) |
| References | <s0mgx-Yp-17@gated-at.bofh.it> <s0mgx-Yp-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jul 29, 2016 at 01:06:48PM -0700, Matthias Kaehlcke wrote:
> >...
> >
> >+static int pwrseq_generic_get(struct device_node *np, struct pwrseq *pwrseq)
> >+{
> >+ struct pwrseq_generic *pwrseq_gen = to_generic_pwrseq(pwrseq);
> >+ enum of_gpio_flags flags;
> >+ int reset_gpio, ret = 0;
> >+
> >+ pwrseq_gen->clk = of_clk_get_by_name(np, NULL);
> This only gets the first of potentially multiple clocks, is that intended?
Matthias, I have added multiple input clocks support at v4 patch set,
and you are at cc list.
--
Best Regards,
Peter Chen
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [v3,2/6] power: add power sequence library Matthias Kaehlcke <mka@chromium.org> - 2016-07-29 22:10 +0200 Re: [v3,2/6] power: add power sequence library Peter Chen <hzpeterchen@gmail.com> - 2016-08-01 04:30 +0200 Re: [v3,2/6] power: add power sequence library Peter Chen <hzpeterchen@gmail.com> - 2016-08-02 05:50 +0200
csiph-web