<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/i2c/algos/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/i2c/algos/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>c38bd4ff - i2c/algos: convert Kconfig to use the menu&apos;s `visible&apos; keyword</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/i2c/algos/Kconfig#c38bd4ff</link>
        <description>i2c/algos: convert Kconfig to use the menu&apos;s `visible&apos; keywordSigned-off-by: Arnaud Lacombe &lt;lacombar@gmail.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/i2c/algos/Kconfig</description>
        <pubDate>Sat, 06 Nov 2010 21:30:27 +0000</pubDate>
        <dc:creator>Arnaud Lacombe &lt;lacombar@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dfc518dd - Revert &quot;i2c: Fix Kconfig dependencies&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/i2c/algos/Kconfig#dfc518dd</link>
        <description>Revert &quot;i2c: Fix Kconfig dependencies&quot;This reverts commit 0a57274ea026c2b7670683947b6cc08b195148cf.Signed-off-by: Arnaud Lacombe &lt;lacombar@gmail.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/i2c/algos/Kconfig</description>
        <pubDate>Sat, 06 Nov 2010 21:30:25 +0000</pubDate>
        <dc:creator>Arnaud Lacombe &lt;lacombar@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0a57274e - i2c: Fix Kconfig dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/i2c/algos/Kconfig#0a57274e</link>
        <description>i2c: Fix Kconfig dependenciesdrivers/i2c/algos/Kconfig makes all the algorithms dependent on!I2C_HELPER_AUTO, which triggers a Kconfig warning about brokendependencies when some driver selects one of the algorithms. Ideallywe would make only the prompts dependent on !I2C_HELPER_AUTO, howeverKconfig doesn&apos;t currently support that. So we have to redefine thesymbols separately for the I2C_HELPER_AUTO=y case.Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;Acked-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/i2c/algos/Kconfig</description>
        <pubDate>Sun, 24 Oct 2010 16:16:57 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;khali@linux-fr.org&gt;</dc:creator>
    </item>
<item>
        <title>abe213d7 - i2c: Delete unused i2c-algo-sgi helper module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/i2c/algos/Kconfig#abe213d7</link>
        <description>i2c: Delete unused i2c-algo-sgi helper moduleThe i2c-algo-sgi code was merged into the vino driver, so we candelete it now.Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;

            List of files:
            /linux-6.15/drivers/i2c/algos/Kconfig</description>
        <pubDate>Mon, 06 Apr 2009 16:12:25 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;khali@linux-fr.org&gt;</dc:creator>
    </item>
<item>
        <title>8d24f8dc - i2c: Let users select algorithm drivers manually again</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/i2c/algos/Kconfig#8d24f8dc</link>
        <description>i2c: Let users select algorithm drivers manually againIn kernel 2.6.26, the ability to select I2C algorithm drivers manuallywas removed, as all in-kernel drivers do that automatically. Howeverthere were some complaints that it was a problem for out-of-tree I2Cbus drivers. In order to address these complaints, let&apos;s allow manualselection of these drivers again, but still hide them by default forbetter general user experience.This closes bug #11140:http://bugzilla.kernel.org/show_bug.cgi?id=11140Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;

            List of files:
            /linux-6.15/drivers/i2c/algos/Kconfig</description>
        <pubDate>Sun, 10 Aug 2008 20:56:15 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;khali@linux-fr.org&gt;</dc:creator>
    </item>
<item>
        <title>3845de25 - i2c: Remove the algorithm drivers from the config menu</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/i2c/algos/Kconfig#3845de25</link>
        <description>i2c: Remove the algorithm drivers from the config menuThe algorithm drivers are helper drivers that are selected automaticallyas needed. There&apos;s no point in listing them in the config menu, it canonly confuse users and waste their time.Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;

            List of files:
            /linux-6.15/drivers/i2c/algos/Kconfig</description>
        <pubDate>Tue, 22 Apr 2008 20:16:46 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;khali@linux-fr.org&gt;</dc:creator>
    </item>
<item>
        <title>0a85e9a2 - i2c-rpx: Remove</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/i2c/algos/Kconfig#0a85e9a2</link>
        <description>i2c-rpx: RemoveThis driver has been broken forever. It depends on i2c-algo-8xx whichhas never been in the mainline kernel.Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;

            List of files:
            /linux-6.15/drivers/i2c/algos/Kconfig</description>
        <pubDate>Thu, 12 Jul 2007 12:12:32 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;khali@linux-fr.org&gt;</dc:creator>
    </item>
<item>
        <title>16538e6b - Use menuconfig objects - I2C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/i2c/algos/Kconfig#16538e6b</link>
        <description>Use menuconfig objects - I2CAllow the whole I2C menu to be disabled at once without diving intothe submenus for deselecting all options (should the user desire so).Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;

            List of files:
            /linux-6.15/drivers/i2c/algos/Kconfig</description>
        <pubDate>Tue, 01 May 2007 21:26:34 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@linux01.gwdg.de&gt;</dc:creator>
    </item>
<item>
        <title>51fd554b - i2c: Delete the broken i2c-ite bus driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/i2c/algos/Kconfig#51fd554b</link>
        <description>i2c: Delete the broken i2c-ite bus driverThe rest of the ITE8172 support was already removed from MIPS tree.Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;Signed-off-by: Yoichi Yuasa &lt;yoichi_yuasa@tripeaks.co.jp&gt;Acked-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/drivers/i2c/algos/Kconfig</description>
        <pubDate>Sun, 10 Dec 2006 20:21:29 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;khali@linux-fr.org&gt;</dc:creator>
    </item>
<item>
        <title>51c37117 - i2c-algo-sibyte: Merge into i2c-sibyte</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/i2c/algos/Kconfig#51c37117</link>
        <description>i2c-algo-sibyte: Merge into i2c-sibytei2c-algo-sibyte: Merge into i2c-sibyteMerge i2c-algo-sibyte into i2c-sibyte, as this is a complete,hardware-dependent SMBus implementation and not a reusable algorithm.Perform some basic coding style cleanups while we&apos;re here (mainlyspace-based indentation replaced by tabulations.)Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;Cc: Ralf Baechle &lt;ralf@linux-mips.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/i2c/algos/Kconfig</description>
        <pubDate>Sun, 13 Aug 2006 21:33:16 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;khali@linux-fr.org&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/i2c/algos/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/i2c/algos/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>
