<?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>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&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/sbus/char/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/sbus/char/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>da3c6efe - Remove jsflash driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#da3c6efe</link>
        <description>Remove jsflash driverNobody is using it anymore, and it&apos;s been abandoned. Since Davidis fine with removing it, kill it.Suggested-by: Christoph Hellwig &lt;hch@lst.de&gt;Acked-by: David S. Miller &lt;davem@davemloft.net&gt;Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Tue, 15 May 2018 19:54:11 +0000</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
<item>
        <title>9c548bb5 - sparc64: Oracle DAX driver depends on SPARC64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#9c548bb5</link>
        <description>sparc64: Oracle DAX driver depends on SPARC64sparc:allmodconfig fails to build as follows.ERROR: &quot;mdesc_release&quot; [drivers/sbus/char/oradax.ko] undefined!ERROR: &quot;sun4v_hvapi_register&quot; [drivers/sbus/char/oradax.ko] undefined!ERROR: &quot;mdesc_get_property&quot; [drivers/sbus/char/oradax.ko] undefined!ERROR: &quot;mdesc_node_by_name&quot; [drivers/sbus/char/oradax.ko] undefined!ERROR: &quot;mdesc_grab&quot; [drivers/sbus/char/oradax.ko] undefined!ERROR: &quot;sun4v_ccb_info&quot; [drivers/sbus/char/oradax.ko] undefined!ERROR: &quot;sun4v_ccb_submit&quot; [drivers/sbus/char/oradax.ko] undefined!ERROR: &quot;sun4v_ccb_kill&quot; [drivers/sbus/char/oradax.ko] undefined!The symbols are only available with SPARC64 builds, thus the driverdepends on it.Fixes: dd0273284c74 (&quot;sparc64: Oracle DAX driver&quot;)Cc: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Mon, 26 Feb 2018 23:21:18 +0000</pubDate>
        <dc:creator>Guenter Roeck &lt;linux@roeck-us.net&gt;</dc:creator>
    </item>
<item>
        <title>dd027328 - sparc64: Oracle DAX driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#dd027328</link>
        <description>sparc64: Oracle DAX driverDAX is a coprocessor which resides on the SPARC M7 (DAX1) and M8(DAX2) processor chips, and has direct access to the CPU&apos;s L3 cachesas well as physical memory. It can perform several operations on datastreams with various input and output formats.  This driver provides atransport mechanism and has limited knowledge of the various opcodesand data formats. A user space library provides high level servicesand translates these into low level commands which are then passedinto the driver and subsequently the hypervisor and the coprocessor.The library is the recommended way for applications to use thecoprocessor, and the driver interface is not intended for general use.Signed-off-by: Rob Gardner &lt;rob.gardner@oracle.com&gt;Signed-off-by: Jonathan Helman &lt;jonathan.helman@oracle.com&gt;Signed-off-by: Sanath Kumar &lt;sanath099@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Wed, 06 Dec 2017 02:40:43 +0000</pubDate>
        <dc:creator>Rob Gardner &lt;rob.gardner@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>bffb0ed1 - drivers/sbus/char: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#bffb0ed1</link>
        <description>drivers/sbus/char: remove depends on CONFIG_EXPERIMENTALThe CONFIG_EXPERIMENTAL config item has not carried much meaning for awhile now and is almost always enabled by default. As agreed during theLinux kernel summit, remove it from any &quot;depends on&quot; lines in Kconfigs.CC: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Acked-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Tue, 02 Oct 2012 18:18:52 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>eed795bf - sparc: Kill sbus mostek RTC driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#eed795bf</link>
        <description>sparc: Kill sbus mostek RTC driver.No longer used.Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Wed, 03 Sep 2008 22:55:32 +0000</pubDate>
        <dc:creator>David S. Miller &lt;davem@davemloft.net&gt;</dc:creator>
    </item>
<item>
        <title>237f8aaf - sparc: Convert uctrl driver to OF driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#237f8aaf</link>
        <description>sparc: Convert uctrl driver to OF driver.Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Thu, 28 Aug 2008 01:39:47 +0000</pubDate>
        <dc:creator>David S. Miller &lt;davem@davemloft.net&gt;</dc:creator>
    </item>
<item>
        <title>7f06a3b2 - sparc: Kill videopix SBUS driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#7f06a3b2</link>
        <description>sparc: Kill videopix SBUS driver.This has been marked BROKEN for a long time and it&apos;s more likelyto get rewritten from scratch than to be fixed up and made usable.Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Wed, 27 Aug 2008 05:26:21 +0000</pubDate>
        <dc:creator>David S. Miller &lt;davem@davemloft.net&gt;</dc:creator>
    </item>
<item>
        <title>902663f6 - sparc: Delete bare sbus char bpp driver, obsoleted by parport_sunbpp</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#902663f6</link>
        <description>sparc: Delete bare sbus char bpp driver, obsoleted by parport_sunbppSigned-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Wed, 27 Aug 2008 05:25:03 +0000</pubDate>
        <dc:creator>David S. Miller &lt;davem@davemloft.net&gt;</dc:creator>
    </item>
<item>
        <title>2240598c - [SPARC32]: Deal with rtc/sun_mostek_rtc conflict.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#2240598c</link>
        <description>[SPARC32]: Deal with rtc/sun_mostek_rtc conflict.Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Sun, 22 Jul 2007 07:37:48 +0000</pubDate>
        <dc:creator>Al Viro &lt;viro@zeniv.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>cacfd567 - [SPARC]: Remove the broken SUN_AURORA driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#cacfd567</link>
        <description>[SPARC]: Remove the broken SUN_AURORA driver.The SUN_AURORA driver:- has been marked as BROKEN for more than two years and- is still marked as BROKEN.Drivers that had been marked as BROKEN for such a long time seem to beunlikely to be revived in the forseeable future.But if anyone wants to ever revive this driver, the code is stillpresent in the older kernel releases.Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Tue, 20 Feb 2007 09:03:48 +0000</pubDate>
        <dc:creator>Adrian Bunk &lt;bunk@stusta.de&gt;</dc:creator>
    </item>
<item>
        <title>5843e37e - [SPARC64]: Use drivers/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#5843e37e</link>
        <description>[SPARC64]: Use drivers/KconfigAnd move some other stuff into drivers/sbus/char/Kconfig.Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Wed, 31 Aug 2005 04:46:19 +0000</pubDate>
        <dc:creator>David S. Miller &lt;davem@davemloft.net&gt;</dc:creator>
    </item>
<item>
        <title>4564203d - [SPARC]: Remvoe APM_RTC_IS_GMT from config.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#4564203d</link>
        <description>[SPARC]: Remvoe APM_RTC_IS_GMT from config.I can&apos;t see any effect of this option outside the i386-specific APM code.Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Mon, 25 Jul 2005 02:33:55 +0000</pubDate>
        <dc:creator>Adrian Bunk &lt;bunk@stusta.de&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sbus/char/Kconfig#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/drivers/sbus/char/Kconfig</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
