linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: "Potthuri, Sai Krishna" <sai.krishna.potthuri@amd.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Tudor Ambarus <tudor.ambarus@microchip.com>,
	Pratyush Yadav <pratyush@kernel.org>,
	Michael Walle <michael@walle.cc>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"saikrishna12468@gmail.com" <saikrishna12468@gmail.com>,
	"git (AMD-Xilinx)" <git@amd.com>
Subject: RE: [PATCH v2 1/2] dt-bindings: mtd: spi-nor: Add reset-gpios property
Date: Wed, 7 Sep 2022 09:49:12 +0000	[thread overview]
Message-ID: <BY5PR12MB425896652F8056EAD47E1042DB419@BY5PR12MB4258.namprd12.prod.outlook.com> (raw)
In-Reply-To: <83444851-14ef-b293-6581-1307331fb1c4@linaro.org>

Hi Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Thursday, September 1, 2022 3:58 PM
> To: Potthuri, Sai Krishna <sai.krishna.potthuri@amd.com>; Tudor Ambarus
> <tudor.ambarus@microchip.com>; Pratyush Yadav <pratyush@kernel.org>;
> Michael Walle <michael@walle.cc>; Miquel Raynal
> <miquel.raynal@bootlin.com>; Richard Weinberger <richard@nod.at>;
> Vignesh Raghavendra <vigneshr@ti.com>; Rob Herring
> <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>
> Cc: devicetree@vger.kernel.org; linux-mtd@lists.infradead.org; linux-
> kernel@vger.kernel.org; saikrishna12468@gmail.com; git (AMD-Xilinx)
> <git@amd.com>
> Subject: Re: [PATCH v2 1/2] dt-bindings: mtd: spi-nor: Add reset-gpios
> property
> 
> On 01/09/2022 13:18, Potthuri, Sai Krishna wrote:
> > Hi Krzysztof,
> >
> >> -----Original Message-----
> >> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> >> Sent: Thursday, September 1, 2022 1:26 PM
> >> To: Potthuri, Sai Krishna <sai.krishna.potthuri@amd.com>; Tudor
> >> Ambarus <tudor.ambarus@microchip.com>; Pratyush Yadav
> >> <pratyush@kernel.org>; Michael Walle <michael@walle.cc>; Miquel
> >> Raynal <miquel.raynal@bootlin.com>; Richard Weinberger
> >> <richard@nod.at>; Vignesh Raghavendra <vigneshr@ti.com>; Rob Herring
> >> <robh+dt@kernel.org>; Krzysztof Kozlowski
> >> <krzysztof.kozlowski+dt@linaro.org>
> >> Cc: devicetree@vger.kernel.org; linux-mtd@lists.infradead.org; linux-
> >> kernel@vger.kernel.org; saikrishna12468@gmail.com; git (AMD-Xilinx)
> >> <git@amd.com>
> >> Subject: Re: [PATCH v2 1/2] dt-bindings: mtd: spi-nor: Add
> >> reset-gpios property
> >>
> >> On 01/09/2022 10:29, Sai Krishna Potthuri wrote:
> >>> SPI-NOR flashes have RESET pin which can be toggled using GPIO
> >>> controller, for those platforms reset-gpios property can be used to
> >>> reset the flash device.
> >>>
> >>> Signed-off-by: Sai Krishna Potthuri <sai.krishna.potthuri@amd.com>
> >>> ---
> >>
> >> You still miss the user (DTS) of this change...
> > Do you mean to have this property in example DTS in this yaml?
> 
> No, I want to see in-tree DTS using it.
As Michal Simek talked to you about this over IRC, as of now we don’t have
a DTS in the mainline tree for Xilinx Versal platform but we have a plan to do it.
For time being i will add this property in the example dts in this yaml file.

Regards
Sai Krishna
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  reply	other threads:[~2022-09-07  9:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01  7:29 [PATCH v2 0/2] mtd: spi-nor: Add flash device reset support Sai Krishna Potthuri
2022-09-01  7:29 ` [PATCH v2 1/2] dt-bindings: mtd: spi-nor: Add reset-gpios property Sai Krishna Potthuri
2022-09-01  7:56   ` Krzysztof Kozlowski
2022-09-01 10:18     ` Potthuri, Sai Krishna
2022-09-01 10:28       ` Krzysztof Kozlowski
2022-09-07  9:49         ` Potthuri, Sai Krishna [this message]
2022-09-07 10:24           ` Krzysztof Kozlowski
2022-09-01  7:29 ` [PATCH v2 2/2] mtd: spi-nor: Add support for flash reset Sai Krishna Potthuri
2022-09-01  7:39   ` Michael Walle

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=BY5PR12MB425896652F8056EAD47E1042DB419@BY5PR12MB4258.namprd12.prod.outlook.com \
    --to=sai.krishna.potthuri@amd.com \
    --cc=devicetree@vger.kernel.org \
    --cc=git@amd.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=michael@walle.cc \
    --cc=miquel.raynal@bootlin.com \
    --cc=pratyush@kernel.org \
    --cc=richard@nod.at \
    --cc=robh+dt@kernel.org \
    --cc=saikrishna12468@gmail.com \
    --cc=tudor.ambarus@microchip.com \
    --cc=vigneshr@ti.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;
as well as URLs for NNTP newsgroup(s).