<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>be6498ca1cca9084330bdefb68ad8379d1ac5ea7 - hwrng: xilinx - Move xilinx-rng into drivers/char/hw_random/</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#be6498ca1cca9084330bdefb68ad8379d1ac5ea7</link>
        <description>hwrng: xilinx - Move xilinx-rng into drivers/char/hw_random/Since this file just implements a hwrng driver, move it intodrivers/char/hw_random/.  Rename the kconfig option accordingly as well.Signed-off-by: Eric Biggers &lt;ebiggers@kernel.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Sun, 31 May 2026 21:17:38 +0200</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ffbb2ebd0c3a7ead6c9128bbbb62fc6d851779bb - hwrng: hisi-trng - Move hisi-trng into drivers/char/hw_random/</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#ffbb2ebd0c3a7ead6c9128bbbb62fc6d851779bb</link>
        <description>hwrng: hisi-trng - Move hisi-trng into drivers/char/hw_random/Since this file just implements a hwrng driver, move it intodrivers/char/hw_random/.  Rename the kconfig option accordingly as well.Note that this moves the file back to its original location.Signed-off-by: Eric Biggers &lt;ebiggers@kernel.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Sat, 30 May 2026 22:26:24 +0200</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>35b2237f27c33c9d84733e03d84d79b6a6062715 - hwrng: bcm74110 - Add Broadcom BCM74110 RNG driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#35b2237f27c33c9d84733e03d84d79b6a6062715</link>
        <description>hwrng: bcm74110 - Add Broadcom BCM74110 RNG driverAdd a driver for the random number generator present on the BroadcomBCM74110 SoC.Signed-off-by: Markus Mayer &lt;mmayer@broadcom.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Fri, 01 Nov 2024 22:13:15 +0100</pubDate>
        <dc:creator>Markus Mayer &lt;mmayer@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>e53ca8efcc5ec1a19b699f40f506ce076e27c769 - hwrng: airoha - add support for Airoha EN7581 TRNG</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#e53ca8efcc5ec1a19b699f40f506ce076e27c769</link>
        <description>hwrng: airoha - add support for Airoha EN7581 TRNGAdd support for Airoha TRNG. The Airoha SoC provide a True RNG modulethat can output 4 bytes of raw data at times.The module makes use of various noise source to provide True RandomNumber Generation.On probe the module is reset to operate Health Test and verify correctexecution of it.The module can also provide DRBG function but the execution mode ismutually exclusive, running as TRNG doesn&apos;t permit to also run it asDRBG.Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;Reviewed-by: Martin Kaiser &lt;martin@kaiser.cx&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Thu, 17 Oct 2024 14:44:38 +0200</pubDate>
        <dc:creator>Christian Marangi &lt;ansuelsmth@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dcf4fef6631c302f9bdd188979fe3172e47a29c7 - hwrng: rockchip - add hwrng driver for Rockchip RK3568 SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#dcf4fef6631c302f9bdd188979fe3172e47a29c7</link>
        <description>hwrng: rockchip - add hwrng driver for Rockchip RK3568 SoCRockchip SoCs used to have a random number generator as part of theircrypto device, and support for it has to be added to the correspondingdriver. However newer Rockchip SoCs like the RK3568 have an independentTrue Random Number Generator device. This patch adds a driver for it,greatly inspired from the downstream driver.The TRNG device does not seem to have a signal conditionner and the FIPS140-2 test returns a lot of failures. They can be reduced by increasingRK_RNG_SAMPLE_CNT, in a tradeoff between quality and speed. This valuehas been adjusted to get ~90% of successes and the quality value hasbeen set accordingly.Signed-off-by: Aurelien Jarno &lt;aurelien@aurel32.net&gt;[daniel@makrotpia.org: code style fixes]Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;Acked-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Tue, 30 Jul 2024 18:11:04 +0200</pubDate>
        <dc:creator>Aurelien Jarno &lt;aurelien@aurel32.net&gt;</dc:creator>
    </item>
