<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>be1d1a76 - mtd: spi-nor: Remove support for Xilinx S3AN flashes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#be1d1a76</link>
        <description>mtd: spi-nor: Remove support for Xilinx S3AN flashesThese flashes are kind of an oddball for the very old Xilinx Spartan 3FPGAs to store their bitstream. More importantly, they reuse the AtmelJEDEC manufacturer ID and in fact the at45db081d already blocks the useof the 3S700AN flash chip. It&apos;s time to sunset support for theseflashes.Signed-off-by: Michael Walle &lt;mwalle@kernel.org&gt;Acked-by: Tudor Ambarus &lt;tudor.ambarus@linaro.org&gt;Reviewed-by: Pratyush Yadav &lt;pratyush@kernel.org&gt;Cc: Ricardo Ribalda &lt;ribalda@kernel.org&gt;Acked-by: Ricardo Ribalda &lt;ribalda@chromium.org&gt;Signed-off-by: Pratyush Yadav &lt;pratyush@kernel.org&gt;Link: https://lore.kernel.org/r/20240419141249.609534-2-mwalle@kernel.org

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 19 Apr 2024 14:12:44 +0000</pubDate>
        <dc:creator>Michael Walle &lt;mwalle@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d9cd5c9a - mtd: spi-nor: remove Fujitsu MB85RS1MT support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#d9cd5c9a</link>
        <description>mtd: spi-nor: remove Fujitsu MB85RS1MT supportThis part is not a flash but an EEPROM like FRAM. It is even has a DTbinding for the (correct) driver (at25), seeDocumentation/devicetree/bindings/eeprom/at25.yaml. Just remove it.Signed-off-by: Michael Walle &lt;mwalle@kernel.org&gt;Link: https://lore.kernel.org/r/20230807-mtd-flash-info-db-rework-v3-2-e60548861b10@kernel.orgSigned-off-by: Tudor Ambarus &lt;tudor.ambarus@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 08 Sep 2023 10:16:20 +0000</pubDate>
        <dc:creator>Michael Walle &lt;mwalle@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>022545e0 - mtd: spi-nor: remove catalyst &apos;flashes&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#022545e0</link>
        <description>mtd: spi-nor: remove catalyst &apos;flashes&apos;CAT25xx are actually EEPROMs manufactured by Catalyst. The devices areancient (DS are from 1998), there are not in-tree users, nor are thereany device tree bindings. Remove it. The correct driver is the at25.Signed-off-by: Michael Walle &lt;mwalle@kernel.org&gt;Link: https://lore.kernel.org/r/20230807-mtd-flash-info-db-rework-v3-1-e60548861b10@kernel.orgSigned-off-by: Tudor Ambarus &lt;tudor.ambarus@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 08 Sep 2023 10:16:19 +0000</pubDate>
        <dc:creator>Michael Walle &lt;mwalle@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0257be79 - mtd: spi-nor: expose internal parameters via debugfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#0257be79</link>
        <description>mtd: spi-nor: expose internal parameters via debugfsThere is no way to gather all information to verify support for a newflash chip. Also if you want to convert an existing flash chip to thenew SFDP parsing, there is not enough information to determine if theflash will work like before. To ease this development, expose internalparameters via the debugfs.Signed-off-by: Michael Walle &lt;michael@walle.cc&gt;Signed-off-by: Pratyush Yadav &lt;p.yadav@ti.com&gt;Reviewed-by: Pratyush Yadav &lt;p.yadav@ti.com&gt;Link: https://lore.kernel.org/r/20220429102018.2361038-2-michael@walle.cc

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 29 Apr 2022 10:20:18 +0000</pubDate>
        <dc:creator>Michael Walle &lt;michael@walle.cc&gt;</dc:creator>
    </item>
<item>
        <title>36ac0228 - mtd: spi-nor: add initial sysfs support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#36ac0228</link>
        <description>mtd: spi-nor: add initial sysfs supportAdd support to show the manufacturer, the partname and JEDEC identifieras well as to dump the SFDP table. Not all flashes list their SFDP tablecontents in their datasheet. So having that is useful. It might also behelpful in bug reports from users.Signed-off-by: Michael Walle &lt;michael@walle.cc&gt;Signed-off-by: Vignesh Raghavendra &lt;vigneshr@ti.com&gt;Acked-by: Pratyush Yadav &lt;p.yadav@ti.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Mon, 03 May 2021 15:56:51 +0000</pubDate>
        <dc:creator>Michael Walle &lt;michael@walle.cc&gt;</dc:creator>
    </item>
