<?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>bfb57ef0 - rapidio: remove choice for enumeration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#bfb57ef0</link>
        <description>rapidio: remove choice for enumerationThis is the last use of the tristate choice.This choice was introduced a decade ago by commit a11650e11093(&quot;rapidio: make enumeration/discovery configurable&quot;). Since then,RAPIDIO_ENUM_BASIC has always been the sole member.There was no need to have this choice block.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Sat, 11 May 2024 00:09:53 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d2b86100 - rapidio: Replace &apos;select&apos; DMAENGINES &apos;with depends on&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#d2b86100</link>
        <description>rapidio: Replace &apos;select&apos; DMAENGINES &apos;with depends on&apos;Enabling a whole subsystem from a single driver &apos;select&apos; is frownedupon and won&apos;t be accepted in new drivers, that need to use &apos;depends on&apos;instead. Existing selection of DMAENGINES will then cause circulardependencies. Replace them with a dependency.Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Tue, 28 Jul 2020 22:19:40 +0000</pubDate>
        <dc:creator>Laurent Pinchart &lt;laurent.pinchart@ideasonboard.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/rapidio/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/rapidio/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>d2bdd48a - docs: rapidio: add it to the driver API</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#d2bdd48a</link>
        <description>docs: rapidio: add it to the driver APIThis is actually a subsystem description, with contains bothkAPI and uAPI.While it should ideally be slplit, let&apos;s place it at driver-api,as most things are related to kAPI and driver-specific info.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Tue, 18 Jun 2019 19:03:23 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e0ae1544 - docs: rapidio: convert to ReST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#e0ae1544</link>
        <description>docs: rapidio: convert to ReSTRename the rapidio documentation files to ReST, add anindex for them and adjust in order to produce a nice htmloutput via the Sphinx build system.At its new index.rst, let&apos;s add a :orphan: while this is not linked tothe main index.rst file, in order to avoid build warnings.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Thu, 18 Apr 2019 19:49:39 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@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/rapidio/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/rapidio/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>1753d50c - rapidio: consolidate RAPIDIO config entry in drivers/rapidio</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#1753d50c</link>
        <description>rapidio: consolidate RAPIDIO config entry in drivers/rapidioThere is no good reason to duplicate the RAPIDIO menu in variousarchitectures.  Instead provide a selectable HAVE_RAPIDIO symbolthat indicates native availability of RAPIDIO support and the handlethe rest in drivers/pci.  This also means we now provide supportfor PCI(e) to Rapidio bridges for every architecture instead of alimited subset.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Acked-by: Paul Burton &lt;paul.burton@mips.com&gt;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Thu, 15 Nov 2018 19:05:36 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>b6e8d4aa - rapidio: add RapidIO channelized messaging driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#b6e8d4aa</link>
        <description>rapidio: add RapidIO channelized messaging driverAdd channelized messaging driver to support native RapidIO messagingexchange between multiple senders/recipients on devices that use kernelRapidIO subsystem services.This device driver is the result of collaboration within the RapidIO.orgSoftware Task Group (STG) between Texas Instruments, ProdriveTechnologies, Nokia Networks, BAE and IDT.  Additional input wasreceived from other members of RapidIO.org.The objective was to create a character mode driver interface whichexposes messaging capabilities of RapidIO endpoint devices (mports)directly to applications, in a manner that allows the numerous andvaried RapidIO implementations to interoperate.This char mode device driver allows user-space applications to setupmessaging communication channels using single shared RapidIO messagingmailbox.By default this driver uses RapidIO MBOX_1 (MBOX_0 is reserved for use byRIONET Ethernet emulation driver).[weiyj.lk@gmail.com: rapidio/rio_cm: fix return value check in riocm_init()]  Link: http://lkml.kernel.org/r/1469198221-21970-1-git-send-email-alexandre.bounine@idt.comLink: http://lkml.kernel.org/r/1468952862-18056-1-git-send-email-alexandre.bounine@idt.comSigned-off-by: Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;Tested-by: Barry Wood &lt;barry.wood@idt.com&gt;Cc: Matt Porter &lt;mporter@kernel.crashing.org&gt;Cc: Aurelien Jacquiot &lt;a-jacquiot@ti.com&gt;Cc: Andre van Herk &lt;andre.van.herk@prodrive-technologies.com&gt;Cc: Barry Wood &lt;barry.wood@idt.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Tue, 02 Aug 2016 21:06:25 +0000</pubDate>
        <dc:creator>Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;</dc:creator>
    </item>
