<?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>992f1a3d - platform: cznic: Add preliminary support for Turris Omnia MCU</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Kconfig#992f1a3d</link>
        <description>platform: cznic: Add preliminary support for Turris Omnia MCUAdd the basic skeleton for a new platform driver for the microcontrollerfound on the Turris Omnia board.Signed-off-by: Marek Beh&#250;n &lt;kabel@kernel.org&gt;Reviewed-by: Andy Shevchenko &lt;andy@kernel.org&gt;Acked-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;Link: https://lore.kernel.org/r/20240701113010.16447-3-kabel@kernel.orgSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/platform/Kconfig</description>
        <pubDate>Mon, 01 Jul 2024 11:30:04 +0000</pubDate>
        <dc:creator>Marek Beh&#250;n &lt;kabel@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>363c8aea - platform: Add ARM64 platform directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Kconfig#363c8aea</link>
        <description>platform: Add ARM64 platform directorySome ARM64 based laptops and computers require vendor/board specificdrivers for their embedded controllers. Even though usually the mostimportant functionality of those devices is implemented inside ACPI,unfortunately Linux doesn&apos;t currently have great support for ACPI onplatforms like Qualcomm Snapdragon that are used in most ARM64 laptopstoday. Instead Linux relies on Device Tree for Qualcomm based devicesand it&apos;s significantly easier to reimplement the EC functionality ina dedicated driver than to make use of ACPI code.This commit introduces a new platform/arm64 subdirectory to give aplace to such drivers for EC-like devices.A new MAINTAINERS entry is added for this directory. Patches to files inthis directory will be taken up by the platform-drivers-x86 team (i.e.Hans de Goede and Ilpo J&#228;rvinen) with additional review from BryanO&apos;Donoghue to represent ARM64 maintainers.Signed-off-by: Nikita Travkin &lt;nikita@trvn.ru&gt;Acked-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Link: https://lore.kernel.org/r/20240315-aspire1-ec-v5-2-f93381deff39@trvn.ruReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/platform/Kconfig</description>
        <pubDate>Fri, 15 Mar 2024 13:51:16 +0000</pubDate>
        <dc:creator>Nikita Travkin &lt;nikita@trvn.ru&gt;</dc:creator>
    </item>
<item>
        <title>31495d4f - platform/mips: Adjust Kconfig to keep consistency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/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/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>6246ed09 - LoongArch: Add ACPI-based generic laptop driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Kconfig#6246ed09</link>
        <description>LoongArch: Add ACPI-based generic laptop driverThis add ACPI-based generic laptop driver for Loongson-3. Some of thecodes are derived from drivers/platform/x86/thinkpad_acpi.c.Signed-off-by: Jianmin Lv &lt;lvjianmin@loongson.cn&gt;Signed-off-by: Huacai Chen &lt;chenhuacai@loongson.cn&gt;

            List of files:
            /linux-6.15/drivers/platform/Kconfig</description>
        <pubDate>Wed, 12 Oct 2022 08:36:20 +0000</pubDate>
        <dc:creator>Jianmin Lv &lt;lvjianmin@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>44fc1060 - platform/x86: Kconfig: Remove unnecessary &quot;if X86&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Kconfig#44fc1060</link>
        <description>platform/x86: Kconfig: Remove unnecessary &quot;if X86&quot;drivers/platform/x86/Kconfig is wrapped in one bigif X86_PLATFORM_DEVICES .. endif and X86_PLATFORM_DEVICES alreadyhas a &quot;depends on X86&quot; so the &quot;if X86&quot; in drivers/platform/Kconfigis not necessary and except for MIPS none of the other includesthere has such an if. So let&apos;s remove it.While at it also move the x86/Kconfig include to the end of the filefor alphabetical sorting.Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Link: https://lore.kernel.org/r/20220620145628.5882-2-hdegoede@redhat.com

            List of files:
            /linux-6.15/drivers/platform/Kconfig</description>
        <pubDate>Mon, 20 Jun 2022 14:56:27 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>1e3a2bc8 - platform: Add Surface platform directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Kconfig#1e3a2bc8</link>
        <description>platform: Add Surface platform directoryIt may make sense to split the Microsoft Surface hardware platformdrivers out to a separate subdirectory, since some of it may be sharedbetween ARM and x86 in the future (regarding devices like the SurfacePro X).Further, newer Surface devices will require additional platform driversfor fundamental support (mostly regarding their embedded controller),which may also warrant this split from a size perspective.This commit introduces a new platform/surface subdirectory for theSurface device family, with subsequent commits moving existing Surfacedrivers over from platform/x86.A new MAINTAINERS entry is added for this directory. Patches to files inthis directory will be taken up by the platform-drivers-x86 team (i.e.Hans de Goede and Mark Gross) after they have been reviewed byMaximilian Luz.Signed-off-by: Maximilian Luz &lt;luzmaximilian@gmail.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Link: https://lore.kernel.org/r/20201009141128.683254-2-luzmaximilian@gmail.comSigned-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/platform/Kconfig</description>
        <pubDate>Fri, 09 Oct 2020 14:11:24 +0000</pubDate>
        <dc:creator>Maximilian Luz &lt;luzmaximilian@gmail.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/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/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>0c3d931b - Platform: OLPC: Add XO-1.75 EC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Kconfig#0c3d931b</link>
        <description>Platform: OLPC: Add XO-1.75 EC driverIt&apos;s based off the driver from the OLPC kernel sources. Somewhatmodernized and cleaned up, for better or worse.Modified to plug into the olpc-ec driver infrastructure (so that batteryinterface and debugfs could be reused) and the SPI slave framework.Signed-off-by: Lubomir Rintel &lt;lkundrak@v3.sk&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/platform/Kconfig</description>
        <pubDate>Mon, 13 May 2019 07:56:37 +0000</pubDate>
        <dc:creator>Lubomir Rintel &lt;lkundrak@v3.sk&gt;</dc:creator>
    </item>
<item>
        <title>1f976f69 - platform/x86: Move Mellanox platform hotplug driver to platform/mellanox</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Kconfig#1f976f69</link>
        <description>platform/x86: Move Mellanox platform hotplug driver to platform/mellanoxIn preparation for making the hotplug driver build for differentarchitectures, move mlxcpld-hotplug.c to platform/mellanox and theheader to include/linux/platform_data as mlxreg.h to reflect the newinterface changes to come.Replace references to CPLD with REG throughout the files, consistentwith the new name.Signed-off-by: Vadim Pasternak &lt;vadimp@mellanox.com&gt;Acked-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;[dvhart: update copyright, rewrite commit message]Signed-off-by: Darren Hart (VMware) &lt;dvhart@infradead.org&gt;

            List of files:
            /linux-6.15/drivers/platform/Kconfig</description>
        <pubDate>Wed, 17 Jan 2018 18:21:53 +0000</pubDate>
        <dc:creator>Vadim Pasternak &lt;vadimp@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>bd2f348d - goldfish: refactor goldfish platform configs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Kconfig#bd2f348d</link>
        <description>goldfish: refactor goldfish platform configsOn new virtual devices, the goldfish virtual bus can be replaced withautoprobing infrastructure like Device Tree.  Refactor the goldfishkernel configs to better accommodate this.Move the goldfish platform into a menuconfig in the style of the chromeplatform, and separate the goldfish bus into its own config option.Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;Signed-off-by: Jin Qian &lt;jinqian@android.com&gt;[Corrected a tristate to bool]Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/platform/Kconfig</description>
        <pubDate>Wed, 06 Jan 2016 14:04:13 +0000</pubDate>
        <dc:creator>Greg Hackmann &lt;ghackmann@google.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/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/Kconfig</description>
        <pubDate>Sun, 29 Mar 2015 02:54:09 +0000</pubDate>
        <dc:creator>Huacai Chen &lt;chenhc@lemote.com&gt;</dc:creator>
    </item>
<item>
        <title>ab043105 - platform: add chrome platform directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Kconfig#ab043105</link>
        <description>platform: add chrome platform directoryIt makes sense to split out the Chromebook/Chromebox hardware platformdrivers to a separate subdirectory, since some of it will be sharedbetween ARM and x86.This moves over the existing chromeos_laptop driver without makingany other changes, and adds appropriate Kconfig entries for the newdirectory. It also adds a MAINTAINERS entry for the new subdir.Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;Signed-off-by: Matthew Garrett &lt;matthew.garrett@nebula.com&gt;

            List of files:
            /linux-6.15/drivers/platform/Kconfig</description>
        <pubDate>Thu, 07 Nov 2013 22:25:45 +0000</pubDate>
        <dc:creator>Olof Johansson &lt;olof@lixom.net&gt;</dc:creator>
    </item>
<item>
        <title>c89f2750 - goldfish: add QEMU pipe driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Kconfig#c89f2750</link>
        <description>goldfish: add QEMU pipe driverA QEMU pipe is a very fast communication channel between theguest system and the emulator. Usage from the guest is simplysomething like;  // connect to special device  fd = open(&quot;/dev/qemu_pipe&quot;, O_RDWR);  // tell which service we want to talk to (must be zero-terminated)  write(fd, &quot;pipeName&quot;, strlen(&quot;pipeName&quot;)+1);  // do read()/write() through fd now  ...  // close channel  close(fd);Signed-off-by: David &apos;Digit&apos; Turner &lt;digit@android.com&gt;[Added support for parameter buffers for speed]igned-off-by: Xin, Xiaohui &lt;xiaohui.xin@intel.com&gt;Signed-off-by: Jiang, Yunhong &lt;yunhong.jiang@intel.com&gt;Signed-off-by: Nakajima, Jun &lt;jun.nakajima@intel.com&gt;[Ported to 3.6]Signed-off-by: Tom Keel &lt;thomas.keel@intel.com&gt;[Ported to 3.7, moved to platform/goldfish]Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/platform/Kconfig</description>
        <pubDate>Mon, 21 Jan 2013 23:48:21 +0000</pubDate>
        <dc:creator>David &apos;Digit&apos; Turner &lt;digit@android.com&gt;</dc:creator>
    </item>
<item>
        <title>fa301231 - Kconfig: Remove useless and sometimes wrong comments</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Kconfig#fa301231</link>
        <description>Kconfig: Remove useless and sometimes wrong commentsAdditionally, some excessive newlines removed.Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/platform/Kconfig</description>
        <pubDate>Sun, 04 Oct 2009 16:14:29 +0000</pubDate>
        <dc:creator>Michael Roth &lt;mroth@nessie.de&gt;</dc:creator>
    </item>
<item>
        <title>41b16dce - create drivers/platform/x86/ from drivers/misc/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Kconfig#41b16dce</link>
        <description>create drivers/platform/x86/ from drivers/misc/Move x86 platform specific drivers from drivers/misc/to a new home under drivers/platform/x86/.The community has been maintaining x86 vendor-specificplatform specific drivers under /drivers/misc/ for a few years.The oldest ones started life under drivers/acpi.They moved out of drivers/acpi/ because they don&apos;t actuallyimplement the ACPI specification, but either simplyuse ACPI, or implement vendor-specific ACPI extensions.In the future we anticipate...drivers/misc/ will go away.other architectures will create drivers/platform/&lt;arch&gt;Signed-off-by: Len Brown &lt;len.brown@intel.com&gt;

            List of files:
            /linux-6.15/drivers/platform/Kconfig</description>
        <pubDate>Mon, 01 Dec 2008 05:09:47 +0000</pubDate>
        <dc:creator>Len Brown &lt;len.brown@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
