public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@bootlin.com>
To: Yogesh Gaur <yogeshnarayan.gaur@nxp.com>
Cc: linux-mtd@lists.infradead.org,
	boris.brezillon@free-electrons.com, prabhakar.kushwaha@nxp.com,
	suresh.gupta@nxp.com, cyrille.pitchen@wedev4u.fr, han.xu@nxp.com,
	computersforpeace@gmail.com, festevam@gmail.com
Subject: Re: [PATCH v2] mtd: fsl-quadspi: add support for ls2080a/ls1080a
Date: Fri, 18 May 2018 22:04:11 +0200	[thread overview]
Message-ID: <20180518220411.441936db@bbrezillon> (raw)
In-Reply-To: <1517332798-16644-1-git-send-email-yogeshnarayan.gaur@nxp.com>

On Tue, 30 Jan 2018 22:49:58 +0530
Yogesh Gaur <yogeshnarayan.gaur@nxp.com> wrote:

> LS2080a/LS1088a supports Freescale Quad SPI controller.
> Add fsl-quadspi driver support for ls2080a and ls1088a chip.
> 
> Signed-off-by: Suresh Gupta <suresh.gupta@nxp.com>
> Signed-off-by: Yogesh Gaur <yogeshnarayan.gaur@nxp.com>

Queued to spi-nor/next.

Thanks,

Boris

> ---
> Depends on
>  https://patchwork.ozlabs.org/project/linux-mtd/list/?series=26084
> 
> Changes for v2:
> - Remove void * cast of_device_id structure for ls2080a_data.
> - Generate patch from spi-nor/next branch.
> 
>  drivers/mtd/spi-nor/fsl-quadspi.c | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/drivers/mtd/spi-nor/fsl-quadspi.c b/drivers/mtd/spi-nor/fsl-quadspi.c
> index 035dacd..b9c5918 100644
> --- a/drivers/mtd/spi-nor/fsl-quadspi.c
> +++ b/drivers/mtd/spi-nor/fsl-quadspi.c
> @@ -214,6 +214,7 @@ enum fsl_qspi_devtype {
>  	FSL_QUADSPI_IMX7D,
>  	FSL_QUADSPI_IMX6UL,
>  	FSL_QUADSPI_LS1021A,
> +	FSL_QUADSPI_LS2080A,
>  };
>  
>  struct fsl_qspi_devtype_data {
> @@ -267,6 +268,15 @@ struct fsl_qspi_devtype_data {
>  	.driver_data = 0,
>  };
>  
> +static const struct fsl_qspi_devtype_data ls2080a_data = {
> +	.devtype = FSL_QUADSPI_LS2080A,
> +	.rxfifo = 128,
> +	.txfifo = 64,
> +	.ahb_buf_size = 1024,
> +	.driver_data = QUADSPI_QUIRK_TKT253890,
> +};
> +
> +
>  #define FSL_QSPI_MAX_CHIP	4
>  struct fsl_qspi {
>  	struct spi_nor nor[FSL_QSPI_MAX_CHIP];
> @@ -821,6 +831,7 @@ static int fsl_qspi_nor_setup_last(struct fsl_qspi *q)
>  	{ .compatible = "fsl,imx7d-qspi", .data = &imx7d_data, },
>  	{ .compatible = "fsl,imx6ul-qspi", .data = &imx6ul_data, },
>  	{ .compatible = "fsl,ls1021a-qspi", .data = (void *)&ls1021a_data, },
> +	{ .compatible = "fsl,ls2080a-qspi", .data = &ls2080a_data, },
>  	{ /* sentinel */ }
>  };
>  MODULE_DEVICE_TABLE(of, fsl_qspi_dt_ids);



-- 
Boris Brezillon, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

      reply	other threads:[~2018-05-18 20:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-30 17:19 [PATCH v2] mtd: fsl-quadspi: add support for ls2080a/ls1080a Yogesh Gaur
2018-05-18 20:04 ` Boris Brezillon [this message]

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=20180518220411.441936db@bbrezillon \
    --to=boris.brezillon@bootlin.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=computersforpeace@gmail.com \
    --cc=cyrille.pitchen@wedev4u.fr \
    --cc=festevam@gmail.com \
    --cc=han.xu@nxp.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=prabhakar.kushwaha@nxp.com \
    --cc=suresh.gupta@nxp.com \
    --cc=yogeshnarayan.gaur@nxp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox