<?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>e3228ed9 - spi: spi-mem: Convert Aspeed SMC driver to spi-mem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/controllers/Makefile#e3228ed9</link>
        <description>spi: spi-mem: Convert Aspeed SMC driver to spi-memThis SPI driver adds support for the Aspeed static memory controllersof the AST2600, AST2500 and AST2400 SoCs using the spi-mem interface. * AST2600 Firmware SPI Memory Controller (FMC)   . BMC firmware   . 3 chip select pins (CE0 ~ CE2)   . Only supports SPI type flash memory   . different segment register interface   . single, dual and quad mode. * AST2600 SPI Flash Controller (SPI1 and SPI2)   . host firmware   . 2 chip select pins (CE0 ~ CE1)   . different segment register interface   . single, dual and quad mode. * AST2500 Firmware SPI Memory Controller (FMC)   . BMC firmware   . 3 chip select pins (CE0 ~ CE2)   . supports SPI type flash memory (CE0-CE1)   . CE2 can be of NOR type flash but this is not supported by the driver   . single, dual mode. * AST2500 SPI Flash Controller (SPI1 and SPI2)   . host firmware   . 2 chip select pins (CE0 ~ CE1)   . single, dual mode. * AST2400 New Static Memory Controller (also referred as FMC)   . BMC firmware   . New register set   . 5 chip select pins (CE0 &#8764; CE4)   . supports NOR flash, NAND flash and SPI flash memory.   . single, dual and quad mode.Each controller has a memory range on which flash devices contents aremapped. Each device is assigned a window that can be changed at bootimewith the Segment Address Registers.Each SPI flash device can then be accessed in two modes: Command andUser. When in User mode, SPI transfers are initiated with accesses tothe memory segment of a device. When in Command mode, memoryoperations on the memory segment of a device generate SPI commandsautomatically using a Control Register for the settings.This initial patch adds support for User mode. Command mode needs a littlemore work to check that the memory window on the AHB bus fits the devicesize. It will come later when support for direct mapping is added.Single and dual mode RX transfers are supported. Other types than SPIare not supported.Reviewed-by: Joel Stanley &lt;joel@jms.id.au&gt;Tested-by: Joel Stanley &lt;joel@jms.id.au&gt;Tested-by: Tao Ren &lt;rentao.bupt@gmail.com&gt;Tested-by: Jae Hyun Yoo &lt;quic_jaehyoo@quicinc.com&gt;Signed-off-by: Chin-Ting Kuo &lt;chin-ting_kuo@aspeedtech.com&gt;Signed-off-by: C&#233;dric Le Goater &lt;clg@kaod.org&gt;Link: https://lore.kernel.org/r/20220509175616.1089346-4-clg@kaod.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/controllers/Makefile</description>
        <pubDate>Mon, 09 May 2022 17:56:08 +0000</pubDate>
        <dc:creator>C&#233;dric Le Goater &lt;clg@kaod.org&gt;</dc:creator>
    </item>
<item>
        <title>e23e5a05 - mtd: spi-nor: intel-spi: Convert to SPI MEM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/controllers/Makefile#e23e5a05</link>
        <description>mtd: spi-nor: intel-spi: Convert to SPI MEMThe preferred way to implement SPI-NOR controller drivers is through SPIsubsubsystem utilizing the SPI MEM core functions. This converts theIntel SPI flash controller driver over the SPI MEM by moving the driverfrom SPI-NOR subsystem to SPI subsystem and in one go make it use theSPI MEM functions. The driver name will be changed from intel-spi tospi-intel to match the convention used in the SPI subsystem.Signed-off-by: Mika Westerberg &lt;mika.westerberg@linux.intel.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Reviewed-by: Mauro Lima &lt;mauro.lima@eclypsium.com&gt;Reviewed-by: Boris Brezillon &lt;boris.brezillon@collabora.com&gt;Acked-by: Lee Jones &lt;lee.jones@linaro.org&gt;Acked-by: Pratyush Yadav &lt;p.yadav@ti.com&gt;Reviewed-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;Link: https://lore.kernel.org/r/20220209122706.42439-3-mika.westerberg@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/controllers/Makefile</description>
        <pubDate>Wed, 09 Feb 2022 12:27:05 +0000</pubDate>
        <dc:creator>Mika Westerberg &lt;mika.westerberg@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>31fb632b - spi: Move cadence-quadspi driver to drivers/spi/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/controllers/Makefile#31fb632b</link>
        <description>spi: Move cadence-quadspi driver to drivers/spi/Now that cadence-quadspi has been converted to use spi-mem framework,move it under drivers/spi/Update license header to match SPI subsystem styleSigned-off-by: Ramuthevar Vadivel Murugan &lt;vadivel.muruganx.ramuthevar@linux.intel.com&gt;Signed-off-by: Vignesh Raghavendra &lt;vigneshr@ti.com&gt;Reviewed-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;Acked-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;Link: https://lore.kernel.org/r/20200601070444.16923-9-vigneshr@ti.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/mtd/spi-nor/controllers/Makefile</description>
        <pubDate>Mon, 01 Jun 2020 07:04:44 +0000</pubDate>
        <dc:creator>Ramuthevar Vadivel Murugan &lt;vadivel.muruganx.ramuthevar@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a0900d01 - mtd: spi-nor: Prepare core / manufacturer code split</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/spi-nor/controllers/Makefile#a0900d01</link>
        <description>mtd: spi-nor: Prepare core / manufacturer code splitMove all SPI NOR controller drivers to a controllers/ sub-directoryso that we only have SPI NOR related source files underdrivers/mtd/spi-nor/.Rename spi-nor.c into core.c, we are about to split this file in multiplesource files (one per manufacturer, plus one for the SFDP parsing logic).Signed-off-by: Boris Brezillon &lt;bbrezillon@kernel.org&gt;Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@microchip.com&gt;Reviewed-by: Vignesh Raghavendra &lt;vigneshr@ti.com&gt;

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