<?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>8af2d202 - platform: goldfish: move the separate &apos;default&apos; propery for CONFIG_GOLDFISH</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/goldfish/Kconfig#8af2d202</link>
        <description>platform: goldfish: move the separate &apos;default&apos; propery for CONFIG_GOLDFISHCurrently, there are two entries for CONFIG_GOLDFISH.In arch/x86/Kconfig:  config GOLDFISH          def_bool y          depends on X86_GOLDFISHIn drivers/platform/goldfish/Kconfig:  menuconfig GOLDFISH          bool &quot;Platform support for Goldfish virtual devices&quot;          depends on HAS_IOMEM &amp;&amp; HAS_DMAWhile Kconfig allows multiple entries, it generally leads to trickycode.Prior to commit bd2f348db503 (&quot;goldfish: refactor goldfish platformconfigs&quot;), CONFIG_GOLDFISH was an alias of CONFIG_X86_GOLDFISH.After the mentioned commit added the second entry with a user prompt,the former provides the &apos;default&apos; property that is effective only whenX86_GOLDFISH=y.Merge them tegether to clarify how it has worked in the past 8 years.Cc: Greg Hackmann &lt;ghackmann@google.com&gt;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Link: https://lore.kernel.org/r/20240204081004.33871-1-masahiroy@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/platform/goldfish/Kconfig</description>
        <pubDate>Sun, 04 Feb 2024 08:10:04 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d52accce - platform: goldfish: Allow goldfish drivers for archs with IOMEM and DMA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/goldfish/Kconfig#d52accce</link>
        <description>platform: goldfish: Allow goldfish drivers for archs with IOMEM and DMAWe don&apos;t need explicit dependency of Goldfish kconfig option on variousarchitectures. Instead, the Goldfish kconfig option should only dependon HAS_IOMEM and HAS_DMA which is sufficient for all Goldfish devices.Signed-off-by: Anup Patel &lt;anup.patel@wdc.com&gt;Link: https://lore.kernel.org/r/20190925063706.56175-2-anup.patel@wdc.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/platform/goldfish/Kconfig</description>
        <pubDate>Wed, 25 Sep 2019 06:37:56 +0000</pubDate>
        <dc:creator>Anup Patel &lt;Anup.Patel@wdc.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/goldfish/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/goldfish/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>dcf9b50e - drivers: platform: goldfish: fix the checkpatch complain in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/goldfish/Kconfig#dcf9b50e</link>
        <description>drivers: platform: goldfish: fix the checkpatch complain in Kconfigprefer &apos;help&apos; over &apos;---help---&apos; for new help textsSigned-off-by: Roman Kiryanov &lt;rkir@google.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/platform/goldfish/Kconfig</description>
        <pubDate>Wed, 09 Jan 2019 02:11:10 +0000</pubDate>
        <dc:creator>Roman Kiryanov &lt;rkir@google.com&gt;</dc:creator>
    </item>
<item>
        <title>9a481bdc - platform: goldfish: Retire pdev_bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/goldfish/Kconfig#9a481bdc</link>
        <description>platform: goldfish: Retire pdev_busNot used by goldfish.Signed-off-by: Roman Kiryanov &lt;rkir@google.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/platform/goldfish/Kconfig</description>
        <pubDate>Wed, 01 Aug 2018 00:38:50 +0000</pubDate>
        <dc:creator>Roman Kiryanov &lt;rkir@google.com&gt;</dc:creator>
    </item>
<item>
        <title>16617535 - goldfish: Fix build error of missing ioremap on UM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/goldfish/Kconfig#16617535</link>
        <description>goldfish: Fix build error of missing ioremap on UMAdd missing HAS_IOMEM dependency to fix the allyesconfig build error onARCH=um (for x86_64):drivers/platform/goldfish/pdev_bus.c: In function &#8216;goldfish_pdev_bus_probe&#8217;:drivers/platform/goldfish/pdev_bus.c:191:18: error: implicit declaration of function &#8216;ioremap&#8217; [-Werror=implicit-function-declaration]  pdev_bus_base = ioremap(pdev_bus_addr, pdev_bus_len);Signed-off-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;Reviewed-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/goldfish/Kconfig</description>
        <pubDate>Thu, 03 Mar 2016 08:13:49 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>2e5fc89a - Enable platform support for Goldfish virtual devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/goldfish/Kconfig#2e5fc89a</link>
        <description>Enable platform support for Goldfish virtual devicesEnable CONFIG_GOLDFISH for MIPS platforms.Signed-off-by: Miodrag Dinic &lt;miodrag.dinic@imgtec.com&gt;Signed-off-by: Jin Qian &lt;jinqian@android.com&gt;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/goldfish/Kconfig</description>
        <pubDate>Wed, 06 Jan 2016 14:06:08 +0000</pubDate>
        <dc:creator>Miodrag Dinic &lt;miodrag.dinic@imgtec.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/goldfish/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/goldfish/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>c89f2750 - goldfish: add QEMU pipe driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/goldfish/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/goldfish/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>
</channel>
</rss>