<item>
        <title>e8de3701 - rapidio: add mport char device driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#e8de3701</link>
        <description>rapidio: add mport char device driverAdd mport character device driver to provide user space interface tobasic RapidIO subsystem operations.See included Documentation/rapidio/mport_cdev.txt for more details.[akpm@linux-foundation.org: fix printk warning on i386][dan.carpenter@oracle.com: mport_cdev: fix some error codes]Signed-off-by: Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;Tested-by: Barry Wood &lt;barry.wood@idt.com&gt;Cc: Matt Porter &lt;mporter@kernel.crashing.org&gt;Cc: Aurelien Jacquiot &lt;a-jacquiot@ti.com&gt;Cc: Andre van Herk &lt;andre.van.herk@prodrive-technologies.com&gt;Cc: Barry Wood &lt;barry.wood@idt.com&gt;Cc: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Tue, 22 Mar 2016 21:27:08 +0000</pubDate>
        <dc:creator>Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;</dc:creator>
    </item>
<item>
        <title>2ec3ba69 - rapidio: convert switch drivers to modules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#2ec3ba69</link>
        <description>rapidio: convert switch drivers to modulesRework RapidIO switch drivers to add an option to build them as loadablekernel modules.This patch removes RapidIO-specific vmlinux section and converts switchdrivers to be compatible with LDM driver registration method.  To simplifyregistration of device-specific callback routines this patch introducesrio_switch_ops data structure.  The sw_sysfs() callback is removed fromthe list of device-specific operations because under the new structure itsfunctions can be handled by switch driver&apos;s probe() and remove() routines.If a specific switch device driver is not loaded the RapidIO subsystemcore will use default standard-based operations to configure a switch.Because the current implementation of RapidIO enumeration/discovery methodrelies on availability of device-specific operations for error management,switch device drivers must be loaded before the RapidIOenumeration/discovery starts.This patch also moves several common routines from enumeration/discoverymodule into the RapidIO core code to make switch-specific operationsaccessible to all components of RapidIO subsystem.Signed-off-by: Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;Cc: Matt Porter &lt;mporter@kernel.crashing.org&gt;Cc: Li Yang &lt;leoli@freescale.com&gt;Cc: Kumar Gala &lt;galak@kernel.crashing.org&gt;Cc: Andre van Herk &lt;andre.van.herk@Prodrive.nl&gt;Cc: Micha Nelissen &lt;micha.nelissen@Prodrive.nl&gt;Cc: Stef van Os &lt;stef.van.os@Prodrive.nl&gt;Cc: Jean Delvare &lt;jdelvare@suse.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Wed, 03 Jul 2013 22:08:50 +0000</pubDate>
        <dc:creator>Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;</dc:creator>
    </item>
