<?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>39aab460 - can: rcar: drop unneeded ARM dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/rcar/Kconfig#39aab460</link>
        <description>can: rcar: drop unneeded ARM dependencyThe dependency on ARM predates the dependency on ARCH_RENESAS. Thelatter was introduced for Renesas arm64 SoCs first, and later extendedto cover Renesas ARM SoCs, too.Link: https://lore.kernel.org/all/362d9ced19f3524ee8917df5681b3880c13cac85.1630416373.git.geert+renesas@glider.beSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/rcar/Kconfig</description>
        <pubDate>Tue, 31 Aug 2021 13:27:40 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>ac422408 - can: rcar: Kconfig: Add helper dependency on COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/rcar/Kconfig#ac422408</link>
        <description>can: rcar: Kconfig: Add helper dependency on COMPILE_TESTit&apos;s helpful for complie test in other platform(e.g.X86)Link: https://lore.kernel.org/r/20210825062341.2332-1-caihuoqing@baidu.comSigned-off-by: Cai Huoqing &lt;caihuoqing@baidu.com&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/rcar/Kconfig</description>
        <pubDate>Wed, 25 Aug 2021 06:23:41 +0000</pubDate>
        <dc:creator>Cai Huoqing &lt;caihuoqing@baidu.com&gt;</dc:creator>
    </item>
<item>
        <title>1169ec8f - can: rcar: Kconfig: update help description for CAN_RCAR config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/rcar/Kconfig#1169ec8f</link>
        <description>can: rcar: Kconfig: update help description for CAN_RCAR configThe rcar_can driver also supports RZ/G SoC&apos;s, update the description to reflectthis.Signed-off-by: Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/r/20210104090327.6547-1-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/rcar/Kconfig</description>
        <pubDate>Mon, 04 Jan 2021 09:03:27 +0000</pubDate>
        <dc:creator>Lad Prabhakar &lt;prabhakar.mahadev-lad.rj@bp.renesas.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/rcar/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/rcar/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>e3dfddbf - can: rcar: add SPDX identifiers to Kconfig and Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/rcar/Kconfig#e3dfddbf</link>
        <description>can: rcar: add SPDX identifiers to Kconfig and MakefileThis patch adds SPDX-License-Identifier to Kconfig and Makefile.Signed-off-by: Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;Reviewed-by: Simon Horman &lt;horms+renesas@verge.net.au&gt;Acked-by: Ramesh Shanmugasundaram &lt;ramesh.shanmugasundaram@bp.renesas.com&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/rcar/Kconfig</description>
        <pubDate>Wed, 26 Sep 2018 01:41:53 +0000</pubDate>
        <dc:creator>Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>a23b97e6 - can: rcar_can: Move Renesas CAN driver to rcar dir</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/rcar/Kconfig#a23b97e6</link>
        <description>can: rcar_can: Move Renesas CAN driver to rcar dirThis patch clubs the Renesas controller drivers in one rcar dir.Signed-off-by: Ramesh Shanmugasundaram &lt;ramesh.shanmugasundaram@bp.renesas.com&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/rcar/Kconfig</description>
        <pubDate>Fri, 17 Jun 2016 08:20:56 +0000</pubDate>
        <dc:creator>Ramesh Shanmugasundaram &lt;ramesh.shanmugasundaram@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>dd3bd23e - can: rcar_canfd: Add Renesas R-Car CAN FD driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/rcar/Kconfig#dd3bd23e</link>
        <description>can: rcar_canfd: Add Renesas R-Car CAN FD driverThis patch adds support for the CAN FD controller found in Renesas R-CarSoCs. The controller operates in CAN FD only mode by default.CAN FD mode supports both Classical CAN &amp; CAN FD frame formats. Thecontroller supports ISO 11898-1:2015 CAN FD format only.This controller supports two channels and the driver can enable eitheror both of the channels.Driver uses Rx FIFOs (one per channel) for reception &amp; Common FIFOs (oneper channel) for transmission. Rx filter rules are configured to theminimum (one per channel) and it accepts Standard, Extended, Data &amp;Remote Frame combinations.Note: There are few documentation errors in R-Car Gen3 Hardware UserManual v0.5E with respect to CAN FD controller. They are listed below:1. CAN FD interrupt numbers 29 &amp; 30 are listed as per channelinterrupts. However, they are common to both channels (i.e.) they areglobal and channel interrupts respectively.2. CANFD clock is derived from PLL1. This is not documented.3. CANFD clock is further divided by (1/2) within the CAN FD controller.This is not documented.4. The minimum value of NTSEG1 in RSCFDnCFDCmNCFG register is 2 Tq. Itis specified 4 Tq in the manual.5. The maximum number of message RAM area the controller can use is 3584bytes. It is specified 10752 bytes in the manual.Signed-off-by: Ramesh Shanmugasundaram &lt;ramesh.shanmugasundaram@bp.renesas.com&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Reviewed-by: Ulrich Hecht &lt;ulrich.hecht+renesas@gmail.com&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/rcar/Kconfig</description>
        <pubDate>Fri, 17 Jun 2016 08:20:55 +0000</pubDate>
        <dc:creator>Ramesh Shanmugasundaram &lt;ramesh.shanmugasundaram@bp.renesas.com&gt;</dc:creator>
    </item>
</channel>
</rss>