<item>
        <title>903e6ada01f305eb6c82a27f48bf1ea18eb38a99 - hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.c</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#903e6ada01f305eb6c82a27f48bf1ea18eb38a99</link>
        <description>hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cMove to drivers/char/hw_random since histb-(t)rng does not providecryptography pseudo rng.histb-rng is pretty like hisi-rng, but after investigation, we confirmthere is no RNG_PHY_SEED register on histb-rng so a separate driver isneeded.Still we rename relevant function names to match those in hisi-rng.Link: https://lore.kernel.org/r/20230401164448.1393336-1-mmyangfl@gmail.comSigned-off-by: David Yang &lt;mmyangfl@gmail.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Fri, 21 Apr 2023 18:56:49 +0200</pubDate>
        <dc:creator>David Yang &lt;mmyangfl@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c388f458bc34eb3a5728b67f6614f9375cd99087 - hwrng: starfive - Add TRNG driver for StarFive SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#c388f458bc34eb3a5728b67f6614f9375cd99087</link>
        <description>hwrng: starfive - Add TRNG driver for StarFive SoCThis adds driver support for the hardware random number generator inStarfive SoCs and adds StarFive TRNG entry to MAINTAINERS.Co-developed-by: Jenny Zhang &lt;jenny.zhang@starfivetech.com&gt;Signed-off-by: Jenny Zhang &lt;jenny.zhang@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/drivers/char/hw_random/Makefile</description>
        <pubDate>Tue, 17 Jan 2023 02:54:44 +0100</pubDate>
        <dc:creator>Jia Jie Ho &lt;jiajie.ho@starfivetech.com&gt;</dc:creator>
    </item>
<item>
        <title>716a757c83ad6208a743dd8fb1577055d0867ee8 - hwrng: mpfs - add polarfire soc hwrng support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#716a757c83ad6208a743dd8fb1577055d0867ee8</link>
        <description>hwrng: mpfs - add polarfire soc hwrng supportAdd a driver to access the hardware random number generator on thePolarfire SoC. The hwrng can only be accessed via the system controller,so use the mailbox interface the system controller exposes to access thehwrng.Signed-off-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/drivers/char/hw_random/Makefile</description>
        <pubDate>Fri, 08 Apr 2022 12:09:12 +0200</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>3fb561b1e0bf4c75bc5f4d799845b08fa5ab3853 - Merge tag &apos;mips_5.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#3fb561b1e0bf4c75bc5f4d799845b08fa5ab3853</link>
        <description>Merge tag &apos;mips_5.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxPull MIPS updates from Thomas Bogendoerfer: - add support for more BCM47XX based devices - add MIPS support for brcmstb PCIe controller - add Loongson 2K1000 reset driver - remove board support for rbtx4938/rbtx4939 - remove support for TX4939 SoCs - fixes and cleanups* tag &apos;mips_5.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: (59 commits)  MIPS: ath79: drop _machine_restart again  PCI: brcmstb: Augment driver for MIPs SOCs  MIPS: bmips: Remove obsolete DMA mapping support  MIPS: bmips: Add support PCIe controller device nodes  dt-bindings: PCI: Add compatible string for Brcmstb 74[23]5 MIPs SOCs  MIPS: compressed: Fix build with ZSTD compression  MIPS: BCM47XX: Add support for Netgear WN2500RP v1 &amp; v2  MIPS: BCM47XX: Add support for Netgear R6300 v1  MIPS: BCM47XX: Add LEDs and buttons for Asus RTN-10U  MIPS: BCM47XX: Add board entry for Linksys WRT320N v1  MIPS: BCM47XX: Define Linksys WRT310N V2 buttons  MIPS: Remove duplicated include in local.h  MIPS: retire &quot;asm/llsc.h&quot;  MIPS: rework local_t operation on MIPS64  MIPS: fix local_{add,sub}_return on MIPS64  mips/pci: remove redundant ret variable  MIPS: Loongson64: Add missing of_node_put() in ls2k_reset_init()  MIPS: new Kconfig option ZBOOT_LOAD_ADDRESS  MIPS: enable both vmlinux.gz.itb and vmlinuz for generic  MIPS: signal: Return immediately if call fails  ...

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Fri, 14 Jan 2022 15:08:36 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>fc5bb239d5b3500d034559e0c5ecb67bbae69de7 - MIPS: TXX9: Remove TX4939 SoC support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#fc5bb239d5b3500d034559e0c5ecb67bbae69de7</link>
        <description>MIPS: TXX9: Remove TX4939 SoC supportAfter removal of RBTX4939 board support remove code for the TX4939 SoC.Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Tested-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Tue, 30 Nov 2021 17:45:56 +0100</pubDate>
        <dc:creator>Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;</dc:creator>
    </item>
