<?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/nfc/st21nfca/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/nfc/st21nfca/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/nfc/st21nfca/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/nfc/st21nfca/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>dfa4089b - NFC: st21nfca: Auto-select core module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/st21nfca/Kconfig#dfa4089b</link>
        <description>NFC: st21nfca: Auto-select core moduleThe core st21nca module is useless without the I2C access module.So hide NFC_ST21NFCA and select it automatically if eitherNFC_ST21NFCA_I2C is selected.This avoids presenting NFC_ST21NFCA when NFC_ST21NFCA_I2C can&apos;t beselected.Cc: Jean Delvare &lt;jdelvare@suse.de&gt;Signed-off-by: Christophe Ricard &lt;christophe-h.ricard@st.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/st21nfca/Kconfig</description>
        <pubDate>Wed, 23 Dec 2015 22:45:17 +0000</pubDate>
        <dc:creator>Christophe Ricard &lt;christophe.ricard@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>68957303 - NFC: ST21NFCA: Add driver for STMicroelectronics ST21NFCA NFC Chip</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/st21nfca/Kconfig#68957303</link>
        <description>NFC: ST21NFCA: Add driver for STMicroelectronics ST21NFCA NFC ChipAdd driver for STMicroelectronics ST21NFCA NFC controller.ST21NFCA is using HCI protocol, shdlc as LLC layer &amp; I2C ascommunication protocol.Adding support for Reader/Writer mode with Tag type 1/2/3/4 A &amp; B.It is using proprietary gate 15 for ISO14443-3 such as type 1 &amp;type 2 tags. It is using proprietary gate 14 for type F tags.ST21NFCA_DEVICE_MGNT_GATE gives access to proprietary CLF configuration.Standard gate for ISO14443-4 A (13) &amp; B (11) are also used.ST21NFCA specific mecanism:One particular point to notice for the data handling is that framedoes not contain any length value. Therefore the i2c part of this driveris managing the reception with a read length sequence until the end offrame (0x7e) is reached.In order to avoid conflict between sof &amp; eof a mecanismcalled byte stuffing concist of an escape byte (0x7d) insertion beforespecial byte (0x7e, 0x7d). The special byte is then xored with 0x20.In this driver, When data are available in the CLF, the interruptgpio is driven to active state and triggered an interrupt.Once the i2c_master_recv start, the interrupt gpio is driven to idlestate until its complete. If the frame is incomplete or data are stillavailable, interrupts will be triggered again.Signed-off-by: Christophe Ricard &lt;christophe-h.ricard@st.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/st21nfca/Kconfig</description>
        <pubDate>Tue, 25 Mar 2014 05:51:47 +0000</pubDate>
        <dc:creator>Christophe Ricard &lt;christophe.ricard@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
