<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>f36ea2f6e17621c4d9dd97c4dbfab62d03d061df - UPSTREAM: board: arm: Add support for Broadcom BCM7445</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#f36ea2f6e17621c4d9dd97c4dbfab62d03d061df</link>
        <description>UPSTREAM: board: arm: Add support for Broadcom BCM7445Add support for loading U-Boot on the Broadcom 7445 SoC.  This portassumes Broadcom&apos;s BOLT bootloader is acting as the second stagebootloader, and U-Boot is acting as the third stage bootloader, loadedas an ELF program by BOLT.Change-Id: I79d19ced6ed7c76a862b94162a92ceaddf09b062Signed-off-by: Thomas Fitzsimmons &lt;fitzsim@fitzsim.org&gt;Cc: Stefan Roese &lt;sr@denx.de&gt;Cc: Tom Rini &lt;trini@konsulko.com&gt;Cc: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 894c3ad27fa940beb7fdc07d01dcfe81c03d0481)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Fri, 08 Jun 2018 21:59:45 +0000</pubDate>
        <dc:creator>Thomas Fitzsimmons &lt;fitzsim@fitzsim.org&gt;</dc:creator>
    </item>
<item>
        <title>1490eb89f4697b02cfb8f826d2f5eaf37edcbd47 - UPSTREAM: Convert CONFIG_SPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#1490eb89f4697b02cfb8f826d2f5eaf37edcbd47</link>
        <description>UPSTREAM: Convert CONFIG_SPI to KconfigThis converts the following to Kconfig:   CONFIG_SPIThis partly involves updating code that assumes that CONFIG_SPI impliesthings that are specific to the MPC8xx SPI driver.  For now, just updatethe CONFIG tests.  This also involves reworking the default forCONFIG_SYS_DEF_EEPROM_ADDR so that we don&apos;t set it when we cannot make areasonable default, as it does not cause any compile failures.Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;(cherry picked from commit f1b1f77060beadbfe9f42a3be00019bd025afbd6)Change-Id: Ie9f15ada869105eb407f41d4df7eecbaa916b940Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Sun, 15 Apr 2018 17:51:26 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5d78ea082ac741984d5baa235050c492cfbd262e - UPSTREAM: mtd: spi: Add Renesas RPC SPI-flash driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#5d78ea082ac741984d5baa235050c492cfbd262e</link>
        <description>UPSTREAM: mtd: spi: Add Renesas RPC SPI-flash driverAdd driver for the RPC block in SPI-flash mode. This driver allowsaccess to a SPI NOR flash attached to the RPC block and does notsupport RPC in Hyperflash mode. Note that this block is extremelyselective when communicating with the SPI NOR.Change-Id: I8b936d2862a1ef4bc2451d54a1808b7b49710b17Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit fbebea27e16eb760f1f2109a7535003bf359ba2b)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Wed, 29 Nov 2017 05:29:46 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>87e4c6020eff05133e40ab8b7b0e37e6a2be37e4 - UPSTREAM: powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#87e4c6020eff05133e40ab8b7b0e37e6a2be37e4</link>
        <description>UPSTREAM: powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxCONFIG_8xx doesn&apos;t mean much outside of arch/powerpc/This patch renames it CONFIG_MPC8xx just like CONFIG_MPC85xx etc ...It also renames 8xx_immap.h to immap_8xx.h to be consistent withother file names.Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;(cherry picked from commit ee1e600c13d16febd517ab7d0d2c243db174789b)Change-Id: I564708bb6517b699749e8a54c013d032f785e459Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Fri, 16 Mar 2018 16:20:41 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>f92621cf933a284dac920477900f505ce7af5df9 - UPSTREAM: spi: atmel: default y if DM_SPI &amp;&amp; ARCH_AT91</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#f92621cf933a284dac920477900f505ce7af5df9</link>
        <description>UPSTREAM: spi: atmel: default y if DM_SPI &amp;&amp; ARCH_AT91ATMEL_SPI is now fully converted to driver-model andrespective boards switch to DM_SPI as well,so make default y for ARCH_AT91Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;Acked-by: Wenyou Yang &lt;wenyouya@gmail.com&gt;(cherry picked from commit 89d4fc153bb5c3830ab9e75e1690738cccea0322)Change-Id: I3c3da47c05f7fef7a2129c5325c4ddf7b596b2cfSigned-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Wed, 14 Mar 2018 13:16:44 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jagan@amarulasolutions.com&gt;</dc:creator>
    </item>
