On Wed, Dec 12, 2018 at 10:41 AM Jonathan Cameron
wrote:
>
> On Sat, 8 Dec 2018 12:05:15 +
> Jonathan Cameron wrote:
>
> > On Tue, 4 Dec 2018 11:57:32 -0800
> > Matthias Kaehlcke wrote:
> >
> > > On Tue, Dec 04, 2018 at 11:14:19AM -0800, Evan Green wrote:
> > > > adc5_get_dt_data uses a loca
On Sat, 8 Dec 2018 12:05:15 +
Jonathan Cameron wrote:
> On Tue, 4 Dec 2018 11:57:32 -0800
> Matthias Kaehlcke wrote:
>
> > On Tue, Dec 04, 2018 at 11:14:19AM -0800, Evan Green wrote:
> > > adc5_get_dt_data uses a local, prop, feeds it to adc5_get_dt_channel_data,
> > > and then puts the r
On Tue, 4 Dec 2018 11:57:32 -0800
Matthias Kaehlcke wrote:
> On Tue, Dec 04, 2018 at 11:14:19AM -0800, Evan Green wrote:
> > adc5_get_dt_data uses a local, prop, feeds it to adc5_get_dt_channel_data,
> > and then puts the result into adc->chan_props. The problem is
> > adc5_get_dt_channel_data ma
On Tue, Dec 04, 2018 at 11:14:19AM -0800, Evan Green wrote:
> adc5_get_dt_data uses a local, prop, feeds it to adc5_get_dt_channel_data,
> and then puts the result into adc->chan_props. The problem is
> adc5_get_dt_channel_data may not initialize that structure fully, so a
> garbage value is used f
adc5_get_dt_data uses a local, prop, feeds it to adc5_get_dt_channel_data,
and then puts the result into adc->chan_props. The problem is
adc5_get_dt_channel_data may not initialize that structure fully, so a
garbage value is used for prescale if the optional "qcom,pre-scaling" is
not defined in DT.
5 matches
Mail list logo