<?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>e624e6c3 - nfc: Add a virtual nci device driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#e624e6c3</link>
        <description>nfc: Add a virtual nci device driverNCI virtual device simulates a NCI device to the user. It can be used tovalidate the NCI module and applications. This driver supportscommunication between the virtual NCI device and NCI module.Signed-off-by: Bongsu Jeon &lt;bongsu.jeon@samsung.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Wed, 27 Jan 2021 13:08:28 +0000</pubDate>
        <dc:creator>Bongsu Jeon &lt;bongsu.jeon@samsung.com&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/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/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>d34e48d6 - NFC: trf7970a: Convert to descriptor based GPIO interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#d34e48d6</link>
        <description>NFC: trf7970a: Convert to descriptor based GPIO interfaceThe trf7970a driver uses the deprecated integer-based GPIO consumerinterface so convert it to use the new descriptor-based GPIOconsumer interface.Signed-off-by: Mark Greer &lt;mgreer@animalcreek.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Tue, 25 Apr 2017 22:43:55 +0000</pubDate>
        <dc:creator>Mark Greer &lt;mgreer@animalcreek.com&gt;</dc:creator>
    </item>
<item>
        <title>0b73ef79 - NFC: remove TI nfcwilink driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#0b73ef79</link>
        <description>NFC: remove TI nfcwilink driverIt appears that TI WiLink devices including NFC (WL185x/WL189x) nevershipped. The only information I found were announcements in Feb2012 about the parts. There&apos;s been no activity on this driver besidedcommon changes since initially added in Jan 2012. There&apos;s also no inusers that instantiate the platform device (nor DT bindings).This is a first step in removing TI ST (shared transport) driver infavor of extending the BT hci_ll driver to support WL183x chips.Cc: Ilan Elias &lt;ilane@ti.com&gt;Cc: Marcel Holtmann &lt;marcel@holtmann.org&gt;Cc: Samuel Ortiz &lt;sameo@linux.intel.com&gt;Cc: Lauro Ramos Venancio &lt;lauro.venancio@openbossa.org&gt;Cc: Aloisio Almeida Jr &lt;aloisio.almeida@openbossa.org&gt;Cc: linux-wireless@vger.kernel.orgSigned-off-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Wed, 25 Jan 2017 22:23:07 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8f49bec6 - NFC: nfcsim: Fix missing dependency on NFC_DIGITAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#8f49bec6</link>
        <description>NFC: nfcsim: Fix missing dependency on NFC_DIGITALThe nfcsim driver now depends on the Digital layer. This patch adds themissing dependency on NFC_DIGITAL for NFC_SIM config.Signed-off-by: Thierry Escande &lt;thierry.escande@collabora.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Mon, 04 Jul 2016 14:42:55 +0000</pubDate>
        <dc:creator>Thierry Escande &lt;thierry.escande@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>9815c7cf - NFC: pn533: Separate physical layer from the core implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#9815c7cf</link>
        <description>NFC: pn533: Separate physical layer from the core implementationThe driver now has all core stuff isolated in one file, and allthe hardware link specifics in another. Writing a pn533 driveron top of another hardware link is now just a matter of adding anew file for that new hardware specifics.The first user of this separation will be the i2c based pn532driver that reuses pn533 core implementation on top of an i2clayer.Signed-off-by: Michael Thalmeier &lt;michael.thalmeier@hale.at&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Fri, 25 Mar 2016 14:46:53 +0000</pubDate>
        <dc:creator>Michael Thalmeier &lt;michael.thalmeier@hale.at&gt;</dc:creator>
    </item>
<item>
        <title>cab47333 - NFC: Add STMicroelectronics ST95HF driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#cab47333</link>
        <description>NFC: Add STMicroelectronics ST95HF driverThis driver supports STMicroelectronics NFC Transceiver&quot;ST95HF&quot;, in in initiator role to read/write ISO14443 Type 4A,ISO14443 Type 4B and ISO15693 Type5 tags.The ST95HF datasheet is available here:http://www.st.com/web/en/resource/technical/document/datasheet/DM00102056.pdfSigned-off-by: Shikha Singh &lt;shikha.singh@st.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Mon, 21 Dec 2015 23:03:30 +0000</pubDate>
        <dc:creator>Shikha Singh &lt;shikha.singh@st.com&gt;</dc:creator>
    </item>