<item>
        <title>a11650e1 - rapidio: make enumeration/discovery configurable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#a11650e1</link>
        <description>rapidio: make enumeration/discovery configurableSystems that use RapidIO fabric may need to implement their ownenumeration and discovery methods which are better suitable for needs ofa target application.The following set of patches is intended to simplify process ofintroduction of new RapidIO fabric enumeration/discovery methods.The first patch offers ability to add new RapidIO enumeration/discoverymethods using kernel configuration options.  This new configurationoption mechanism allows to select statically linked or modularenumeration/discovery method(s) from the list of existing methods or useexternal module(s).This patch also updates the currently existing enumeration/discoverycode to be used as a statically linked or modular method.The corresponding configuration option is named &quot;Basicenumeration/discovery&quot; method.  This is the only one configurationoption available today but new methods are expected to be introducedafter adoption of provided patches.The second patch address a long time complaint of RapidIO subsystemusers regarding fabric enumeration/discovery start sequence.  Existingimplementation offers only a boot-time enumeration/discovery start whichrequires synchronized boot of all endpoints in RapidIO network.  Whileit works for small closed configurations with limited number ofendpoints, using this approach in systems with large number of endpointsis quite challenging.To eliminate requirement for synchronized start the second patchintroduces RapidIO enumeration/discovery start from user space.For compatibility with the existing RapidIO subsystem implementation,automatic boot time enumeration/discovery start can be configured in byspecifying &quot;rio-scan.scan=1&quot; command line parameter if statically linkedbasic enumeration method is selected.This patch:Rework to implement RapidIO enumeration/discovery method selectioncombined with ability to use enumeration/discovery as a kernel module.This patch adds ability to introduce new RapidIO enumeration/discoverymethods using kernel configuration options.  Configuration optionmechanism allows to select statically linked or modularenumeration/discovery method from the list of existing methods or useexternal modules.  If a modular enumeration/discovery is selected eachRapidIO mport device can have its own method attached to it.The existing enumeration/discovery code was updated to be used asstatically linked or modular method.  This configuration option is named&quot;Basic enumeration/discovery&quot; method.Several common routines have been moved from rio-scan.c to make themavailable to other enumeration methods and reduce number of exportedsymbols.Signed-off-by: Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;Cc: Matt Porter &lt;mporter@kernel.crashing.org&gt;Cc: Li Yang &lt;leoli@freescale.com&gt;Cc: Kumar Gala &lt;galak@kernel.crashing.org&gt;Cc: Andre van Herk &lt;andre.van.herk@Prodrive.nl&gt;Cc: Micha Nelissen &lt;micha.nelissen@Prodrive.nl&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Fri, 24 May 2013 22:55:05 +0000</pubDate>
        <dc:creator>Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;</dc:creator>
    </item>
<item>
        <title>e42d98eb - rapidio: add DMA engine support for RIO data transfers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#e42d98eb</link>
        <description>rapidio: add DMA engine support for RIO data transfersAdds DMA Engine framework support into RapidIO subsystem.Uses DMA Engine DMA_SLAVE interface to generate data transfers to/fromremote RapidIO target devices.Introduces RapidIO-specific wrapper for prep_slave_sg() interface with anextra parameter to pass target specific information.Uses scatterlist to describe local data buffer.  Address flat data bufferon a remote side.Signed-off-by: Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;Cc: Dan Williams &lt;dan.j.williams@intel.com&gt;Acked-by: Vinod Koul &lt;vinod.koul@linux.intel.com&gt;Cc: Li Yang &lt;leoli@freescale.com&gt;Cc: Matt Porter &lt;mporter@kernel.crashing.org&gt;Cc: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Thu, 31 May 2012 23:26:38 +0000</pubDate>
        <dc:creator>Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;</dc:creator>
    </item>
<item>
        <title>48618fb4 - RapidIO: add mport driver for Tsi721 bridge</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#48618fb4</link>
        <description>RapidIO: add mport driver for Tsi721 bridgeAdd RapidIO mport driver for IDT TSI721 PCI Express-to-SRIO bridge device. The driver provides full set of callback functions defined for mportdevices in RapidIO subsystem.  It also is compatible with current versionof RIONET driver (Ethernet over RapidIO messaging services).This patch is applicable to kernel versions starting from 2.6.39.Signed-off-by: Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;Signed-off-by: Chul Kim &lt;chul.kim@idt.com&gt;Cc: Kumar Gala &lt;galak@kernel.crashing.org&gt;Cc: Matt Porter &lt;mporter@kernel.crashing.org&gt;Cc: Li Yang &lt;leoli@freescale.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Wed, 02 Nov 2011 20:39:09 +0000</pubDate>
        <dc:creator>Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;</dc:creator>
    </item>