<item>
        <title>38e9791a02090414d1e3433549001689cad71098 - hwrng: cn10k - Add random number generator support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#38e9791a02090414d1e3433549001689cad71098</link>
        <description>hwrng: cn10k - Add random number generator supportCN10K series of silicons support true random numbergenerators. This patch adds support for the same. Alsosupports entropy health status checking.Signed-off-by: Sunil Goutham &lt;sgoutham@marvell.com&gt;Signed-off-by: Bharat Bhushan &lt;bbhushan2@marvell.com&gt;Signed-off-by: Joseph Longever &lt;jlongever@marvell.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Tue, 14 Dec 2021 11:51:08 +0100</pubDate>
        <dc:creator>Sunil Goutham &lt;sgoutham@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>0888d04b47a165ae8c429c6fe11b3c43f5017f31 - hwrng: Add Arm SMCCC TRNG based driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#0888d04b47a165ae8c429c6fe11b3c43f5017f31</link>
        <description>hwrng: Add Arm SMCCC TRNG based driverThe &quot;Arm True Random Number Generator Firmware Interface&quot;[1] providesan SMCCC based interface to a true hardware random number generator.So far we are using that in arch_get_random_seed(), but it might beuseful to expose the entropy through the /dev/hwrng device as well. Thisallows to assess the quality of the implementation, by using &quot;rngtest&quot;from the rng-tools package, for example.Add a simple platform driver implementing the hw_random interface.The corresponding platform device is created by the SMCCC core code,we just match it here by name and provide a module alias.Since the firmware takes care about serialisation, this can happilycoexist with the arch_get_random_seed() bits.[1] https://developer.arm.com/documentation/den0098/latest/Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Reviewed-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Sat, 31 Jul 2021 22:48:45 +0200</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>4e0b858b1a8f165016d124c7c1e2baed88f6250f - hwrng: hisi - remove HiSilicon TRNG driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#4e0b858b1a8f165016d124c7c1e2baed88f6250f</link>
        <description>hwrng: hisi - remove HiSilicon TRNG driverDriver of HiSilicon true random number generator(TRNG)is removed from &apos;drivers/char/hw_random&apos;.Both &apos;Kunpeng 920&apos; and &apos;Kunpeng 930&apos; chips have TRNG,however, PRNG is only supported by &apos;Kunpeng 930&apos;.So, this driver is moved to &apos;drivers/crypto/hisilicon/trng/&apos;in the next to enable the two&apos;s TRNG better.Signed-off-by: Weili Qian &lt;qianweili@huawei.com&gt;Reviewed-by: Zaibo Xu &lt;xuzaibo@huawei.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Fri, 20 Nov 2020 10:02:31 +0100</pubDate>
        <dc:creator>Weili Qian &lt;qianweili@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>406346d2227854bd9a5abdf07ef3d45d0de85a3e - hwrng: ingenic - Add hardware TRNG for Ingenic X1830</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#406346d2227854bd9a5abdf07ef3d45d0de85a3e</link>
        <description>hwrng: ingenic - Add hardware TRNG for Ingenic X1830Add X1830 SoC digital true random number generator driver.Tested-by: &#21608;&#27491; (Zhou Zheng) &lt;sernia.zhou@foxmail.com&gt;Co-developed-by: &#28422;&#40527;&#25391; (Qi Pengzhen) &lt;aric.pzqi@ingenic.com&gt;Signed-off-by: &#28422;&#40527;&#25391; (Qi Pengzhen) &lt;aric.pzqi@ingenic.com&gt;Signed-off-by: &#21608;&#29744;&#26480; (Zhou Yanjie) &lt;zhouyanjie@wanyeetech.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Sun, 13 Sep 2020 18:10:21 +0200</pubDate>
        <dc:creator>&#21608;&#29744;&#26480; (Zhou Yanjie) &lt;zhouyanjie@wanyeetech.com&gt;</dc:creator>
    </item>
<item>
        <title>cb435fa642ebbb348d336aa46669c0881dd435bc - hwrng: xiphera-trng: add support for XIP8001B hwrng</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#cb435fa642ebbb348d336aa46669c0881dd435bc</link>
        <description>hwrng: xiphera-trng: add support for XIP8001B hwrngXiphera XIP8001B is an FPGA-based True Random Number GeneratorIntellectual Property (IP) Core which can be instantiated inmultiple FPGA families. This driver adds Linux support for it throughthe hwrng interface.Signed-off-by: Atte Tommiska &lt;atte.tommiska@xiphera.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Wed, 02 Sep 2020 12:28:17 +0200</pubDate>
        <dc:creator>Atte Tommiska &lt;atte.tommiska@xiphera.com&gt;</dc:creator>
    </item>
