<?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>31495d4f - platform/mips: Adjust Kconfig to keep consistency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/mips/Kconfig#31495d4f</link>
        <description>platform/mips: Adjust Kconfig to keep consistencyDrop the &quot;if MIPS&quot; and &quot;endif&quot; drivers/platform/Kconfig. Instead adda &quot;depends on MIPS&quot; to &quot;menuconfig MIPS_PLATFORM_DEVICES&quot; in drivers/platform/mips/Kconfig, like all the other subdirs are doing.Suggested-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Huacai Chen &lt;chenhuacai@loongson.cn&gt;Reviewed-by: Philippe Mathieu-Daud&#233; &lt;f4bug@amsat.org&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/drivers/platform/mips/Kconfig</description>
        <pubDate>Sun, 18 Sep 2022 10:12:06 +0000</pubDate>
        <dc:creator>Huacai Chen &lt;chenhuacai@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>41e45640 - MIPS: Loongson-3: fix compile mips cpu_hwmon as module build error.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/mips/Kconfig#41e45640</link>
        <description>MIPS: Loongson-3: fix compile mips cpu_hwmon as module build error.  set cpu_hwmon as a module build with loongson_sysconf, loongson_chiptemp  undefined error,fix cpu_hwmon compile options to be bool.Some kernel  compilation error information is as follows:  Checking missing-syscalls for N32  CALL    scripts/checksyscalls.sh  Checking missing-syscalls for O32  CALL    scripts/checksyscalls.sh  CALL    scripts/checksyscalls.sh  CHK     include/generated/compile.h  CC [M]  drivers/platform/mips/cpu_hwmon.o  Building modules, stage 2.  MODPOST 200 modulesERROR: &quot;loongson_sysconf&quot; [drivers/platform/mips/cpu_hwmon.ko] undefined!ERROR: &quot;loongson_chiptemp&quot; [drivers/platform/mips/cpu_hwmon.ko] undefined!make[1]: *** [scripts/Makefile.modpost:92&#65306;__modpost] &#38169;&#35823; 1make: *** [Makefile:1261&#65306;modules] &#38169;&#35823; 2Signed-off-by: Yupeng Li &lt;liyupeng@zbhlos.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Reviewed-by: Huacai Chen &lt;chenhuacai@kernel.org&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/drivers/platform/mips/Kconfig</description>
        <pubDate>Wed, 08 Jun 2022 01:12:29 +0000</pubDate>
        <dc:creator>Yupeng Li &lt;liyupeng@zbhlos.com&gt;</dc:creator>
    </item>
<item>
        <title>7eb7819a - MIPS: Loongson64: Add Loongson-2K1000 reset platform driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/mips/Kconfig#7eb7819a</link>
        <description>MIPS: Loongson64: Add Loongson-2K1000 reset platform driverAdd power management register operations to support reboot and poweroff.Signed-off-by: Qing Zhang &lt;zhangqing@loongson.cn&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/drivers/platform/mips/Kconfig</description>
        <pubDate>Fri, 26 Nov 2021 01:52:14 +0000</pubDate>
        <dc:creator>Qing Zhang &lt;zhangqing@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>0cfd2440 - MIPS: Loongson64: Make RS780E ACPI as a platform driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/mips/Kconfig#0cfd2440</link>
        <description>MIPS: Loongson64: Make RS780E ACPI as a platform driverMake RS780E ACPI as a platform driver so we can enable itby DeviceTree selectively.Signed-off-by: Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/drivers/platform/mips/Kconfig</description>
        <pubDate>Mon, 20 Apr 2020 13:45:26 +0000</pubDate>
        <dc:creator>Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;</dc:creator>
    </item>
<item>
        <title>a7effde9 - MIPS: Kconfig: Use correct form for &apos;depends on&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/mips/Kconfig#a7effde9</link>
        <description>MIPS: Kconfig: Use correct form for &apos;depends on&apos;Remove the CONFIG_ prefix from &quot;depends on&quot; as it makes the selectionnot possible.Signed-off-by: Joe Perches &lt;joe@perches.com&gt;Reviewed-by: Philippe Mathieu-Daud&#233; &lt;f4bug@amsat.org&gt;Signed-off-by: Paul Burton &lt;paulburton@kernel.org&gt;Cc: Ralf Baechle &lt;ralf@linux-mips.org&gt;Cc: James Hogan &lt;jhogan@kernel.org&gt;Cc: linux-mips@vger.kernel.orgCc: LKML &lt;linux-kernel@vger.kernel.org&gt;

            List of files:
            /linux-6.15/drivers/platform/mips/Kconfig</description>
        <pubDate>Thu, 28 Nov 2019 17:13:26 +0000</pubDate>
        <dc:creator>Joe Perches &lt;joe@perches.com&gt;</dc:creator>
    </item>
<item>
        <title>6fbde6b4 - MIPS: Loongson64: Move files to the top-level directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/mips/Kconfig#6fbde6b4</link>
        <description>MIPS: Loongson64: Move files to the top-level directoryCurrent Loongson-3 code can share among all Loongson64 processors.Signed-off-by: Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;Signed-off-by: Paul Burton &lt;paulburton@kernel.org&gt;Cc: linux-mips@vger.kernel.orgCc: chenhc@lemote.comCc: paul.burton@mips.com

            List of files:
            /linux-6.15/drivers/platform/mips/Kconfig</description>
        <pubDate>Sun, 20 Oct 2019 15:01:36 +0000</pubDate>
        <dc:creator>Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/mips/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/platform/mips/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>d0514728 - MIPS: Loongson-3: Move chipset ACPI code from drivers to arch</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/mips/Kconfig#d0514728</link>
        <description>MIPS: Loongson-3: Move chipset ACPI code from drivers to archSB700/SB710/SB800 chipset ACPI code is mostly Loongson-3 specificroutines rather than a &quot;platform driver&quot;.Signed-off-by: Huacai Chen &lt;chenhc@lemote.com&gt;Cc: John Crispin &lt;john@phrozen.org&gt;Cc: Steven J. Hill &lt;sjhill@realitydiluted.com&gt;Cc: Fuxin Zhang &lt;zhangfx@lemote.com&gt;Cc: Zhangjin Wu &lt;wuzhangjin@gmail.com&gt;Cc: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/11273/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/drivers/platform/mips/Kconfig</description>
        <pubDate>Wed, 07 Oct 2015 06:08:00 +0000</pubDate>
        <dc:creator>Huacai Chen &lt;chenhc@lemote.com&gt;</dc:creator>
    </item>
<item>
        <title>9c057b3e - MIPS: Loongson-3: Add chipset ACPI platform driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/mips/Kconfig#9c057b3e</link>
        <description>MIPS: Loongson-3: Add chipset ACPI platform driverThis add south-bridge (SB700/SB710/SB800 chipset) ACPI platform driverfor Loongson-3. This will be used by EC (Embedded Controller, used bylaptops) driver and STR (Suspend To RAM).[ralf@linux-mips.org: Fix build error if !CONFIG_CPU_LOONGSON3.  Builddoesn&apos;t like it if no obj-* variable is defined at all in a Makefile.Obviously this has not been tested on other platforms.]Signed-off-by: Huacai Chen &lt;chenhc@lemote.com&gt;Cc: Steven J. Hill &lt;Steven.Hill@imgtec.com&gt;Cc: linux-mips@linux-mips.orgCc: Fuxin Zhang &lt;zhangfx@lemote.com&gt;Cc: Zhangjin Wu &lt;wuzhangjin@gmail.com&gt;Patchwork: https://patchwork.linux-mips.org/patch/9619/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/drivers/platform/mips/Kconfig</description>
        <pubDate>Sun, 29 Mar 2015 02:54:10 +0000</pubDate>
        <dc:creator>Huacai Chen &lt;chenhc@lemote.com&gt;</dc:creator>
    </item>
<item>
        <title>64f09aa9 - MIPS: Loongson-3: Add CPU Hwmon platform driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/mips/Kconfig#64f09aa9</link>
        <description>MIPS: Loongson-3: Add CPU Hwmon platform driverThis add CPU Hwmon (temperature sensor) platform driver for Loongson-3.Signed-off-by: Huacai Chen &lt;chenhc@lemote.com&gt;Cc: Steven J. Hill &lt;Steven.Hill@imgtec.com&gt;Cc: linux-mips@linux-mips.orgCc: Fuxin Zhang &lt;zhangfx@lemote.com&gt;Cc: Zhangjin Wu &lt;wuzhangjin@gmail.com&gt;Patchwork: https://patchwork.linux-mips.org/patch/9617/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/drivers/platform/mips/Kconfig</description>
        <pubDate>Sun, 29 Mar 2015 02:54:09 +0000</pubDate>
        <dc:creator>Huacai Chen &lt;chenhc@lemote.com&gt;</dc:creator>
    </item>
</channel>
</rss>
