From: <Padmarao.Begari@microchip.com>
To: <conor@kernel.org>
Cc: <Valentina.FernandezAlanis@microchip.com>,
<Nagasuresh.Relli@microchip.com>, <Conor.Dooley@microchip.com>,
<Cyril.Jean@microchip.com>, <bmeng.cn@gmail.com>,
<rick@andestech.com>, <jagan@amarulasolutions.com>,
<u-boot@lists.denx.de>, <ycliang@andestech.com>
Subject: Re: [PATCH v2 3/4] spi: Add Microchip PolarFire SoC QSPI driver
Date: Wed, 26 Oct 2022 06:13:34 +0000 [thread overview]
Message-ID: <3e223acda89d4ab8aaffe9b5367eb645bfc87a03.camel@microchip.com> (raw)
In-Reply-To: <Y1PYLIB4HscTRdX3@spud>
On Sat, 2022-10-22 at 12:46 +0100, Conor Dooley wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
>
> On Fri, Oct 21, 2022 at 12:29:21PM +0530, Padmarao Begari wrote:
> > Add QSPI driver code for the Microchip PolarFire SoC.
> > This driver supports the QSPI standard, dual and quad
> > mode interfaces.
> >
> > Co-developed-by: Naga Sureshkumar Relli <
> > nagasuresh.relli@microchip.com>
> > Signed-off-by: Naga Sureshkumar Relli <
> > nagasuresh.relli@microchip.com>
> > Signed-off-by: Padmarao Begari <padmarao.begari@microchip.com>
> > ---
> > drivers/spi/Kconfig | 6 +
> > drivers/spi/Makefile | 1 +
> > drivers/spi/microchip_coreqspi.c | 505
> > +++++++++++++++++++++++++++++++
> > 3 files changed, 512 insertions(+)
> > create mode 100644 drivers/spi/microchip_coreqspi.c
> >
> > +/* QSPI ready time out value */
> > +#define TIMEOUT_MS (1000 * 60)
>
> Hey Padmarao, just zipping through and cross referencing against the
> linux driver.. Why's this a 60 * 1000 when linux times out after 500
> ms?
Ok, will update as per Linux time out(500ms)
Regards
Padmarao
> Other than that, things look identical modulo the required interrupt
> and
> clocking changes for U-Boot.
> Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
>
> Thanks,
> Conor.
>
next prev parent reply other threads:[~2022-10-26 6:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-21 6:59 [PATCH v2 0/4] Update Microchip PolarFire SoC Padmarao Begari
2022-10-21 6:59 ` [PATCH v2 1/4] riscv: dts: Update memory configuration Padmarao Begari
2022-10-22 11:21 ` Conor Dooley
2022-10-25 19:50 ` Conor.Dooley
2022-10-26 6:05 ` Padmarao.Begari
2022-10-26 6:04 ` Padmarao.Begari
2022-10-21 6:59 ` [PATCH v2 2/4] riscv: dts: Add QSPI NAND device node Padmarao Begari
2022-10-22 11:27 ` Conor Dooley
2022-10-21 6:59 ` [PATCH v2 3/4] spi: Add Microchip PolarFire SoC QSPI driver Padmarao Begari
2022-10-22 11:46 ` Conor Dooley
2022-10-26 6:13 ` Padmarao.Begari [this message]
2022-10-21 6:59 ` [PATCH v2 4/4] riscv: Update Microchip MPFS Icicle Kit support Padmarao Begari
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=3e223acda89d4ab8aaffe9b5367eb645bfc87a03.camel@microchip.com \
--to=padmarao.begari@microchip.com \
--cc=Conor.Dooley@microchip.com \
--cc=Cyril.Jean@microchip.com \
--cc=Nagasuresh.Relli@microchip.com \
--cc=Valentina.FernandezAlanis@microchip.com \
--cc=bmeng.cn@gmail.com \
--cc=conor@kernel.org \
--cc=jagan@amarulasolutions.com \
--cc=rick@andestech.com \
--cc=u-boot@lists.denx.de \
--cc=ycliang@andestech.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.