<item>
        <title>190873a0ea4500433ae818521cad20d37f9ee059 - crypto: ingenic - Add hardware RNG for Ingenic JZ4780 and X1000</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#190873a0ea4500433ae818521cad20d37f9ee059</link>
        <description>crypto: ingenic - Add hardware RNG for Ingenic JZ4780 and X1000Add JZ4780 SoC and X1000 SoC random number generator driver,based on PrasannaKumar Muralidharan&apos;s JZ4780 RNG driver.Tested-by: &#21608;&#27491; (Zhou Zheng) &lt;sernia.zhou@foxmail.com&gt;Tested-by: Mathieu Malaterre &lt;malat@debian.org&gt;Suggested-by: Jeffrey Walton &lt;noloader@gmail.com&gt;Signed-off-by: PrasannaKumar Muralidharan &lt;prasannatsmkumar@gmail.com&gt;Signed-off-by: &#21608;&#29744;&#26480; (Zhou Yanjie) &lt;zhouyanjie@wanyeetech.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Thu, 23 Jul 2020 08:24:46 +0200</pubDate>
        <dc:creator>&#21608;&#29744;&#26480; (Zhou Yanjie) &lt;zhouyanjie@wanyeetech.com&gt;</dc:creator>
    </item>
<item>
        <title>0289e9be5dc26d84dda6fc5492f08ca1ff599744 - hwrng: ba431 - add support for BA431 hwrng</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#0289e9be5dc26d84dda6fc5492f08ca1ff599744</link>
        <description>hwrng: ba431 - add support for BA431 hwrngSilex insight BA431 is an IP designed to generate random numbers thatcan be integrated in various FPGA.This driver adds support for it through the hwrng interface.This driver is used in Silex Insight Viper OEM boards.Signed-off-by: Olivier Sobrie &lt;olivier.sobrie@silexinsight.com&gt;Signed-off-by: Waleed Ziad &lt;waleed94ziad@gmail.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Mon, 01 Jun 2020 16:27:40 +0200</pubDate>
        <dc:creator>Olivier Sobrie &lt;olivier.sobrie@silexinsight.com&gt;</dc:creator>
    </item>
<item>
        <title>a583ed310bb6b514e717c11a30b5a7bc3a65d1b1 - hwrng: cctrng - introduce Arm CryptoCell driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#a583ed310bb6b514e717c11a30b5a7bc3a65d1b1</link>
        <description>hwrng: cctrng - introduce Arm CryptoCell driverIntroduce low level Arm CryptoCell TRNG HW support.Signed-off-by: Hadar Gat &lt;hadar.gat@arm.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Fri, 27 Mar 2020 07:10:22 +0100</pubDate>
        <dc:creator>Hadar Gat &lt;hadar.gat@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>3e90efd129593cf693d721e13f031f760d5a6343 - hwrng: hisi - add HiSilicon TRNG driver support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#3e90efd129593cf693d721e13f031f760d5a6343</link>
        <description>hwrng: hisi - add HiSilicon TRNG driver supportThis series adds HiSilicon true random number generator(TRNG)driver in hw_random subsystem.Signed-off-by: Zaibo Xu &lt;xuzaibo@huawei.com&gt;Signed-off-by: Weili Qian &lt;qianweili@huawei.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Thu, 31 Oct 2019 09:34:29 +0100</pubDate>
        <dc:creator>Zaibo Xu &lt;xuzaibo@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>c98429297d8b25a0d9c48d8e1f5237f19412f07b - hwrng: npcm - add NPCM RNG driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/char/hw_random/Makefile#c98429297d8b25a0d9c48d8e1f5237f19412f07b</link>
        <description>hwrng: npcm - add NPCM RNG driverAdd Nuvoton NPCM BMC Random Number Generator(RNG) driver.Signed-off-by: Tomer Maimon &lt;tmaimon77@gmail.com&gt;Reviewed-by: Daniel Thompson &lt;daniel.thompson@linaro.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/char/hw_random/Makefile</description>
        <pubDate>Thu, 12 Sep 2019 11:01:49 +0200</pubDate>
        <dc:creator>Tomer Maimon &lt;tmaimon77@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
