<?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>c284153a - watchdog: lenovo_se30_wdt: Watchdog driver for Lenovo SE30 platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#c284153a</link>
        <description>watchdog: lenovo_se30_wdt: Watchdog driver for Lenovo SE30 platformWatchdog driver implementation for Lenovo SE30 platform.Signed-off-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20250131204855.1827-1-mpearson-lenovo@squebb.caSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Fri, 31 Jan 2025 20:48:55 +0000</pubDate>
        <dc:creator>Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;</dc:creator>
    </item>
<item>
        <title>3a6a399c - watchdog: Delete the cpu5wdt driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#3a6a399c</link>
        <description>watchdog: Delete the cpu5wdt driverThis driver has a number of issues (accesses arbitrary I/O portswithout identifying the hardware, doesn&apos;t document what hardware itsupports, suspiciously inconsistent locking model, doesn&apos;t implementWDIOC_SETTIMEOUT, potential integer overflow...)The driver was added in 2003 and there&apos;s no evidence that it has anyrecent user, all changes seem to be tree-wide, subsystem-wide, or theresult of static code analysis. So I believe we should simply dropthis legacy piece of code.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Message-ID: &lt;20241011170710.484a257a@endymion.delvare&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20241022114731.31f69c94@endymion.delvareSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Tue, 22 Oct 2024 09:47:31 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>3cf67f37 - watchdog: Add support for Airoha EN7851 watchdog</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#3cf67f37</link>
        <description>watchdog: Add support for Airoha EN7851 watchdogAdd support for Airoha EN7851 watchdog. This is a very basic watchdogwith no pretimeout support, max timeout is 28 seconds and it ticks basedon half the SoC BUS clock.Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20241011104411.28659-2-ansuelsmth@gmail.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Fri, 11 Oct 2024 10:43:53 +0000</pubDate>
        <dc:creator>Christian Marangi &lt;ansuelsmth@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f264047 - watchdog: Congatec Board Controller watchdog timer driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#6f264047</link>
        <description>watchdog: Congatec Board Controller watchdog timer driverAdd watchdog timer support for the Congatec Board Controller.Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Thomas Richard &lt;thomas.richard@bootlin.com&gt;Link: https://lore.kernel.org/r/20241001-congatec-board-controller-v3-4-39ceceed5c47@bootlin.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Tue, 01 Oct 2024 11:53:30 +0000</pubDate>
        <dc:creator>Thomas Richard &lt;thomas.richard@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>f6febd0a - watchdog: Add Watchdog Timer driver for RZ/V2H(P)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#f6febd0a</link>
        <description>watchdog: Add Watchdog Timer driver for RZ/V2H(P)Add Watchdog Timer driver for RZ/V2H(P) SoC.Signed-off-by: Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20240829193831.80768-3-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Thu, 29 Aug 2024 19:38:31 +0000</pubDate>
        <dc:creator>Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>09dad697 - watchdog: ROHM BD96801 PMIC WDG driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#09dad697</link>
        <description>watchdog: ROHM BD96801 PMIC WDG driverIntroduce driver for WDG block on ROHM BD96801 scalable PMIC.This driver only supports watchdog with I2C feeding and delayedresponse detection. Whether the watchdog toggles PRSTB pin orjust causes an interrupt can be configured via device-tree.The BD96801 PMIC HW supports also window watchdog (too earlyfeeding detection) and Q&amp;A mode. These are not supported bythis driver.Signed-off-by: Matti Vaittinen &lt;mazziesaccount@gmail.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/bb3a49d606e793a61b0c033170ff2a9f30f3c2a5.1719473802.git.mazziesaccount@gmail.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Thu, 27 Jun 2024 07:43:55 +0000</pubDate>
        <dc:creator>Matti Vaittinen &lt;mazziesaccount@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1f6602c8 - watchdog: lenovo_se10_wdt: Watchdog driver for Lenovo SE10 platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#1f6602c8</link>
        <description>watchdog: lenovo_se10_wdt: Watchdog driver for Lenovo SE10 platformWatchdog driver implementation for Lenovo SE10 platform.Signed-off-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Signed-off-by: David Ober &lt;dober@lenovo.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20240315195227.91282-1-mpearson-lenovo@squebb.caSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Fri, 15 Mar 2024 19:52:12 +0000</pubDate>
        <dc:creator>Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;</dc:creator>
    </item>
