<?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>b58b2ba3 - scsi: Add HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/mvsas/Kconfig#b58b2ba3</link>
        <description>scsi: Add HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will result in inb()/outb() and friends notbeing declared. We thus need to add HAS_IOPORT as dependency for thosedrivers using them.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;Link: https://lore.kernel.org/r/20230522105049.1467313-32-schnelle@linux.ibm.comSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/mvsas/Kconfig</description>
        <pubDate>Mon, 22 May 2023 10:50:36 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>071fb96b - treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 457</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/mvsas/Kconfig#071fb96b</link>
        <description>treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 457Based on 2 normalized pattern(s):  this file is licensed under gplv2 this file is part of the [aic94xx]  driver the [aic94xx] driver is free software you can redistribute it  and or modify it under the terms of the gnu general public license  as published by the free software foundation version 2 of the  license the [aic94xx] driver is distributed in the hope that it will  be useful but without any warranty without even the implied warranty  of merchantability or fitness for a particular purpose see the gnu  general public license for more details you should have received a  copy of the gnu general public license along with [aic94xx] driver  if not write to the free software foundation inc 51 franklin st  fifth floor boston ma 02110 1301 usa  this file is licensed under gplv2 this file is part of the  [88se64xx] [88se94xx] driver the [88se64xx] [88se94xx] driver is  free software you can redistribute it and or modify it under the  terms of the gnu general public license as published by the free  software foundation version 2 of the license the [88se64xx]  [88se94xx] driver is distributed in the hope that it will be useful  but without any warranty without even the implied warranty of  merchantability or fitness for a particular purpose see the gnu  general public license for more details you should have received a  copy of the gnu general public license along with [88se64xx]  [88se94xx] driver if not write to the free software foundation inc  51 franklin st fifth floor boston ma 02110 1301 usaextracted by the scancode license scanner the SPDX license identifier  GPL-2.0-onlyhas been chosen to replace the boilerplate/reference in 2 file(s).Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Reviewed-by: Allison Randal &lt;allison@lohutok.net&gt;Reviewed-by: Enrico Weigelt &lt;info@metux.net&gt;Cc: linux-spdx@vger.kernel.orgLink: https://lkml.kernel.org/r/20190604081201.638289549@linutronix.deSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/scsi/mvsas/Kconfig</description>
        <pubDate>Tue, 04 Jun 2019 08:10:51 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>6f8ac161 - [SCSI] mvsas: Add support for interrupt tasklet</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/mvsas/Kconfig#6f8ac161</link>
        <description>[SCSI] mvsas: Add support for interrupt taskletAdd support for interrupt tasklet, which will improve performance.Correct spelling of &quot;20011&quot;[jejb: simplified ifdefs and fixed unused variable problem]Signed-off-by: Xiangliang Yu &lt;yuxiangl@marvell.com&gt;Signed-off-by: James Bottomley &lt;JBottomley@Parallels.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/mvsas/Kconfig</description>
        <pubDate>Thu, 30 Jun 2011 14:27:36 +0000</pubDate>
        <dc:creator>Xiangliang Yu &lt;yuxiangl@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>0b15fb1f - [SCSI] mvsas: add support for Task collector mode and fixed relative bugs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/mvsas/Kconfig#0b15fb1f</link>
        <description>[SCSI] mvsas: add support for Task collector mode and fixed relative bugs1. Add support for Task collector mode.2. Fixed relative collector mode bug:   - I/O failed when disks is on two ports   - system hang when hotplug disk   - system hang when unplug disk during run IO3. Unlock ap-&gt;lock within .lldd_execute_task for direct mode to   improve performanceSigned-off-by: Xiangliang Yu &lt;yuxiangl@marvell.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;

            List of files:
            /linux-6.15/drivers/scsi/mvsas/Kconfig</description>
        <pubDate>Tue, 26 Apr 2011 13:36:51 +0000</pubDate>
        <dc:creator>Xiangliang Yu &lt;yuxiangl@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>20b09c29 - [SCSI] mvsas: add support for 94xx; layout change; bug fixes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/mvsas/Kconfig#20b09c29</link>
        <description>[SCSI] mvsas: add support for 94xx; layout change; bug fixesThis version contains following main changes  - Switch to new layout to support more types of ASIC.  - SSP TMF supported and related Error Handing enhanced.  - Support flash feature with delay 2*HZ when PHY changed.  - Support Marvell 94xx series ASIC for 6G SAS/SATA, which has 288SE64xx chips but any different register description.  - Support SPI flash for HBA-related configuration info.  - Other patch enhanced from kernel side such as increasing PHY type[jejb: fold back in DMA_BIT_MASK changes]Signed-off-by: Ying Chu &lt;jasonchu@marvell.com&gt;Signed-off-by: Andy Yan &lt;ayan@marvell.com&gt;Signed-off-by: Ke Wei &lt;kewei@marvell.com&gt;Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/mvsas/Kconfig</description>
        <pubDate>Fri, 08 May 2009 21:46:40 +0000</pubDate>
        <dc:creator>Andy Yan &lt;ayan@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>2ad52f47 - [SCSI] mvsas: move into new directory drivers/scsi/mvsas/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/mvsas/Kconfig#2ad52f47</link>
        <description>[SCSI] mvsas: move into new directory drivers/scsi/mvsas/Zero functional changes, just file movement.This commit prepares for the upcoming integration of theMarvell-provided driver update that splits the driver into supportfor both 64xx and 94xx chip families.Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/mvsas/Kconfig</description>
        <pubDate>Fri, 08 May 2009 20:35:37 +0000</pubDate>
        <dc:creator>Jeff Garzik &lt;jeff@garzik.org&gt;</dc:creator>
    </item>
</channel>
</rss>
