From: vikas <vikas.manocha@st.com>
To: Graham Moore <grmoore@opensource.altera.com>
Cc: Marek Vasut <marex@denx.de>,
"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
Alan Tull <atull@opensource.altera.com>,
Brian Norris <computersforpeace@gmail.com>,
David Woodhouse <dwmw2@infradead.org>,
Dinh Nguyen <dinguyen@opensource.altera.com>,
Yves Vandervennet <yvanderv@opensource.altera.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH V7 2/2] mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller.
Date: Tue, 18 Aug 2015 13:35:46 -0700 [thread overview]
Message-ID: <55D39722.8030506@st.com> (raw)
In-Reply-To: <55D384D6.9040303@opensource.altera.com>
Hi,
On 08/18/2015 12:17 PM, Graham Moore wrote:
> Hi Vikas,
>
> On 08/17/2015 09:34 PM, vikas wrote:
> > Hi Marek,
> >
>
> [...]
>
> >> +
>>> +/* Operation timeout value */
>>> +#define CQSPI_TIMEOUT_MS 500
>>> +#define CQSPI_READ_TIMEOUT_MS 10
>>
>> please add some comment about the timeouts value selection.
>>
>
> I wish I could comment, but I don't know the origin of these values.
> The 500 ms value is probably just "a very long time".
In my opinion we should have some logical value based on some worst timing like read/write sector.
I let you decide on this point.
>
> [...]
>
>>> +
>>> + cqspi->irq_mask = CQSPI_IRQ_MASK_RD;
>>> + writel(cqspi->irq_mask, reg_base + CQSPI_REG_IRQMASK);
>>
>> here interrupt mask is being configured for every read, better would be to move it in init.
>>
>
> [...]
>
>>> +
>>> + cqspi->irq_mask = CQSPI_IRQ_MASK_WR;
>>> + writel(cqspi->irq_mask, reg_base + CQSPI_REG_IRQMASK);
>>
>> same like read, it should be moved to init.
>>
>
> It uses different masks for read and write
Yeah i saw it but why not to OR these values & configure for once in init.
After that in ISR, check for the interrupt source & take action accordingly. I think other drivers also use it this way.
Rgds,
Vikas
>
> [...]
>
> BR,
> Graham
>
> .
>
WARNING: multiple messages have this Message-ID (diff)
From: vikas <vikas.manocha-qxv4g6HH51o@public.gmane.org>
To: Graham Moore <grmoore-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org>
Cc: Marek Vasut <marex-ynQEQJNshbs@public.gmane.org>,
"linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
Alan Tull
<atull-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org>,
Brian Norris
<computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
David Woodhouse <dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>,
Dinh Nguyen
<dinguyen-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org>,
Yves Vandervennet
<yvanderv-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org>,
"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH V7 2/2] mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller.
Date: Tue, 18 Aug 2015 13:35:46 -0700 [thread overview]
Message-ID: <55D39722.8030506@st.com> (raw)
In-Reply-To: <55D384D6.9040303-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org>
Hi,
On 08/18/2015 12:17 PM, Graham Moore wrote:
> Hi Vikas,
>
> On 08/17/2015 09:34 PM, vikas wrote:
> > Hi Marek,
> >
>
> [...]
>
> >> +
>>> +/* Operation timeout value */
>>> +#define CQSPI_TIMEOUT_MS 500
>>> +#define CQSPI_READ_TIMEOUT_MS 10
>>
>> please add some comment about the timeouts value selection.
>>
>
> I wish I could comment, but I don't know the origin of these values.
> The 500 ms value is probably just "a very long time".
In my opinion we should have some logical value based on some worst timing like read/write sector.
I let you decide on this point.
>
> [...]
>
>>> +
>>> + cqspi->irq_mask = CQSPI_IRQ_MASK_RD;
>>> + writel(cqspi->irq_mask, reg_base + CQSPI_REG_IRQMASK);
>>
>> here interrupt mask is being configured for every read, better would be to move it in init.
>>
>
> [...]
>
>>> +
>>> + cqspi->irq_mask = CQSPI_IRQ_MASK_WR;
>>> + writel(cqspi->irq_mask, reg_base + CQSPI_REG_IRQMASK);
>>
>> same like read, it should be moved to init.
>>
>
> It uses different masks for read and write
Yeah i saw it but why not to OR these values & configure for once in init.
After that in ISR, check for the interrupt source & take action accordingly. I think other drivers also use it this way.
Rgds,
Vikas
>
> [...]
>
> BR,
> Graham
>
> .
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-08-18 20:35 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-14 3:28 [PATCH V7 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver Marek Vasut
2015-08-14 3:28 ` Marek Vasut
2015-08-14 3:28 ` [PATCH V7 2/2] mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller Marek Vasut
2015-08-14 3:28 ` Marek Vasut
2015-08-14 3:32 ` Marek Vasut
2015-08-14 3:32 ` Marek Vasut
2015-08-18 2:47 ` Brian Norris
2015-08-18 2:47 ` Brian Norris
2015-08-21 5:32 ` Marek Vasut
2015-08-21 5:32 ` Marek Vasut
2015-08-18 2:34 ` vikas
2015-08-18 2:34 ` vikas
2015-08-18 19:17 ` Graham Moore
2015-08-18 19:17 ` Graham Moore
2015-08-18 20:35 ` vikas [this message]
2015-08-18 20:35 ` vikas
2015-08-21 4:04 ` Marek Vasut
2015-08-21 4:04 ` Marek Vasut
2015-08-21 7:09 ` Vikas MANOCHA
2015-08-21 7:09 ` Vikas MANOCHA
2015-08-18 2:35 ` [PATCH V7 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver vikas
2015-08-18 2:35 ` vikas
2015-08-18 4:47 ` Marek Vasut
2015-08-18 4:47 ` Marek Vasut
2015-08-18 5:48 ` Vikas MANOCHA
2015-08-18 5:48 ` Vikas MANOCHA
2015-08-18 19:03 ` Graham Moore
2015-08-18 19:03 ` Graham Moore
2015-08-18 20:18 ` vikas
2015-08-18 20:18 ` vikas
2015-08-20 4:03 ` Marek Vasut
2015-08-20 4:03 ` Marek Vasut
2015-08-20 16:06 ` vikas
2015-08-20 16:06 ` vikas
2015-08-21 3:46 ` Marek Vasut
2015-08-21 3:46 ` Marek Vasut
2015-08-21 7:00 ` Vikas MANOCHA
2015-08-21 7:00 ` Vikas MANOCHA
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55D39722.8030506@st.com \
--to=vikas.manocha@st.com \
--cc=atull@opensource.altera.com \
--cc=computersforpeace@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dinguyen@opensource.altera.com \
--cc=dwmw2@infradead.org \
--cc=grmoore@opensource.altera.com \
--cc=linux-mtd@lists.infradead.org \
--cc=marex@denx.de \
--cc=yvanderv@opensource.altera.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.