<item>
        <title>843dac4d - watchdog: Add ChromeOS EC-based watchdog driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#843dac4d</link>
        <description>watchdog: Add ChromeOS EC-based watchdog driverEmbedded Controller (EC) present on Chromebook devicescan be used as a watchdog.Implement a driver to support it.Signed-off-by: Lukasz Majczak &lt;lma@chromium.org&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20240126095721.782782-3-lma@chromium.orgSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Fri, 26 Jan 2024 09:57:20 +0000</pubDate>
        <dc:creator>Lukasz Majczak &lt;lma@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>1bc6e013 - watchdog: ar7_wdt: remove driver to prepare for platform removal</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#1bc6e013</link>
        <description>watchdog: ar7_wdt: remove driver to prepare for platform removalAR7 is going to be removed from the Kernel, so remove its watchdogsupport. This allows us to remove the platform because this driverincludes a platform specific header.Signed-off-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Acked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Fri, 22 Sep 2023 06:15:25 +0000</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;</dc:creator>
    </item>
<item>
        <title>ef9e7fe2 - Watchdog: Add marvell GTI watchdog driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#ef9e7fe2</link>
        <description>Watchdog: Add marvell GTI watchdog driverThis patch add support for Marvell GTI watchdog.  Global timerunit (GTI) support hardware watchdog timer. Software programswatchdog timer to generate interrupt on first timeout, secondtimeout is configured to be ignored and system reboots onthird timeout.Signed-off-by: Bharat Bhushan &lt;bbhushan2@marvell.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20230803032523.6242-2-bbhushan2@marvell.com[groeck: MODULE_LICENSE GPL v2 -&gt; GPL since that is sufficient]Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Thu, 03 Aug 2023 03:25:23 +0000</pubDate>
        <dc:creator>Bharat Bhushan &lt;bbhushan2@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>12984cea - watchdog: xilinx_wwdt: Add Versal window watchdog support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#12984cea</link>
        <description>watchdog: xilinx_wwdt: Add Versal window watchdog supportVersal watchdog driver uses window watchdog mode. Window watchdogtimer(WWDT) contains closed(first) and open(second) window with32 bit width. Write to the watchdog timer within predefined windowperiods of time. This means a period that is not too soon and aperiod that is not too late. The WWDT has to be restarted withinthe open window time. If software tries to restart WWDT outside ofthe open window time period, it generates a reset.Signed-off-by: Srinivas Neeli &lt;srinivas.neeli@amd.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lkml.kernel.org/r/20230420104231.2243079-4-srinivas.neeli@amd.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Thu, 20 Apr 2023 10:42:30 +0000</pubDate>
        <dc:creator>Srinivas Neeli &lt;srinivas.neeli@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>db728ea9 - drivers: watchdog: Add StarFive Watchdog driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#db728ea9</link>
        <description>drivers: watchdog: Add StarFive Watchdog driverAdd watchdog driver for the StarFive JH7100 and JH7110 SoC.Signed-off-by: Xingyu Wu &lt;xingyu.wu@starfivetech.com&gt;Reviewed-by: Emil Renner Berthing &lt;emil.renner.berthing@canonical.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20230314132437.121534-3-xingyu.wu@starfivetech.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Tue, 14 Mar 2023 13:24:36 +0000</pubDate>
        <dc:creator>Xingyu Wu &lt;xingyu.wu@starfivetech.com&gt;</dc:creator>
    </item>
<item>
        <title>08435c2a - watchdog: Add Advantech EC watchdog driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#08435c2a</link>
        <description>watchdog: Add Advantech EC watchdog driverThis patch adds the &apos;advantech_ec_wdt&apos; kernel module which providesWDT support for Advantech platforms with ITE based Embedded Controller.Signed-off-by: Thomas Kastner &lt;thomas.kastner@advantech.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Tested-by: Thomas Kastner &lt;thomas.kastner@advantech.com&gt;Link: https://lore.kernel.org/r/Y0+pl/26e3pcEUPk@EIS-S230Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Wed, 19 Oct 2022 07:39:03 +0000</pubDate>
        <dc:creator>Thomas Kastner &lt;thomas.kastner@advantech.com&gt;</dc:creator>
    </item>
<item>
        <title>81126222 - watchdog: Exar/MaxLinear XR28V38x driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#81126222</link>
        <description>watchdog: Exar/MaxLinear XR28V38x driverSimple driver for the watchdog present in some Exar/MaxLinear UART chips.Please see https://www.maxlinear.com/product/interface/uarts/lpc-uarts/xr28v384for more info.Signed-off-by: David M&#252;ller &lt;d.mueller@elsoft.ch&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20220914094605.93377-1-d.mueller@elsoft.chSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Wed, 14 Sep 2022 09:46:05 +0000</pubDate>
        <dc:creator>David M&#252;ller &lt;d.mueller@elsoft.ch&gt;</dc:creator>
    </item>
