<?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>7b22846f - can: {cc770,sja1000}_isa: allow building on x86_64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/cc770/Kconfig#7b22846f</link>
        <description>can: {cc770,sja1000}_isa: allow building on x86_64The ISA variable is only defined if X86_32 is also defined. However,these drivers are still useful and in use on at least some modern 64-bitx86 industrial systems as well. With the correct module parameters, theywork as long as IO port communication is possible, despite their namehaving ISA in them.Fixes: a29689e60ed3 (&quot;net: handle HAS_IOPORT dependencies&quot;)Signed-off-by: Thomas M&#252;hlbacher &lt;tmuehlbacher@posteo.net&gt;Link: https://patch.msgid.link/20240919174151.15473-2-tmuehlbacher@posteo.netCc: stable@vger.kernel.orgSigned-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/cc770/Kconfig</description>
        <pubDate>Thu, 19 Sep 2024 17:35:22 +0000</pubDate>
        <dc:creator>Thomas M&#252;hlbacher &lt;tmuehlbacher@posteo.net&gt;</dc:creator>
    </item>
<item>
        <title>a29689e6 - net: handle HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/cc770/Kconfig#a29689e6</link>
        <description>net: handle HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will disable inb()/outb() and friends atcompile time. We thus need to add HAS_IOPORT as dependency forthose drivers requiring them. For the DEFXX driver the use of I/Oports is optional and we only need to fence specific code paths. It alsoturns out that with HAS_IOPORT handled explicitly HAMRADIO does not needthe !S390 dependency and successfully builds the bpqether driver.Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Acked-by: Maciej W. Rozycki &lt;macro@orcam.me.uk&gt;Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/cc770/Kconfig</description>
        <pubDate>Fri, 05 Apr 2024 11:18:31 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<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/net/can/cc770/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/net/can/cc770/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/net/can/cc770/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/net/can/cc770/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>6586c5d7 - can: Kconfig: convert &apos;depends on CAN_DEV&apos; into &apos;if CAN_DEV...endif&apos; block</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/cc770/Kconfig#6586c5d7</link>
        <description>can: Kconfig: convert &apos;depends on CAN_DEV&apos; into &apos;if CAN_DEV...endif&apos; blockThis patch adds an &apos;if CAN_DEV...endif&apos; Block around the CAN driversymbols in drivers/net/can/Kconfig. So the &apos;depends on CAN&apos; dependenciescan be removed.Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/cc770/Kconfig</description>
        <pubDate>Fri, 20 Jul 2012 19:04:13 +0000</pubDate>
        <dc:creator>Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>e285e44d - can: cc770: add platform bus driver for the CC770 and AN82527</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/cc770/Kconfig#e285e44d</link>
        <description>can: cc770: add platform bus driver for the CC770 and AN82527This driver works with both, static platform data and device treebindings. It has been tested on a TQM855L board with two AN82527CAN controllers on the local bus.CC: Devicetree-discuss@lists.ozlabs.orgCC: linuxppc-dev@ozlabs.orgCC: Kumar Gala &lt;galak@kernel.crashing.org&gt;Signed-off-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/cc770/Kconfig</description>
        <pubDate>Wed, 30 Nov 2011 23:41:20 +0000</pubDate>
        <dc:creator>Wolfgang Grandegger &lt;wg@grandegger.com&gt;</dc:creator>
    </item>
<item>
        <title>edd2c26f - can: cc770: add legacy ISA bus driver for the CC770 and AN82527</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/cc770/Kconfig#edd2c26f</link>
        <description>can: cc770: add legacy ISA bus driver for the CC770 and AN82527This patch adds support for legacy Bosch CC770 and Intel AN82527 CANcontrollers on the ISA or PC-104 bus. The I/O port or memory addressand the IRQ number must be specified via module parameters:  insmod cc770_isa.ko port=0x310,0x380 irq=7,11for ISA devices using I/O ports or:  insmod cc770_isa.ko mem=0xd1000,0xd1000 irq=7,11for memory mapped ISA devices.Indirect access via address and data port is supported as well:  insmod cc770_isa.ko port=0x310,0x380 indirect=1 irq=7,11Furthermore, the following mode parameter can be defined:  clk: External oscillator clock frequency (default=16000000 [16 MHz])  cir: CPU interface register (default=0x40 [DSC])  bcr: Bus configuration register (default=0x40 [CBY])  cor: Clockout register (default=0x00)Note: for clk, cir, bcr and cor, the first argument re-defines thedefault for all other devices, e.g.:  insmod cc770_isa.ko mem=0xd1000,0xd1000 irq=7,11 clk=24000000is equivalent to  insmod cc770_isa.ko mem=0xd1000,0xd1000 irq=7,11 clk=24000000,24000000Signed-off-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/cc770/Kconfig</description>
        <pubDate>Wed, 30 Nov 2011 23:41:19 +0000</pubDate>
        <dc:creator>Wolfgang Grandegger &lt;wg@grandegger.com&gt;</dc:creator>
    </item>
<item>
        <title>2a367c3a - can: cc770: add driver core for the Bosch CC770 and Intel AN82527</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/cc770/Kconfig#2a367c3a</link>
        <description>can: cc770: add driver core for the Bosch CC770 and Intel AN82527Signed-off-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/cc770/Kconfig</description>
        <pubDate>Wed, 30 Nov 2011 23:41:18 +0000</pubDate>
        <dc:creator>Wolfgang Grandegger &lt;wg@grandegger.com&gt;</dc:creator>
    </item>
<item>
        <title>7e02e543 - can: cc770: legacy CC770 ISA bus driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/cc770/Kconfig#7e02e543</link>
        <description>can: cc770: legacy CC770 ISA bus driverThis patch adds support for legacy Bosch CC770 and Intel AN82527 CANcontrollers on the ISA or PC-104 bus. The I/O port or memory addressand the IRQ number must be specified via module parameters:  insmod cc770_isa.ko port=0x310,0x380 irq=7,11for ISA devices using I/O ports or:  insmod cc770_isa.ko mem=0xd1000,0xd1000 irq=7,11for memory mapped ISA devices.Indirect access via address and data port is supported as well:  insmod cc770_isa.ko port=0x310,0x380 indirect=1 irq=7,11Furthermore, the following mode parameter can be defined:  clk: External oscillator clock frequency (default=16000000 [16 MHz])  cir: CPU interface register (default=0x40 [CPU_DSC])  ocr, Bus configuration register (default=0x00)  cor, Clockout register (default=0x00)Note: for clk, cir, bcr and cor, the first argument re-defines thedefault for all other devices, e.g.:  insmod cc770_isa.ko mem=0xd1000,0xd1000 irq=7,11 clk=24000000is equivalent to  insmod cc770_isa.ko mem=0xd1000,0xd1000 irq=7,11 clk=24000000,24000000Signed-off-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/cc770/Kconfig</description>
        <pubDate>Thu, 24 Nov 2011 02:07:28 +0000</pubDate>
        <dc:creator>Wolfgang Grandegger &lt;wg@grandegger.com&gt;</dc:creator>
    </item>
<item>
        <title>b440752d - can: cc770: add driver core for the Bosch CC770 and Intel AN82527</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/cc770/Kconfig#b440752d</link>
        <description>can: cc770: add driver core for the Bosch CC770 and Intel AN82527Signed-off-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/cc770/Kconfig</description>
        <pubDate>Thu, 24 Nov 2011 02:07:27 +0000</pubDate>
        <dc:creator>Wolfgang Grandegger &lt;wg@grandegger.com&gt;</dc:creator>
    </item>
</channel>
</rss>