<item>
        <title>0d17c3df7fd4704b61815d11bd914866bbfb27d1 - UPSTREAM: spi: atcspi200: Drop non-dm code</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#0d17c3df7fd4704b61815d11bd914866bbfb27d1</link>
        <description>UPSTREAM: spi: atcspi200: Drop non-dm codeBoards adp-ae3xx_defconfig, nx25-ae250_defconfigalready enabled DM_SPI, so non-dm code make no useof it hence droped.Change-Id: I6864c71a8e9a97619fbe1989856077285aa2408eSigned-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 15927aef02b7e7b5921bd1470ce145c2fa03ef08)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Wed, 07 Mar 2018 05:03:33 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jagan@amarulasolutions.com&gt;</dc:creator>
    </item>
<item>
        <title>845f53cfd39d4fdfc363cc538eb062d78823ad7f - UPSTREAM: spi: Migrate CONFIG_CF_SPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#845f53cfd39d4fdfc363cc538eb062d78823ad7f</link>
        <description>UPSTREAM: spi: Migrate CONFIG_CF_SPI to KconfigChange-Id: Ia9f6139d87f28ef8bbab5effb15b3e00e53e732dSigned-off-by: Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit fbca0e66cc982325d8031094736d79ed007e42e2)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Wed, 07 Feb 2018 00:42:23 +0000</pubDate>
        <dc:creator>Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;</dc:creator>
    </item>
<item>
        <title>5932b8bc8c3ed371692688174c52a2b38c5ee797 - UPSTREAM: spi: Migrate CONFIG_KIRKWOOD_SPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#5932b8bc8c3ed371692688174c52a2b38c5ee797</link>
        <description>UPSTREAM: spi: Migrate CONFIG_KIRKWOOD_SPI to KconfigChange-Id: I70b43d668f905f236e18493c07ac6c369b7ca2d1Signed-off-by: Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 4a942f49b891872727aa0bdba58e2ca513fc455c)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Wed, 07 Feb 2018 00:42:22 +0000</pubDate>
        <dc:creator>Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;</dc:creator>
    </item>
<item>
        <title>a1f9e12a3dfe44f6b1a83898aa506ec4977bdd14 - UPSTREAM: spi: Migrate CONFIG_LPC32XX_SSP to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#a1f9e12a3dfe44f6b1a83898aa506ec4977bdd14</link>
        <description>UPSTREAM: spi: Migrate CONFIG_LPC32XX_SSP to KconfigChange-Id: Ib34e1271ed6dd812bfb21bc2162b30d27b014498Signed-off-by: Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 2c4b096b4c3e9d115b43edb23b1592a297076ae4)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Wed, 07 Feb 2018 00:42:21 +0000</pubDate>
        <dc:creator>Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;</dc:creator>
    </item>
<item>
        <title>cb90935401ccfe644097bb928e14e70d416856f0 - UPSTREAM: spi: Migrate CONFIG_MPC8XXX_SPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#cb90935401ccfe644097bb928e14e70d416856f0</link>
        <description>UPSTREAM: spi: Migrate CONFIG_MPC8XXX_SPI to KconfigSigned-off-by: Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;(cherry picked from commit bbdf38698ee5c96138868d563c6825cd48bb26dcChange-Id: I6c99c0696716c148a9f8a3255111b23749c78a6bSigned-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Wed, 07 Feb 2018 00:42:20 +0000</pubDate>
        <dc:creator>Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;</dc:creator>
    </item>
<item>
        <title>d851477aa1d9766d7815a5ee20471550dfbbcbff - UPSTREAM: spi: Migrate CONFIG_MXS_SPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#d851477aa1d9766d7815a5ee20471550dfbbcbff</link>
        <description>UPSTREAM: spi: Migrate CONFIG_MXS_SPI to KconfigChange-Id: Id2769d0405f96348de67cdd24df8a82a35101637Signed-off-by: Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 7b819b569e92fd9b9b1baf160cd946a523fde1ce)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Wed, 07 Feb 2018 00:42:18 +0000</pubDate>
        <dc:creator>Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;</dc:creator>
    </item>