<item>
        <title>069089ac - mtd: spi-nor: add OTP support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#069089ac</link>
        <description>mtd: spi-nor: add OTP supportSPI flashes sometimes have a special OTP area, which can (and is) used tostore immutable properties like board serial number or vendor assignednetwork hardware addresses.The MTD subsystem already supports accessing such areas and some (nonSPI NOR) flashes already implement support for it. It differentiatesbetween user and factory areas. User areas can be written by the user andfactory ones are pre-programmed and locked down by the vendor, usuallycontaining an &quot;electrical serial number&quot;. This patch will only add supportfor the user areas.Lay the foundation and implement the MTD callbacks for the SPI NOR and addnecessary parameters to the flash_info structure. If a flash supports OTPit can be added by the convenience macro OTP_INFO(). Sometimes there areindividual regions, which might have individual offsets. Therefore, it ispossible to specify the starting address of the first regions as well asthe distance between two regions (e.g. Winbond devices uses this method).Additionally, the regions might be locked down. Once locked, no furtherwrite access is possible.For SPI NOR flashes the OTP area is accessed like the normal memory, e.g.by offset addressing; except that you either have to use special read/writecommands (Winbond) or you have to enter (and exit) a specific OTP mode(Macronix, Micron).Thus we introduce four operations to which the MTD callbacks will bemapped: .read(), .write(), .lock() and .is_locked(). The read and the writeops will be given an address offset to operate on while the locking ops useregions because locking always affects a whole region. It is up to theflash driver to implement these ops.Signed-off-by: Michael Walle &lt;michael@walle.cc&gt;[ta: use div64_u64(), IS_ALIGNED, params-&gt;otp.org. unsigned int region,drop comment, add rlen local variable in spi_nor_mtd_otp_lock()]Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;Link: https://lore.kernel.org/r/20210321235140.8308-2-michael@walle.cc

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Sun, 21 Mar 2021 23:51:38 +0000</pubDate>
        <dc:creator>Michael Walle &lt;michael@walle.cc&gt;</dc:creator>
    </item>
<item>
        <title>c4c79510 - mtd: spi-nor: Move Software Write Protection logic out of the core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#c4c79510</link>
        <description>mtd: spi-nor: Move Software Write Protection logic out of the coreIt makes the core file a bit smaller and provides better separationbetween the Software Write Protection features and the core logic.All the next generic software write protection features (e.g. IndividualBlock Protection) will reside in swp.c.Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;Reviewed-by: Michael Walle &lt;michael@walle.cc&gt;Acked-by: Pratyush Yadav &lt;p.yadav@ti.com&gt;Link: https://lore.kernel.org/r/20210322075131.45093-2-tudor.ambarus@microchip.com

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Mon, 22 Mar 2021 07:51:30 +0000</pubDate>
        <dc:creator>Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>2098c564 - mtd: spi-nor: Compile files in controllers/ directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#2098c564</link>
        <description>mtd: spi-nor: Compile files in controllers/ directoryCommit a0900d0195d2 (&quot;mtd: spi-nor: Prepare core / manufacturer codesplit&quot;) moved various files into a new directory, but did not add the newdirectory to its parent directory Makefile. The moved files no longerbuild, and affected flash chips no longer instantiate.Adding the new directory to the parent directory Makefile fixes theproblem.Fixes: a0900d0195d2 (&quot;mtd: spi-nor: Prepare core / manufacturer code split&quot;)Cc: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Cc: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Reviewed-by: Boris Brezillon &lt;boris.brezillon@collabora.com&gt;Acked-by: Joel Stanley &lt;joel@jms.id.au&gt;Reviewed-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Sat, 04 Apr 2020 15:36:31 +0000</pubDate>
        <dc:creator>Guenter Roeck &lt;linux@roeck-us.net&gt;</dc:creator>
    </item>
