All of lore.kernel.org
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind1@gmail.com>
To: David Woodhouse <dwmw2@infradead.org>
Cc: Russell King <linux@arm.linux.org.uk>,
	linux-cris-kernel@axis.com,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Mikael Starvik <starvik@axis.com>,
	MTD Maling List <linux-mtd@lists.infradead.org>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/4] Documentation: mtd: amend the sysfs docs after mtdchar merge
Date: Thu, 14 Mar 2013 13:27:41 +0200	[thread overview]
Message-ID: <1363260463-10609-2-git-send-email-dedekind1@gmail.com> (raw)
In-Reply-To: <1363260463-10609-1-git-send-email-dedekind1@gmail.com>

From: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>

The mtdchar module was merged with the mtdcore module, which means that the
MTD_CHAR Kconfig symbol does not exist any more.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
---
 Documentation/ABI/testing/sysfs-class-mtd |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-class-mtd b/Documentation/ABI/testing/sysfs-class-mtd
index 938ef71..3105644 100644
--- a/Documentation/ABI/testing/sysfs-class-mtd
+++ b/Documentation/ABI/testing/sysfs-class-mtd
@@ -14,8 +14,7 @@ Description:
 		The /sys/class/mtd/mtd{0,1,2,3,...} directories correspond
 		to each /dev/mtdX character device.  These may represent
 		physical/simulated flash devices, partitions on a flash
-		device, or concatenated flash devices.  They exist regardless
-		of whether CONFIG_MTD_CHAR is actually enabled.
+		device, or concatenated flash devices.
 
 What:		/sys/class/mtd/mtdXro/
 Date:		April 2009
@@ -23,8 +22,7 @@ KernelVersion:	2.6.29
 Contact:	linux-mtd@lists.infradead.org
 Description:
 		These directories provide the corresponding read-only device
-		nodes for /sys/class/mtd/mtdX/ .  They are only created
-		(for the benefit of udev) if CONFIG_MTD_CHAR is enabled.
+		nodes for /sys/class/mtd/mtdX/ .
 
 What:		/sys/class/mtd/mtdX/dev
 Date:		April 2009
-- 
1.7.10.4

WARNING: multiple messages have this Message-ID (diff)
From: dedekind1@gmail.com (Artem Bityutskiy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/4] Documentation: mtd: amend the sysfs docs after mtdchar merge
Date: Thu, 14 Mar 2013 13:27:41 +0200	[thread overview]
Message-ID: <1363260463-10609-2-git-send-email-dedekind1@gmail.com> (raw)
In-Reply-To: <1363260463-10609-1-git-send-email-dedekind1@gmail.com>

From: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>

The mtdchar module was merged with the mtdcore module, which means that the
MTD_CHAR Kconfig symbol does not exist any more.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
---
 Documentation/ABI/testing/sysfs-class-mtd |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-class-mtd b/Documentation/ABI/testing/sysfs-class-mtd
index 938ef71..3105644 100644
--- a/Documentation/ABI/testing/sysfs-class-mtd
+++ b/Documentation/ABI/testing/sysfs-class-mtd
@@ -14,8 +14,7 @@ Description:
 		The /sys/class/mtd/mtd{0,1,2,3,...} directories correspond
 		to each /dev/mtdX character device.  These may represent
 		physical/simulated flash devices, partitions on a flash
-		device, or concatenated flash devices.  They exist regardless
-		of whether CONFIG_MTD_CHAR is actually enabled.
+		device, or concatenated flash devices.
 
 What:		/sys/class/mtd/mtdXro/
 Date:		April 2009
@@ -23,8 +22,7 @@ KernelVersion:	2.6.29
 Contact:	linux-mtd at lists.infradead.org
 Description:
 		These directories provide the corresponding read-only device
-		nodes for /sys/class/mtd/mtdX/ .  They are only created
-		(for the benefit of udev) if CONFIG_MTD_CHAR is enabled.
+		nodes for /sys/class/mtd/mtdX/ .
 
 What:		/sys/class/mtd/mtdX/dev
 Date:		April 2009
-- 
1.7.10.4

  reply	other threads:[~2013-03-14 11:27 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-14 11:27 [PATCH 1/4] mtd: merge mtdchar module with mtdcore Artem Bityutskiy
2013-03-14 11:27 ` Artem Bityutskiy
2013-03-14 11:27 ` Artem Bityutskiy [this message]
2013-03-14 11:27   ` [PATCH 2/4] Documentation: mtd: amend the sysfs docs after mtdchar merge Artem Bityutskiy
2013-03-14 11:27 ` [PATCH 3/4] arm: mach-pxa: amend Kconfig " Artem Bityutskiy
2013-03-14 11:27   ` Artem Bityutskiy
2013-03-14 11:27 ` [PATCH 4/4] arch: cris: " Artem Bityutskiy
2013-03-14 11:27   ` Artem Bityutskiy
2013-03-15  8:37 ` [PATCH 1/4] mtd: merge mtdchar module with mtdcore Artem Bityutskiy
2013-03-15  8:37   ` Artem Bityutskiy
2013-03-17 19:58 ` Shmulik Ladkani
2013-03-17 19:58   ` Shmulik Ladkani
2013-04-04 15:23   ` Artem Bityutskiy
2013-04-04 15:23     ` Artem Bityutskiy
2013-03-18  6:50 ` [PATCH 0/7] mtd: merge mtdchar into mtdcore Artem Bityutskiy
2013-03-18  6:50   ` [PATCH 1/7] mtd: mtdcore: remove few useless #ifdef's Artem Bityutskiy
2013-03-18  6:50   ` [PATCH 2/7] mtd: mtdchar: use proper kernel print level Artem Bityutskiy
2013-03-18  6:50   ` [PATCH 3/7] mtd: mtdcore: cleanup mtdcore.h a little Artem Bityutskiy
2013-03-18  6:50   ` [PATCH 4/7] mtd: merge mtdchar module with mtdcore Artem Bityutskiy
2013-03-18  6:50   ` [PATCH 5/7] Documentation: mtd: amend the sysfs docs after mtdchar merge Artem Bityutskiy
2013-03-18  6:50   ` [PATCH 6/7] arm: mach-pxa: amend Kconfig " Artem Bityutskiy
2013-03-18  6:50   ` [PATCH 7/7] arch: cris: " Artem Bityutskiy

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=1363260463-10609-2-git-send-email-dedekind1@gmail.com \
    --to=dedekind1@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=haojian.zhuang@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-cris-kernel@axis.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux@arm.linux.org.uk \
    --cc=starvik@axis.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.