<item>
        <title>3ad77667abd4ea5ac9fcd80702d1a422e8956c22 - UPSTREAM: spi: Migrate CONFIG_SH_QSPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#3ad77667abd4ea5ac9fcd80702d1a422e8956c22</link>
        <description>UPSTREAM: spi: Migrate CONFIG_SH_QSPI to KconfigChange-Id: I51b0a222d7f5d4bf8925f7544c50d8f35da235e2Signed-off-by: Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit a5dfabea19f961826509118513f833cea25797bb)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Wed, 07 Feb 2018 00:42:17 +0000</pubDate>
        <dc:creator>Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;</dc:creator>
    </item>
<item>
        <title>99c184906c6e99d402edd816dcb78fcb9ef0f923 - UPSTREAM: spi: Migrate CONFIG_SH_SPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#99c184906c6e99d402edd816dcb78fcb9ef0f923</link>
        <description>UPSTREAM: spi: Migrate CONFIG_SH_SPI to KconfigChange-Id: I66c533e5c556c26b771037bc7eee5ceff01f5cb9Signed-off-by: Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 95d3877a5818cc3f149a9d443637ff145bbaaabb)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Wed, 07 Feb 2018 00:42:16 +0000</pubDate>
        <dc:creator>Tuomas Tynkkynen &lt;tuomas@tuxera.com&gt;</dc:creator>
    </item>
<item>
        <title>4bb24893b6b7ca72b063f686ed85a12ad4b54f17 - UPSTREAM: dm: spi: add BCM63xx HSSPI driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#4bb24893b6b7ca72b063f686ed85a12ad4b54f17</link>
        <description>UPSTREAM: dm: spi: add BCM63xx HSSPI driverThis driver is a simplified version of linux/drivers/spi/spi-bcm63xx-hsspi.cChange-Id: Ib6d47452d3699df5eb799cc0289687331192f380Signed-off-by: &#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 29cc4368ad4b8d67ae457681e9249e2008d6fee5)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Sat, 20 Jan 2018 01:13:38 +0000</pubDate>
        <dc:creator>&#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c2d012f94d3435a04a33271d668ded9960fd42fb - UPSTREAM: dm: spi: add BCM63xx SPI driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#c2d012f94d3435a04a33271d668ded9960fd42fb</link>
        <description>UPSTREAM: dm: spi: add BCM63xx SPI driverThis driver is a simplified version of linux/drivers/spi/spi-bcm63xx.cChange-Id: I2a36ddc619bc5801fe6f9f9873a63d8e6d62534fSigned-off-by: &#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 5ac07d2969e7f1ea2582f97ccacbe9ad9c9d62fc)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Tue, 23 Jan 2018 16:14:58 +0000</pubDate>
        <dc:creator>&#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2b9d6da418624bbf3d19f9d8093c54e5da5423e9 - UPSTREAM: Convert CONFIG_DAVINCI_SPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#2b9d6da418624bbf3d19f9d8093c54e5da5423e9</link>
        <description>UPSTREAM: Convert CONFIG_DAVINCI_SPI to KconfigThis converts the following to Kconfig:   CONFIG_DAVINCI_SPISigned-off-by: Adam Ford &lt;aford173@gmail.com&gt;(cherry picked from commit 26410c1517bbb6d6f90de55b5fa65dac3c298bc7)Change-Id: I7b2166d5ea20dcd0a0e79d6faa1c51fca4d6eef9Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Sat, 30 Dec 2017 13:33:42 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6b239db430da06baff724d6ee3976ca010714bb9 - UPSTREAM: spi: nds_ae3xx: Rename nds_ae3xx_spi as atcspi200_spi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#6b239db430da06baff724d6ee3976ca010714bb9</link>
        <description>UPSTREAM: spi: nds_ae3xx: Rename nds_ae3xx_spi as atcspi200_spiatcspi200 is Andestech spi ip which is embedded inAE3XX and AE250 platforms. So rename as atcspi200will be more reasonable to be used in differentplatforms.Signed-off-by: Rick Chen &lt;rick@andestech.com&gt;(cherry picked from commit 41bbb8b333a6977cd28d31c58a5a209001ce5056)Change-Id: I78d0112ba78c09ba9cd2beace324b3af9b867d71Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Thu, 23 Nov 2017 06:19:36 +0000</pubDate>
        <dc:creator>Rick Chen &lt;rick@andestech.com&gt;</dc:creator>
    </item>