<item>
        <title>a674d5a6 - mtd: spi-nor: Move XMC bits out of core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#a674d5a6</link>
        <description>mtd: spi-nor: Move XMC bits out of core.cCreate a SPI NOR manufacturer driver for XMC chips, and move theXMC definitions outside of core.c.Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 19:42:50 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;bbrezillon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2d47cac1 - mtd: spi-nor: Move Xilinx bits out of core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#2d47cac1</link>
        <description>mtd: spi-nor: Move Xilinx bits out of core.cCreate a SPI NOR manufacturer driver for Xilinx chips, and move theXilinx definitions outside of core.c.While at it, remove the SPI_S3AN flag which is now useless.Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 19:42:50 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;bbrezillon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d8259257 - mtd: spi-nor: Move Catalyst bits out of core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#d8259257</link>
        <description>mtd: spi-nor: Move Catalyst bits out of core.cCreate a SPI NOR manufacturer driver for Catalyst chips, and move theCatalyst definitions outside of core.c.Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 19:42:49 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;bbrezillon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7b8b2201 - mtd: spi-nor: Move Winbond bits out of core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#7b8b2201</link>
        <description>mtd: spi-nor: Move Winbond bits out of core.cCreate a SPI NOR manufacturer driver for Winbond chips, and move theWinbond definitions outside of core.c.Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 19:42:48 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;bbrezillon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c53b3f92 - mtd: spi-nor: Move SST bits out of core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#c53b3f92</link>
        <description>mtd: spi-nor: Move SST bits out of core.cCreate a SPI NOR manufacturer driver for SST chips, and move theSST definitions outside of core.c.Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 19:42:47 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;bbrezillon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0173c32a - mtd: spi-nor: Move Spansion bits out of core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#0173c32a</link>
        <description>mtd: spi-nor: Move Spansion bits out of core.cCreate a SPI NOR manufacturer driver for Spansion chips, and move theSpansion definitions outside of core.c.Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 19:42:46 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;bbrezillon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>15f5c7e5 - mtd: spi-nor: Move Micron/ST bits out of core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#15f5c7e5</link>
        <description>mtd: spi-nor: Move Micron/ST bits out of core.cCreate a SPI NOR manufacturer driver for Micron/ST chips, and move theMicron/ST definitions outside of core.c.Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 19:42:46 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;bbrezillon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>10526d85 - mtd: spi-nor: Move Macronix bits out of core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#10526d85</link>
        <description>mtd: spi-nor: Move Macronix bits out of core.cCreate a SPI NOR manufacturer driver for Macronix chips, and move theMacronix definitions outside of core.c.Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;Tested-by: Xiang Chen &lt;chenxiang66@hisilicon.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 19:42:45 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;bbrezillon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0a371981 - mtd: spi-nor: Move ISSI bits out of core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#0a371981</link>
        <description>mtd: spi-nor: Move ISSI bits out of core.cCreate a SPI NOR manufacturer driver for ISSI chips, and move theISSI definitions outside of core.c.Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 19:42:44 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;bbrezillon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>aa635187 - mtd: spi-nor: Move Intel bits out of core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#aa635187</link>
        <description>mtd: spi-nor: Move Intel bits out of core.cCreate a SPI NOR manufacturer driver for Intel chips, and move theIntel definitions outside of core.c.Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;Reviewed-by: Mika Westerberg &lt;mika.westerberg@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 19:42:43 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;bbrezillon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>acb96ecd - mtd: spi-nor: Move GigaDevice bits out of core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#acb96ecd</link>
        <description>mtd: spi-nor: Move GigaDevice bits out of core.cCreate a SPI NOR manufacturer driver for GigaDevice chips, and move theGigaDevice definitions outside of core.c.Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 19:42:43 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;bbrezillon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>893218a8 - mtd: spi-nor: Move Fujitsu bits out of core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/Makefile#893218a8</link>
        <description>mtd: spi-nor: Move Fujitsu bits out of core.cCreate a SPI NOR manufacturer driver for Fujitsu chips, and move theFujitsu definitions outside of core.c.Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 19:42:42 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;bbrezillon@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