<item>
        <title>011507e4 - rapidio: add debug configuration option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#011507e4</link>
        <description>rapidio: add debug configuration optionAdd debug configuration option for RapidIO subsystem.Signed-off-by: Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;Cc: Matt Porter &lt;mporter@kernel.crashing.org&gt;Cc: Li Yang &lt;leoli@freescale.com&gt;Cc: Kumar Gala &lt;galak@kernel.crashing.org&gt;Cc: Thomas Moll &lt;thomas.moll@sysgo.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Wed, 26 May 2010 21:44:03 +0000</pubDate>
        <dc:creator>Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;</dc:creator>
    </item>
<item>
        <title>933af4a6 - rapidio: add enabling SRIO port RX and TX</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#933af4a6</link>
        <description>rapidio: add enabling SRIO port RX and TXAdd the functionality to enable Input receiver and Output transmitter ofevery port, to allow non-maintenance traffic.Signed-off-by: Thomas Moll &lt;thomas.moll@sysgo.com&gt;Signed-off-by: Alexandre Bounine &lt;abounine@tundra.com&gt;Cc: Matt Porter &lt;mporter@kernel.crashing.org&gt;Cc: Li Yang &lt;leoli@freescale.com&gt;Cc: Kumar Gala &lt;galak@kernel.crashing.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Wed, 26 May 2010 21:44:01 +0000</pubDate>
        <dc:creator>Thomas Moll &lt;thomas.moll@sysgo.com&gt;</dc:creator>
    </item>
<item>
        <title>07590ff0 - rapidio: add IDT CPS/TSI switches</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#07590ff0</link>
        <description>rapidio: add IDT CPS/TSI switchesExtentions to RapidIO switch support:1. modify switch route operation declarations to allow using single   switch-specific file for family of switches that share the same route   table operations.2. add standard route table operations for switches that that support   route table manipulation registers as defined in the Rev.1.3 of RapidIO   specification.3. add clear-route-table operation for switches4. add CPSxx and TSIxxx families of RapidIO switchesSigned-off-by: Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;Tested-by: Thomas Moll &lt;thomas.moll@sysgo.com&gt;Cc: Matt Porter &lt;mporter@kernel.crashing.org&gt;Cc: Li Yang &lt;leoli@freescale.com&gt;Cc: Kumar Gala &lt;galak@kernel.crashing.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Wed, 26 May 2010 21:43:57 +0000</pubDate>
        <dc:creator>Alexandre Bounine &lt;alexandre.bounine@idt.com&gt;</dc:creator>
    </item>
<item>
        <title>e0423236 - [RAPIDIO] Auto-probe the RapidIO system size</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#e0423236</link>
        <description>[RAPIDIO] Auto-probe the RapidIO system sizeThe RapidIO system size will auto probe in RIO setup.  The route tableand rionet_active in rionet.c are changed to be allocated dynamicallyaccording to the size of the system.Signed-off-by: Zhang Wei &lt;wei.zhang@freescale.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Fri, 18 Apr 2008 20:33:42 +0000</pubDate>
        <dc:creator>Zhang Wei &lt;wei.zhang@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>09509603 - Fix several typos in drivers/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#09509603</link>
        <description>Fix several typos in drivers/Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Tue, 03 Oct 2006 20:31:37 +0000</pubDate>
        <dc:creator>Matt LaPlante &lt;kernel1@cyberdogtech.com&gt;</dc:creator>
    </item>
<item>
        <title>394b701c - [PATCH] RapidIO support: core base</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/rapidio/Kconfig#394b701c</link>
        <description>[PATCH] RapidIO support: core baseAdds a RapidIO subsystem to the kernel.  RIO is a switched fabric interconnectused in higher-end embedded applications.  The curious can look at the specsover at http://www.rapidio.orgThe core code implements enumeration/discovery, management ofdevices/resources, and interfaces for RIO drivers.There&apos;s a lot more to do to take advantages of all the hardware features.However, this should provide a good base for folks with RIO hardware to startcontributing.Signed-off-by: Matt Porter &lt;mporter@kernel.crashing.org&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/drivers/rapidio/Kconfig</description>
        <pubDate>Mon, 07 Nov 2005 09:00:15 +0000</pubDate>
        <dc:creator>Matt Porter &lt;mporter@kernel.crashing.org&gt;</dc:creator>
    </item>
</channel>
</rss>