<item>
        <title>a06347c0 - NFC: Add Intel Fields Peak NFC solution driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#a06347c0</link>
        <description>NFC: Add Intel Fields Peak NFC solution driverFields Peak complies with the ISO/IEC 14443A/B, 15693, 18092,and JIS X 6319-4. It is an NCI based controller.RF Protocols supported: - NFC Forum Type 1 Tags (Jewel, Topaz) - NFC Forum Type 2 Tags (Mifare UL) - NFC Forum Type 3 Tags (FeliCa) - NFC Forum Type 4A (ISO/IEC 14443 A-4 106kbps to 848kbps) - NFC Forum Type 4B (ISO/IEC 14443 B-4 106kbps to 848kbps) - NFCIP in passive and active modes (ISO/IEC 18092 106kbps   to 424kbps) - B&#8217; (based on ISO/IEC 14443 B-2) - iCLASS (based on ISO/IEC 15693-2) - Vicinity cards (ISO/IEC 15693-3) - Kovio tags (NFC Forum Type 2)The device can be enumerated using ACPI using the id INT339A.The 1st GPIO is the IRQ and the 2nd is the RESET pin.Signed-off-by: Robert Dolca &lt;robert.dolca@intel.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Thu, 22 Oct 2015 09:11:42 +0000</pubDate>
        <dc:creator>Robert Dolca &lt;robert.dolca@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c04c674f - nfc: s3fwrn5: Add driver for Samsung S3FWRN5 NFC Chip</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#c04c674f</link>
        <description>nfc: s3fwrn5: Add driver for Samsung S3FWRN5 NFC ChipAdd driver for Samsung S3FWRN5 NFC controller.S3FWRN5 is using NCI protocol and I2C communication interface.Signed-off-by: Robert Baldyga &lt;r.baldyga@samsung.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Thu, 20 Aug 2015 15:26:02 +0000</pubDate>
        <dc:creator>Robert Baldyga &lt;r.baldyga@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>ed06aeef - nfc: st-nci: Rename st21nfcb to st-nci</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#ed06aeef</link>
        <description>nfc: st-nci: Rename st21nfcb to st-nciSTMicroelectronics NFC NCI chips family is extendingwith the new ST21NFCC using the AMS AS39230 RF booster.The st21nfcb driver is relevant for this solution andmight be with future products.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/Kconfig</description>
        <pubDate>Tue, 09 Jun 2015 20:26:05 +0000</pubDate>
        <dc:creator>Christophe Ricard &lt;christophe.ricard@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dece4585 - NFC: nxp-nci: Add support for NXP NCI chips</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#dece4585</link>
        <description>NFC: nxp-nci: Add support for NXP NCI chipsAdd support for NXP NCI NFC controllers such as the NPC100 or PN7150families.Signed-off-by: Cl&#233;ment Perrochaud &lt;clement.perrochaud@effinnov.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Mon, 09 Mar 2015 10:12:04 +0000</pubDate>
        <dc:creator>Cl&#233;ment Perrochaud &lt;clement.perrochaud@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>35630df6 - NFC: st21nfcb: Add driver for STMicroelectronics ST21NFCB NFC chip</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#35630df6</link>
        <description>NFC: st21nfcb: Add driver for STMicroelectronics ST21NFCB NFC chipAdd driver for STMicroelectronics ST21NFCB NFC controller.ST21NFCB is using NCI protocol and a proprietary low level transportprotocol called NDLC used on top.NDLC:The protocol defines 2 types of frame:- One type carrying NCI data (referred as DATAFRAME frames).- One type carrying protocol information used for flow control and errorcontrol mechanisms (referred as SUPERVISOR frames).After each frame transmission to the NFC controller, the device hostSHALL waitfor  an ACK (SUPERVISOR frame) reception before sending anew frame.The NFC controller MAY send a frame at anytime to the device host.The NFC controller MAY send a specific WAIT supervisor frame to indicateto device host that a NCI data packet has been received but that it couldtake significant time before the NFC controller sends an ACK and thusallows next data reception.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/Kconfig</description>
        <pubDate>Sun, 25 May 2014 20:35:38 +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/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/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>
