Thread (31 messages) 31 messages, 5 authors, 2014-02-11

Re: [PATCH 2/2] spi: Add Qualcomm QUP SPI controller support

From: Ivan T. Ivanov <hidden>
Date: 2014-02-10 20:17:03
Also in: linux-arm-msm, linux-spi, lkml

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:

[....]
quoted
quoted
quoted
quoted
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 :-)
[....]
quoted
quoted
quoted
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.
[.....]
quoted
quoted
quoted
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



--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help