<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in sysfs-class-mtd</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ebab9426 - Documentation/ABI: Fix typos</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#ebab9426</link>
        <description>Documentation/ABI: Fix typosFix typos in Documentation/ABI.  The changes are in descriptions orcomments where they shouldn&apos;t affect use of the ABIs.Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Link: https://lore.kernel.org/r/20230814212822.193684-2-helgaas@kernel.orgSigned-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Mon, 14 Aug 2023 21:28:20 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>7cc9aa66 - mtd: Add sysfs attribute for mtd OOB available size</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#7cc9aa66</link>
        <description>mtd: Add sysfs attribute for mtd OOB available sizeExpose mtd OOB available size by sysfs file. Then users can get availableOOB size by accessing /sys/class/mtd/mtdX/oobavail.Signed-off-by: Xiaolei Li &lt;xiaolei.li@mediatek.com&gt;Signed-off-by: Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Mon, 02 Apr 2018 08:20:10 +0000</pubDate>
        <dc:creator>Xiaolei Li &lt;xiaolei.li@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>7d84120b - Documentation: ABI: mtd: describe &quot;offset&quot; more precisely</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#7d84120b</link>
        <description>Documentation: ABI: mtd: describe &quot;offset&quot; more preciselySo far Linux supported only two levels of MTD devices so we didn&apos;t needa very precise description for this sysfs file. With commit97519dc52b44a (&quot;mtd: partitions: add support for subpartitions&quot;) thereis support for a tree structure so we should have more precisedescription. Using &quot;parent&quot; and &quot;flash device&quot; makes it more accurate.Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Sun, 25 Jun 2017 11:11:54 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;</dc:creator>
    </item>
<item>
        <title>a62c24d7 - mtd: part: Add sysfs variable for offset of partition</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#a62c24d7</link>
        <description>mtd: part: Add sysfs variable for offset of partitionThis patch makes a sysfs variable called &apos;offset&apos; on each partitionwhich contains the offset in bytes from the beginning of the masterdevice that the partition starts.Signed-off-by: Dan Ehrenberg &lt;dehrenberg@chromium.org&gt;Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Thu, 02 Apr 2015 22:15:11 +0000</pubDate>
        <dc:creator>Dan Ehrenberg &lt;dehrenberg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>990a3af0 - mtd: Add sysfs attributes to expose the ECC stats fields</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#990a3af0</link>
        <description>mtd: Add sysfs attributes to expose the ECC stats fieldsThese new sysfs device attributes allow us to retrieve the ECC and badblock stats by poking a sysfs file, which is often more convenient thanusing the ioctl.Signed-off-by: Ezequiel Garcia &lt;ezequiel.garcia@free-electrons.com&gt;Tested-by: Pekon Gupta &lt;pekon@ti.com&gt;Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Tue, 24 Jun 2014 13:55:50 +0000</pubDate>
        <dc:creator>Ezequiel Garcia &lt;ezequiel.garcia@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>f4837246 - mtd: add MTD_MLCNANDFLASH case for mtd_type_show()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#f4837246</link>
        <description>mtd: add MTD_MLCNANDFLASH case for mtd_type_show()The current mtd_type_show() misses the MTD_MLCNANDFLASH case.This patch adds the case for it, and also updates the ABI.Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Wed, 25 Sep 2013 06:58:19 +0000</pubDate>
        <dc:creator>Huang Shijie &lt;b32955@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>ed202940 - mtd: update the ABI document about the ecc step size</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#ed202940</link>
        <description>mtd: update the ABI document about the ecc step sizeWe add a new sys node for ecc step size. So update the ABI document about it.Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;[Brian: edited description, modified &apos;ecc_strength&apos;]Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Fri, 16 Aug 2013 02:10:09 +0000</pubDate>
        <dc:creator>Huang Shijie &lt;b32955@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>880113ef - Documentation: mtd: amend the sysfs docs after mtdchar merge</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#880113ef</link>
        <description>Documentation: mtd: amend the sysfs docs after mtdchar mergeThe mtdchar module was merged with the mtdcore module, which means that theMTD_CHAR Kconfig symbol does not exist any more.Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Thu, 14 Mar 2013 11:09:08 +0000</pubDate>
        <dc:creator>Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>021796b8 - mtd: ABI documentation: clarification of bitflip_threshold</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#021796b8</link>
        <description>mtd: ABI documentation: clarification of bitflip_thresholdThe -EUCLEAN return value applies to mtd_read_oob() as well as mtd_read(), butonly mtd_read() was mentioned in the blurd on bitflip_threshold in the ABIdocumentation.Signed-off-by: Mike Dunn &lt;mikedunn@newsguy.com&gt;Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Tue, 22 May 2012 18:03:42 +0000</pubDate>
        <dc:creator>Mike Dunn &lt;mikedunn@newsguy.com&gt;</dc:creator>
    </item>