<item>
        <title>24456af2b515ee7baf806281df2b68e10ff05068 - UPSTREAM: nds32: spi: Support spi dm driver.</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#24456af2b515ee7baf806281df2b68e10ff05068</link>
        <description>UPSTREAM: nds32: spi: Support spi dm driver.Support spi driver and can detect MX25U1635E flash on AE3XX board.Verification:sf probe 0:0 50000000 0spi_flash_std_probe(sf_Probr.c)	spi_flash_probe_slave(sf_Probr.c)	SF: Detected mx25u1635e with page size 256 Bytes, erase size 4 KiB, total 2 MiB	NDS32 # sf test 0x100000 0x1000	SPI flash test:	0 erase: 34 ticks, 117 KiB/s 0.936 Mbps	1 check: 15 ticks, 266 KiB/s 2.128 Mbps	2 write: 21 ticks, 190 KiB/s 1.520 Mbps	3 read: 11 ticks, 363 KiB/s 2.904 Mbps	Test passed	0 erase: 34 ticks, 117 KiB/s 0.936 Mbps	1 check: 15 ticks, 266 KiB/s 2.128 Mbps	2 write: 21 ticks, 190 KiB/s 1.520 Mbps	3 read: 11 ticks, 363 KiB/s 2.904 MbpsChange-Id: I40c6ea1857c58cffca3a89d53bd3593ad87a0bbeSigned-off-by: rick &lt;rick@andestech.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 7155cd2e6e7824ab60fbfc755d546d45b1d15e7b)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Mon, 28 Aug 2017 07:08:01 +0000</pubDate>
        <dc:creator>rick &lt;rick@andestech.com&gt;</dc:creator>
    </item>
<item>
        <title>95d92f5885bb79fd6e8597f0952b567170e39111 - UPSTREAM: spi: Add non DM version of SPI_MEM</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#95d92f5885bb79fd6e8597f0952b567170e39111</link>
        <description>UPSTREAM: spi: Add non DM version of SPI_MEMAdd non DM version of SPI_MEM to support easy migration to new SPI NORframework. This can be removed once DM_SPI conversion is complete.Change-Id: I912b535ef05862f65e535ba828b680a07cd784d3Signed-off-by: Vignesh R &lt;vigneshr@ti.com&gt;Tested-by: Simon Goldschmidt &lt;simon.k.r.goldschmidt@gmail.com&gt;Tested-by: Stefan Roese &lt;sr@denx.de&gt;Tested-by: Horatiu Vultur &lt;horatiu.vultur@microchip.com&gt;Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;Tested-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt; #zynq-microzedSigned-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 6430eea639ed9ca967764a0ee113fa1c53619356)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Tue, 05 Feb 2019 05:59:15 +0000</pubDate>
        <dc:creator>Vignesh R &lt;vigneshr@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>967efcae9060af5a7cda3376c9f203b7e7bfc16e - UPSTREAM: spi: Extend the core to ease integration of SPI memory controllers</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/spi/Kconfig#967efcae9060af5a7cda3376c9f203b7e7bfc16e</link>
        <description>UPSTREAM: spi: Extend the core to ease integration of SPI memory controllersSome controllers are exposing high-level interfaces to access variouskind of SPI memories. Unfortunately they do not fit in the currentspi_controller model and usually have drivers placed indrivers/mtd/spi-nor which are only supporting SPI NORs and not SPImemories in general.This is an attempt at defining a SPI memory interface which works forall kinds of SPI memories (NORs, NANDs, SRAMs).Change-Id: I5b907d51232777b54366a589a75b3b1ce1f54dd2Signed-off-by: Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Acked-by: Jagan Teki &lt;jagan@openedev.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit e0bc8d8542f7bd34e5a6722d3ae41bcf9ca044af)

            List of files:
            /rk3399_rockchip-uboot/drivers/spi/Kconfig</description>
        <pubDate>Thu, 16 Aug 2018 15:30:11 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;</dc:creator>
    </item>
</channel>
</rss>
