lkml.org 
[lkml]   [2014]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 2/2] spi: Add Qualcomm QUP SPI controller support
From
Date

Hi,

On Mon, 2014-02-10 at 11:47 -0600, Andy Gross wrote:
> On Mon, Feb 10, 2014 at 06:55:02PM +0200, Ivan T. Ivanov wrote:
>
> [....]
>
> > > > > Bail here?
> > > >
> > > > I don't know. What will be the consequences if controller continue to
> > > > operate on its default rate?
> > > >
> > >
> > > It is unclear. But if you can't set the rate that is configured or if there is
> > > a misconfiguration, it's probably better to exit the probe and catch it here.
> >
> >
> > My preference is to delay clock speed change till first
> > SPI transfer. And use wherever transfer itself mandate.
> >
>
> That works. My only concern is that it might be nice to catch a configuration
> problem early rather than wait for the SPI transfer to fail continuously.

If developer is skilled enough to know which version controller is,
(s)he will be able to put the right frequency constrain here :-)

>
> [....]
>
> > > > My understanding is:
> > > >
> > > > Disabling clocks will timeout transaction, if any. Core Device driver
> > > > will call: devm_spi_unregister(), which will wait pending transactions
> > > > to complete and then remove the SPI master.
> > >
> > > Disabling clocks will confuse the hardware. We cannot disable clocks while the
> > > spi core is active and transferring data.
> >
> > I could follow approach taken by other SPI drivers, just reset
> > controller and disable clocks.
>
> You have to wait until the hardware is in a sane state. For the QUP, that means
> in a RUN/PAUSE/RESET state. It cannot be in transition when you cut the clocks.
> The safest thing to do is to get the QUP into the RESET state and then cut the
> clocks.
>

Sure. will do.

> [.....]
>
> > > > I am not aware of the difference. My board report v.20020000.
> > > > Is there difference of handling these controllers?
> > >
> > > There were some bug fixes between versions. None of those affect SPI (that I
> > > can tell), but it's better to be more descriptive and use the full versions in
> > > the compatible tags.
> >
> > No strong preference here. Should I add qcom,spi-qup-v2.2.0, then? :-)
>
> According to the documentation, there is no v2.2.0. It appears there is some
> disconnect between the specific HW revision and the documentation. I'll see if
> I can get some clarification from the hardware guys. For now, I think the 2.1.1
> and 2.2.1 tags are fine.

Ok. Thanks,
Ivan





\
 
 \ /
  Last update: 2014-02-11 08:01    [W:0.126 / U:1.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site