<item>
        <title>edbc4540 - mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#edbc4540</link>
        <description>mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANThe drivers&apos; _read() method, absent an error, returns a non-negative integerindicating the maximum number of bit errors that were corrected in any oneregion comprising an ecc step.  MTD returns -EUCLEAN if this is &gt;=bitflip_threshold, 0 otherwise.  If bitflip_threshold is zero, the comparison isnot made since these devices lack ECC and always return zero in the non-errorcase (thanks Brian)&#185;.  Note that this is a subtle change to the driverinterface.This and the preceding patches in this set were tested with ubi on top of thenandsim and docg4 devices, running the ubi test io_basic from mtd-utils.&#185; http://lists.infradead.org/pipermail/linux-mtd/2012-March/040468.htmlSigned-off-by: Mike Dunn &lt;mikedunn@newsguy.com&gt;Acked-by: Robert Jarzmik &lt;robert.jarzmik@free.fr&gt;Acked-by: Brian Norris &lt;computersforpeace@gmail.com&gt;Ivan Djelic &lt;ivan.djelic@parrot.com&gt;Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Wed, 25 Apr 2012 19:06:11 +0000</pubDate>
        <dc:creator>Mike Dunn &lt;mikedunn@newsguy.com&gt;</dc:creator>
    </item>
<item>
        <title>d062d4ed - mtd: bitflip_threshold added to mtd_info and sysfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#d062d4ed</link>
        <description>mtd: bitflip_threshold added to mtd_info and sysfsAn element &apos;bitflip_threshold&apos; is added to struct mtd_info, and also exposed asa read/write variable in sysfs.  This will be used to determine whether or notmtd_read() returns -EUCLEAN or 0 (absent a hard error).  If the driver leaves itas zero, mtd will set it to a default value of ecc_strength.This v2 adds the line that propagates bitflip_threshold from the master to thepartitions - thanks Ivan&#185;.&#185; http://lists.infradead.org/pipermail/linux-mtd/2012-April/040900.htmlSigned-off-by: Mike Dunn &lt;mikedunn@newsguy.com&gt;Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Wed, 25 Apr 2012 19:06:08 +0000</pubDate>
        <dc:creator>Mike Dunn &lt;mikedunn@newsguy.com&gt;</dc:creator>
    </item>
<item>
        <title>a9b672e8 - mtd: expose ecc_strength through sysfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#a9b672e8</link>
        <description>mtd: expose ecc_strength through sysfsecc_strength element of struct mtd_info is exposed as a read-only variable insysfs.Signed-off-by: Mike Dunn &lt;mikedunn@newsguy.com&gt;Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Wed, 25 Apr 2012 19:06:07 +0000</pubDate>
        <dc:creator>Mike Dunn &lt;mikedunn@newsguy.com&gt;</dc:creator>
    </item>
<item>
        <title>19fe7f1a - Documentation: add MTD sysfs docs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-mtd#19fe7f1a</link>
        <description>Documentation: add MTD sysfs docsSigned-off-by: Kevin Cernekee &lt;kpc.mtd@gmail.com&gt;Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-mtd</description>
        <pubDate>Thu, 09 Apr 2009 05:51:43 +0000</pubDate>
        <dc:creator>Kevin Cernekee &lt;kpc.mtd@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