<item>
        <title>165063f1 - NFC: trf7970a: Add driver with ISO/IEC 14443 Type 2 Tag Support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#165063f1</link>
        <description>NFC: trf7970a: Add driver with ISO/IEC 14443 Type 2 Tag SupportAdd a driver for the Texas Instruments TRF7970a RFID/NFC/15693transceiver.  The driver currently supports ISO/IEC 14443 Type 2tags only (MIFARE Ultralight and Ultralight C but not Classic).CC: Erick Macias &lt;emacias@ti.com&gt;CC: Felipe Balbi &lt;balbi@ti.com&gt;Signed-off-by: Mark A. Greer &lt;mgreer@animalcreek.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Mon, 10 Mar 2014 18:56:22 +0000</pubDate>
        <dc:creator>Mark A. Greer &lt;mgreer@animalcreek.com&gt;</dc:creator>
    </item>
<item>
        <title>f26e30cc - NFC: nfcmrvl: Initial commit for Marvell NFC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#f26e30cc</link>
        <description>NFC: nfcmrvl: Initial commit for Marvell NFC driverThis patch adds NFC support for Marvell 8897 NFC-over-USB chipset.Signed-off-by: Amitkumar Karwar &lt;akarwar@marvell.com&gt;Signed-off-by: Bing Zhao &lt;bzhao@marvell.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Mon, 06 Jan 2014 20:58:19 +0000</pubDate>
        <dc:creator>Amitkumar Karwar &lt;akarwar@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>562d4d59 - NFC: Sony Port-100 Series driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#562d4d59</link>
        <description>NFC: Sony Port-100 Series driverThis adds support for the Sony NFC USB dongle RC-S380, based on thePort-100 chip. This dongle is an analog frontend and does not implementthe digital layer. This driver uses the nfc_digital module which is animplementation of the NFC Digital Protocol stack.This patch is a skeleton. It only registers the dongle against the NFCdigital protocol stack. All NFC digital operation functions are stubbedout.Signed-off-by: Thierry Escande &lt;thierry.escande@linux.intel.com&gt;Cc: Stephen Tiedemann &lt;stephen.tiedemann@gmail.com&gt;Tested-by: Cho, Yu-Chen &lt;acho@suse.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Fri, 04 Oct 2013 10:12:00 +0000</pubDate>
        <dc:creator>Thierry Escande &lt;thierry.escande@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7cbe0ff3 - NFC: Add a nfc hardware simulation driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#7cbe0ff3</link>
        <description>NFC: Add a nfc hardware simulation driverThis driver declares two virtual NFC devices supporting NFC-DEP protocol.An LLCP connection can be established between them and all packets sentfrom one device is sent back to the other, acting as loopback devices.Once established, the LLCP link can be disconnected by disabling the targetdevice (with rfkill, nfctool, or neard disable-adapter test script).Signed-off-by: Thierry Escande &lt;thierry.escande@linux.intel.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Thu, 06 Jun 2013 14:23:23 +0000</pubDate>
        <dc:creator>Thierry Escande &lt;thierry.escande@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d999e4db - NFC: mei_phy depends on INTEL_MEI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#d999e4db</link>
        <description>NFC: mei_phy depends on INTEL_MEIINTEL_MEI_BUS_NFC never made it upstream, so make it depend on INTEL_MEI.Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Tue, 30 Apr 2013 21:22:34 +0000</pubDate>
        <dc:creator>Samuel Ortiz &lt;sameo@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4912e2fe - NFC: mei: Add a common mei bus API for NFC drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#4912e2fe</link>
        <description>NFC: mei: Add a common mei bus API for NFC driversThis isolates the common code that is required to use an mei bus nfcdevice from an NFC HCI drivers. This prepares for future drivers forNFC chips connected behind an Intel Management Engine controller.The microread_mei HCI driver is also modified to use that common code.Signed-off-by: Eric Lapuyade &lt;eric.lapuyade@intel.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Mon, 15 Apr 2013 09:19:20 +0000</pubDate>
        <dc:creator>Eric Lapuyade &lt;eric.lapuyade@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cfad1ba8 - NFC: Initial support for Inside Secure microread</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nfc/Kconfig#cfad1ba8</link>
        <description>NFC: Initial support for Inside Secure microreadInside Secure microread is an HCI based NFC chipset.This initial support includes reader and p2p (Target and initiator) modes.Signed-off-by: Eric Lapuyade &lt;eric.lapuyade@intel.com&gt;Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/nfc/Kconfig</description>
        <pubDate>Tue, 18 Dec 2012 13:53:53 +0000</pubDate>
        <dc:creator>Eric Lapuyade &lt;eric.lapuyade@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