<item>
        <title>69472ffa - watchdog/pseries-wdt: initial support for H_WATCHDOG-based watchdog timers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#69472ffa</link>
        <description>watchdog/pseries-wdt: initial support for H_WATCHDOG-based watchdog timersPAPR v2.12 defines a new hypercall, H_WATCHDOG.  The hypercall permitsguest control of one or more virtual watchdog timers.  The timers havemillisecond granularity.  The guest is terminated when a timerexpires.This patch adds a watchdog driver for these timers, &quot;pseries-wdt&quot;.pseries_wdt_probe() currently assumes the existence of only oneplatform device and always assigns it watchdogNumber 1.  If we everexpose more than one timer to userspace we will need to devise a wayto assign a distinct watchdogNumber to each platform device at deviceregistration time.Signed-off-by: Scott Cheloha &lt;cheloha@linux.ibm.com&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20220713202335.1217647-5-cheloha@linux.ibm.com

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Wed, 13 Jul 2022 20:23:35 +0000</pubDate>
        <dc:creator>Scott Cheloha &lt;cheloha@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>d65112f5 - watchdog: Add Renesas RZ/N1 Watchdog driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#d65112f5</link>
        <description>watchdog: Add Renesas RZ/N1 Watchdog driverThis is a driver for the standard WDT on the RZ/N1 devices. This WDT hasvery limited timeout capabilities. However, it can reset the device.To do so, the corresponding bits in the SysCtrl RSTEN register need tobe enabled. This is not done by this driver.Signed-off-by: Phil Edworthy &lt;phil.edworthy@renesas.com&gt;Signed-off-by: Jean-Jacques Hiblot &lt;jjhiblot@traphandler.com&gt;Reviewed-by: Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20220427135531.708279-3-jjhiblot@traphandler.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Wed, 27 Apr 2022 13:55:31 +0000</pubDate>
        <dc:creator>Phil Edworthy &lt;phil.edworthy@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>6b47441b - watchdog: hpe-wdt: Introduce HPE GXP Watchdog</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#6b47441b</link>
        <description>watchdog: hpe-wdt: Introduce HPE GXP WatchdogAdd support for the HPE GXP Watchdog. The GXP asic contains a fullcomplement of timers one of which is the watchdog timer. The watchdogtimer is 16 bit and has 10ms resolution. The watchdog is created as achild device of timer since the same register range is used.Signed-off-by: Nick Hawkins &lt;nick.hawkins@hpe.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Mon, 16 May 2022 16:33:41 +0000</pubDate>
        <dc:creator>Nick Hawkins &lt;nick.hawkins@hpe.com&gt;</dc:creator>
    </item>
<item>
        <title>daf42866 - watchdog: Add watchdog driver for Sunplus SP7021</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#daf42866</link>
        <description>watchdog: Add watchdog driver for Sunplus SP7021Sunplus SP7021 requires watchdog timer support.Add watchdog driver to enable this.Signed-off-by: Xiantao Hu &lt;xt.hu@cqplus1.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20220324031805.61316-3-xt.hu@cqplus1.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Thu, 24 Mar 2022 03:18:05 +0000</pubDate>
        <dc:creator>Xiantao Hu &lt;xt.hu@cqplus1.com&gt;</dc:creator>
    </item>
<item>
        <title>4ed224ae - watchdog: Add Apple SoC watchdog driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#4ed224ae</link>
        <description>watchdog: Add Apple SoC watchdog driverAdd support for the watchdog timer found in Apple SoCs. This driver isalso required to reboot these machines.Signed-off-by: Sven Peter &lt;sven@svenpeter.dev&gt;Tested-by: Janne Grunau &lt;j@jannau.net&gt;Reviewed-by: Hector Martin &lt;marcan@marcan.st&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20211211123633.4392-2-sven@svenpeter.devSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Sat, 11 Dec 2021 12:36:33 +0000</pubDate>
        <dc:creator>Sven Peter &lt;sven@svenpeter.dev&gt;</dc:creator>
    </item>
<item>
        <title>2cbc5cd0 - watchdog: Add Watchdog Timer driver for RZ/G2L</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/watchdog/Makefile#2cbc5cd0</link>
        <description>watchdog: Add Watchdog Timer driver for RZ/G2LAdd Watchdog Timer driver for RZ/G2L SoC.WDT IP block supports normal watchdog timer function and resetrequest function due to CPU parity error.This driver currently supports normal watchdog timer functionand later will add support for reset request function due toCPU parity error.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20211130195357.18626-3-biju.das.jz@bp.renesas.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Wim Van Sebroeck &lt;wim@linux-watchdog.org&gt;

            List of files:
            /linux-6.15/drivers/watchdog/Makefile</description>
        <pubDate>Tue, 30 Nov 2021 19:53:57 +0000</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
</channel>
</rss>
