<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>7467147e - crypto: starfive - Use dma for aes requests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/starfive/Kconfig#7467147e</link>
        <description>crypto: starfive - Use dma for aes requestsConvert AES module to use dma for data transfers to reduce cpu load andcompatible with future variants.Signed-off-by: Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/starfive/Kconfig</description>
        <pubDate>Tue, 05 Mar 2024 07:10:03 +0000</pubDate>
        <dc:creator>Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;</dc:creator>
    </item>
<item>
        <title>29ce1bce - crypto: starfive - Update driver dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/starfive/Kconfig#29ce1bce</link>
        <description>crypto: starfive - Update driver dependenciesChange AMBA_PL08X to required dependency as the hash ops depends on itfor data transfer.Signed-off-by: Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/starfive/Kconfig</description>
        <pubDate>Tue, 14 Nov 2023 17:12:13 +0000</pubDate>
        <dc:creator>Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;</dc:creator>
    </item>
<item>
        <title>e22471c2 - crypto: starfive - Add AES skcipher and aead support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/starfive/Kconfig#e22471c2</link>
        <description>crypto: starfive - Add AES skcipher and aead supportAdding AES skcipher and aead support to Starfive crypto module.Skcipher modes of operation include ecb, cbc, ctr, ofb, cfb. Aead modesinclude ccm and gcm.v1-&gt;v2:- Add include interrupt.h to fix compile error. (Herbert)Co-developed-by: Huan Feng &lt;huan.feng@starfivetech.com&gt;Signed-off-by: Huan Feng &lt;huan.feng@starfivetech.com&gt;Signed-off-by: Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/starfive/Kconfig</description>
        <pubDate>Mon, 17 Jul 2023 04:03:02 +0000</pubDate>
        <dc:creator>Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;</dc:creator>
    </item>
<item>
        <title>445a4aaf - crypto: starfive - Add RSA algo support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/starfive/Kconfig#445a4aaf</link>
        <description>crypto: starfive - Add RSA algo supportAdding RSA enc/dec and sign/verify feature for StarFive cryptographicmodule. The module only supports mod sizes up to 2048, thereforecalculations more than that will use fallback algo.Co-developed-by: Huan Feng &lt;huan.feng@starfivetech.com&gt;Signed-off-by: Huan Feng &lt;huan.feng@starfivetech.com&gt;Signed-off-by: Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/starfive/Kconfig</description>
        <pubDate>Mon, 12 Jun 2023 08:52:30 +0000</pubDate>
        <dc:creator>Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;</dc:creator>
    </item>
<item>
        <title>48e7fbf6 - crypto: starfive - Depend on AMBA_PL08X instead of selecting it</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/starfive/Kconfig#48e7fbf6</link>
        <description>crypto: starfive - Depend on AMBA_PL08X instead of selecting itA platform option like AMBA should never be selected by a driver.Use a dependency instead.Also remove the depenency on DMADEVICES because the driver buildsjust fine without it.  Instead add a dependency on HAS_DMA for dmamapping support.Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Reported-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Reviewed-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/starfive/Kconfig</description>
        <pubDate>Tue, 23 May 2023 02:33:38 +0000</pubDate>
        <dc:creator>Herbert Xu &lt;herbert@gondor.apana.org.au&gt;</dc:creator>
    </item>
<item>
        <title>4d4c2b25 - crypto: starfive - Fix driver dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/starfive/Kconfig#4d4c2b25</link>
        <description>crypto: starfive - Fix driver dependenciesKconfig updated to depend on DMADEVICES instead of selecting it.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Link: https://lore.kernel.org/oe-kbuild-all/202305191929.Eq4OVZ6D-lkp@intel.com/Signed-off-by: Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/starfive/Kconfig</description>
        <pubDate>Fri, 19 May 2023 13:42:33 +0000</pubDate>
        <dc:creator>Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;</dc:creator>
    </item>
<item>
        <title>7883d1b2 - crypto: starfive - Add hash and HMAC support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/starfive/Kconfig#7883d1b2</link>
        <description>crypto: starfive - Add hash and HMAC supportAdding hash/HMAC support for SHA-2 and SM3 to StarFive cryptographicmodule.Co-developed-by: Huan Feng &lt;huan.feng@starfivetech.com&gt;Signed-off-by: Huan Feng &lt;huan.feng@starfivetech.com&gt;Signed-off-by: Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/starfive/Kconfig</description>
        <pubDate>Mon, 15 May 2023 12:53:55 +0000</pubDate>
        <dc:creator>Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;</dc:creator>
    </item>
<item>
        <title>42ef0e94 - crypto: starfive - Add crypto engine support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/starfive/Kconfig#42ef0e94</link>
        <description>crypto: starfive - Add crypto engine supportAdding device probe and DMA init for StarFive cryptographic module.Co-developed-by: Huan Feng &lt;huan.feng@starfivetech.com&gt;Signed-off-by: Huan Feng &lt;huan.feng@starfivetech.com&gt;Signed-off-by: Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/starfive/Kconfig</description>
        <pubDate>Mon, 15 May 2023 12:53:53 +0000</pubDate>
        <dc:creator>Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;</dc:creator>
    </item>
</channel>
</rss>
