Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1445360 > unrolled thread

[PATCH] mtd: update description of MTD_BCM47XXSFLASH symbol

Started byRafał Miłecki <zajec5@gmail.com>
First post2016-07-18 12:10 +0200
Last post2016-07-18 19:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] mtd: update description of MTD_BCM47XXSFLASH symbol Rafał Miłecki <zajec5@gmail.com> - 2016-07-18 12:10 +0200
    Re: [PATCH] mtd: update description of MTD_BCM47XXSFLASH symbol Brian Norris <computersforpeace@gmail.com> - 2016-07-18 19:20 +0200

#1445360 — [PATCH] mtd: update description of MTD_BCM47XXSFLASH symbol

FromRafał Miłecki <zajec5@gmail.com>
Date2016-07-18 12:10 +0200
Subject[PATCH] mtd: update description of MTD_BCM47XXSFLASH symbol
Message-ID<rWdES-4PX-33@gated-at.bofh.it>
For years now we support writing to BCMA SoC serial flash, so don't
describe this driver as providing read-only support anymore.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
---
 drivers/mtd/devices/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
index 5a1d0dc..bf8238f 100644
--- a/drivers/mtd/devices/Kconfig
+++ b/drivers/mtd/devices/Kconfig
@@ -113,12 +113,12 @@ config MTD_SST25L
 	  if you want to specify device partitioning.
 
 config MTD_BCM47XXSFLASH
-	tristate "R/O support for serial flash on BCMA bus"
+	tristate "Support for serial flash on BCMA bus"
 	depends on BCMA_SFLASH
 	help
 	  BCMA bus can have various flash memories attached, they are
 	  registered by bcma as platform devices. This enables driver for
-	  serial flash memories (only read-only mode is implemented).
+	  serial flash memories.
 
 config MTD_SLRAM
 	tristate "Uncached system RAM"
-- 
1.8.4.5

[toc] | [next] | [standalone]


#1445656

FromBrian Norris <computersforpeace@gmail.com>
Date2016-07-18 19:20 +0200
Message-ID<rWkn0-FB-21@gated-at.bofh.it>
In reply to#1445360
On Mon, Jul 18, 2016 at 12:07:03PM +0200, Rafał Miłecki wrote:
> For years now we support writing to BCMA SoC serial flash, so don't
> describe this driver as providing read-only support anymore.
> 
> Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

Applied to l2-mtd.git

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web