From: <Tudor.Ambarus@microchip.com>
To: <geert@linux-m68k.org>, <marek.vasut+renesas@gmail.com>,
<marek.vasut@gmail.com>, <vigneshr@ti.com>, <jonas@norrbonn.se>,
<miquel.raynal@bootlin.com>
Cc: Tudor.Ambarus@microchip.com, richard@nod.at,
linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
linux-mtd@lists.infradead.org, computersforpeace@gmail.com,
dwmw2@infradead.org
Subject: [PATCH v2 2/2] mtd: spi-nor: fix description for int (*flash_is_locked)()
Date: Wed, 19 Jun 2019 17:26:03 +0000 [thread overview]
Message-ID: <20190619172530.27159-2-tudor.ambarus@microchip.com> (raw)
In-Reply-To: <20190619172530.27159-1-tudor.ambarus@microchip.com>
From: Tudor Ambarus <tudor.ambarus@microchip.com>
The description was interleaved.
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
---
v2: new patch
include/linux/mtd/spi-nor.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h
index 9f57cdfcc93d..c4c2c5971284 100644
--- a/include/linux/mtd/spi-nor.h
+++ b/include/linux/mtd/spi-nor.h
@@ -372,10 +372,10 @@ struct flash_info;
* @flash_lock: [FLASH-SPECIFIC] lock a region of the SPI NOR
* @flash_unlock: [FLASH-SPECIFIC] unlock a region of the SPI NOR
* @flash_is_locked: [FLASH-SPECIFIC] check if a region of the SPI NOR is
+ * completely locked
* @quad_enable: [FLASH-SPECIFIC] enables SPI NOR quad mode
* @clear_sr_bp: [FLASH-SPECIFIC] clears the Block Protection Bits from
* the SPI NOR Status Register.
- * completely locked
* @priv: the private data
*/
struct spi_nor {
--
2.9.5
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
From: <Tudor.Ambarus@microchip.com>
To: <geert@linux-m68k.org>, <marek.vasut+renesas@gmail.com>,
<marek.vasut@gmail.com>, <vigneshr@ti.com>, <jonas@norrbonn.se>,
<miquel.raynal@bootlin.com>
Cc: <dwmw2@infradead.org>, <computersforpeace@gmail.com>,
<richard@nod.at>, <linux-mtd@lists.infradead.org>,
<linux-kernel@vger.kernel.org>,
<linux-renesas-soc@vger.kernel.org>,
<Tudor.Ambarus@microchip.com>
Subject: [PATCH v2 2/2] mtd: spi-nor: fix description for int (*flash_is_locked)()
Date: Wed, 19 Jun 2019 17:26:03 +0000 [thread overview]
Message-ID: <20190619172530.27159-2-tudor.ambarus@microchip.com> (raw)
In-Reply-To: <20190619172530.27159-1-tudor.ambarus@microchip.com>
From: Tudor Ambarus <tudor.ambarus@microchip.com>
The description was interleaved.
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
---
v2: new patch
include/linux/mtd/spi-nor.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h
index 9f57cdfcc93d..c4c2c5971284 100644
--- a/include/linux/mtd/spi-nor.h
+++ b/include/linux/mtd/spi-nor.h
@@ -372,10 +372,10 @@ struct flash_info;
* @flash_lock: [FLASH-SPECIFIC] lock a region of the SPI NOR
* @flash_unlock: [FLASH-SPECIFIC] unlock a region of the SPI NOR
* @flash_is_locked: [FLASH-SPECIFIC] check if a region of the SPI NOR is
+ * completely locked
* @quad_enable: [FLASH-SPECIFIC] enables SPI NOR quad mode
* @clear_sr_bp: [FLASH-SPECIFIC] clears the Block Protection Bits from
* the SPI NOR Status Register.
- * completely locked
* @priv: the private data
*/
struct spi_nor {
--
2.9.5
next prev parent reply other threads:[~2019-06-19 17:26 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-20 7:16 [PATCH v4 0/3] spi-nor block protection Jonas Bonn
2019-03-20 7:16 ` [PATCH v4 1/3] spi-nor: always respect write-protect input Jonas Bonn
2019-03-20 7:16 ` [PATCH v4 2/3] spi-nor: s25fl512s supports region locking Jonas Bonn
2019-03-20 7:39 ` Tudor.Ambarus
2019-03-21 16:48 ` Tudor.Ambarus
2019-05-07 9:53 ` Geert Uytterhoeven
2019-05-07 9:53 ` Geert Uytterhoeven
2019-05-07 10:42 ` Tudor.Ambarus
2019-05-07 10:42 ` Tudor.Ambarus
2019-05-07 10:50 ` Geert Uytterhoeven
2019-05-07 10:50 ` Geert Uytterhoeven
2019-05-07 11:13 ` Jonas Bonn
2019-05-07 11:13 ` Jonas Bonn
2019-05-07 12:52 ` Geert Uytterhoeven
2019-05-07 12:52 ` Geert Uytterhoeven
2019-05-07 13:15 ` Tudor.Ambarus
2019-05-07 13:15 ` Tudor.Ambarus
2019-05-07 13:18 ` Tudor.Ambarus
2019-05-07 13:18 ` Tudor.Ambarus
2019-05-07 13:25 ` Tudor.Ambarus
2019-05-07 13:25 ` Tudor.Ambarus
2019-05-07 14:33 ` Geert Uytterhoeven
2019-05-07 14:33 ` Geert Uytterhoeven
2019-05-08 10:44 ` Tudor.Ambarus
2019-05-08 10:44 ` Tudor.Ambarus
2019-05-08 13:11 ` Geert Uytterhoeven
2019-05-08 13:11 ` Geert Uytterhoeven
2019-05-08 14:23 ` Tudor.Ambarus
2019-05-08 14:23 ` Tudor.Ambarus
2019-05-08 17:00 ` Geert Uytterhoeven
2019-05-08 17:00 ` Geert Uytterhoeven
2019-05-09 6:55 ` Tudor.Ambarus
2019-05-09 6:55 ` Tudor.Ambarus
2019-05-09 9:11 ` Geert Uytterhoeven
2019-05-09 9:11 ` Geert Uytterhoeven
2019-05-09 10:31 ` Tudor.Ambarus
2019-05-09 10:31 ` Tudor.Ambarus
2019-05-09 11:12 ` Geert Uytterhoeven
2019-05-09 11:12 ` Geert Uytterhoeven
2019-05-22 15:49 ` Tudor.Ambarus
2019-05-22 15:49 ` Tudor.Ambarus
2019-06-10 6:24 ` [PATCH] mtd: spi-nor: use 16-bit WRR command when QE is set on spansion flashes Tudor.Ambarus
2019-06-10 6:24 ` Tudor.Ambarus
2019-06-10 9:28 ` Jonas Bonn
2019-06-10 9:28 ` Jonas Bonn
2019-06-11 8:35 ` Geert Uytterhoeven
2019-06-11 8:35 ` Geert Uytterhoeven
2019-06-19 15:47 ` Tudor.Ambarus
2019-06-19 15:47 ` Tudor.Ambarus
2019-06-19 17:26 ` [PATCH v2 1/2] " Tudor.Ambarus
2019-06-19 17:26 ` Tudor.Ambarus
2019-06-19 17:26 ` Tudor.Ambarus [this message]
2019-06-19 17:26 ` [PATCH v2 2/2] mtd: spi-nor: fix description for int (*flash_is_locked)() Tudor.Ambarus
2019-06-19 18:51 ` [PATCH] mtd: spi-nor: use 16-bit WRR command when QE is set on spansion flashes Geert Uytterhoeven
2019-06-19 18:51 ` Geert Uytterhoeven
2019-06-12 16:46 ` Vignesh Raghavendra
2019-06-12 16:46 ` Vignesh Raghavendra
2019-05-09 15:57 ` [PATCH v4 2/3] spi-nor: s25fl512s supports region locking Vignesh Raghavendra
2019-05-09 15:57 ` Vignesh Raghavendra
2019-03-20 7:16 ` [PATCH v4 3/3] spi-nor: allow setting the BPNV (default locked) bit Jonas Bonn
2019-04-02 5:27 ` Vignesh Raghavendra
2019-05-01 4:42 ` [PATCH v5 1/1] spi-nor: allow setting the BPNV (powerup lock) bit Jonas Bonn
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=20190619172530.27159-2-tudor.ambarus@microchip.com \
--to=tudor.ambarus@microchip.com \
--cc=computersforpeace@gmail.com \
--cc=dwmw2@infradead.org \
--cc=geert@linux-m68k.org \
--cc=jonas@norrbonn.se \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=marek.vasut+renesas@gmail.com \
--cc=marek.vasut@gmail.com \
--cc=miquel.raynal@bootlin.com \
--cc=richard@nod.at \
--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 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.