<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c0b34bed - fsi: Add I2C Responder SCOM driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fsi/Makefile#c0b34bed</link>
        <description>fsi: Add I2C Responder SCOM driverThe I2CR has the capability to directly perform SCOM operations,circumventing the need to drive the FSI2PIB engine. Add a newdriver to perform SCOM operations through the I2CR.Signed-off-by: Eddie James &lt;eajames@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20230612195657.245125-15-eajames@linux.ibm.comSigned-off-by: Joel Stanley &lt;joel@jms.id.au&gt;

            List of files:
            /linux-6.15/drivers/fsi/Makefile</description>
        <pubDate>Mon, 12 Jun 2023 19:56:57 +0000</pubDate>
        <dc:creator>Eddie James &lt;eajames@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>53e89e3e - fsi: Add IBM I2C Responder virtual FSI master</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fsi/Makefile#53e89e3e</link>
        <description>fsi: Add IBM I2C Responder virtual FSI masterThe I2C Responder (I2CR) is an I2C device that translates I2C commandsto CFAM or SCOM operations, effectively implementing an FSI master andbus.Signed-off-by: Eddie James &lt;eajames@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20230612195657.245125-14-eajames@linux.ibm.comSigned-off-by: Joel Stanley &lt;joel@jms.id.au&gt;

            List of files:
            /linux-6.15/drivers/fsi/Makefile</description>
        <pubDate>Mon, 12 Jun 2023 19:56:56 +0000</pubDate>
        <dc:creator>Eddie James &lt;eajames@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>606397d6 - fsi: Add ast2600 master driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fsi/Makefile#606397d6</link>
        <description>fsi: Add ast2600 master driverThe ast2600 BMC has a pair of FSI masters in it, behind an AHB to OPBbridge.The master driver supports reads and writes of full words, half word andbyte accesses to remote CFAMs. It can perform very basic error recoverythrough resetting of the FSI port when an error is detected, and theissuing of breaks and terms.Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;Acked-by: Alistair Popple &lt;alistair@popple.id.au&gt;--v2: - remove debugging - squash in fixesLink: https://lore.kernel.org/r/20191108051945.7109-10-joel@jms.id.auSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fsi/Makefile</description>
        <pubDate>Fri, 08 Nov 2019 05:19:43 +0000</pubDate>
        <dc:creator>Joel Stanley &lt;joel@jms.id.au&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/fsi/Makefile#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/fsi/Makefile</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>7ed98ddd - fsi: Add On-Chip Controller (OCC) driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fsi/Makefile#7ed98ddd</link>
        <description>fsi: Add On-Chip Controller (OCC) driverThe OCC is a device embedded on a POWER processor that collects andaggregates sensor data from the processor and system. The OCC canprovide the raw sensor data as well as perform thermal and powermanagement on the system.This driver provides an atomic communications channel between a serviceprocessor (e.g. a BMC) and the OCC. The driver is dependent on the FSISBEFIFO driver to get hardware access through the SBE to the OCC SRAM.Commands are issued to the SBE to send or fetch data to the SRAM.Signed-off-by: Eddie James &lt;eajames@linux.ibm.com&gt;Signed-off-by: Andrew Jeffery &lt;andrew@aj.id.au&gt;Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/fsi/Makefile</description>
        <pubDate>Thu, 08 Nov 2018 21:05:21 +0000</pubDate>
        <dc:creator>Eddie James &lt;eajames@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>6a794a27 - fsi: master-ast-cf: Add new FSI master using Aspeed ColdFire</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fsi/Makefile#6a794a27</link>
        <description>fsi: master-ast-cf: Add new FSI master using Aspeed ColdFireThe Aspeed AST2x00 can contain a ColdFire v1 coprocessor whichis currently unused on OpenPower systems.This adds an alternative to the fsi-master-gpio driver thatuses that coprocessor instead of bit banging from the ARMcore itself. The end result is about 4 times faster.The firmware for the coprocessor and its source code can befound at https://github.com/ozbenh/cf-fsi and is system specific.Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;

            List of files:
            /linux-6.15/drivers/fsi/Makefile</description>
        <pubDate>Mon, 11 Jun 2018 23:55:04 +0000</pubDate>
        <dc:creator>Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;</dc:creator>
    </item>
<item>
        <title>9f4a8a2d - fsi/sbefifo: Add driver for the SBE FIFO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fsi/Makefile#9f4a8a2d</link>
        <description>fsi/sbefifo: Add driver for the SBE FIFOThis driver provides an in-kernel and a user API for accessingthe command FIFO of the SBE (Self Boot Engine) of the POWER9processor, via the FSI bus.It provides an in-kernel interface to submit command and receiveresponses, along with a helper to locate and analyse the responsestatus block. It&apos;s a simple synchronous submit() type API.The user interface uses the write/read interface that an earlierversion of this driver already provided, however it has somespecific limitations in order to keep the driver simple andavoid using up a lot of kernel memory: - The user should perform a single write() with the command and   a single read() to get the response (with a buffer big enough   to hold the entire response). - On a write() the command is simply &quot;stored&quot; into a kernel buffer,   it is submitted as one operation on the subsequent read(). This   allows to have the code write directly from the FIFO into the user   buffer and avoid hogging the SBE between the write() and read()   syscall as it&apos;s critical that the SBE be freed asap to respond   to the host. An extra write() will simply replace the previously   written command. - A write of a single 4 bytes containing the value 0x52534554   in big endian will trigger a reset request. No read is necessary,   the write() call will return when the reset has been acknowledged   or times out. - The command is limited to 4K bytes.Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Tested-by: Joel Stanley &lt;joel@jms.id.au&gt;---

            List of files:
            /linux-6.15/drivers/fsi/Makefile</description>
        <pubDate>Thu, 17 May 2018 05:58:00 +0000</pubDate>
        <dc:creator>Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;</dc:creator>
    </item>
<item>
        <title>7f9e8f76 - drivers/fsi: Add hub master support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fsi/Makefile#7f9e8f76</link>
        <description>drivers/fsi: Add hub master supportAdd an engine driver to expose a &quot;hub&quot; FSI master - which has a set ofcontrol registers in the engine address space, and uses a chunk of theslave address space for actual FSI communication.Additional changes from Jeremy Kerr &lt;jk@ozlabs.org&gt;.Signed-off-by: Christopher Bostic &lt;cbostic@linux.vnet.ibm.com&gt;Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fsi/Makefile</description>
        <pubDate>Tue, 06 Jun 2017 21:08:57 +0000</pubDate>
        <dc:creator>Christopher Bostic &lt;cbostic@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>680ca6dc - drivers/fsi: Add SCOM FSI client device driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fsi/Makefile#680ca6dc</link>
        <description>drivers/fsi: Add SCOM FSI client device driverCreate a simple SCOM engine device driver that reads and writesits control registers via an FSI bus.Includes changes from Edward A. James &lt;eajames@us.ibm.com&gt;.Signed-off-by: Christopher Bostic &lt;cbostic@linux.vnet.ibm.com&gt;Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;Signed-off-by: Edward A. James &lt;eajames@us.ibm.com&gt;Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fsi/Makefile</description>
        <pubDate>Tue, 06 Jun 2017 21:08:56 +0000</pubDate>
        <dc:creator>Christopher Bostic &lt;cbostic@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>ac0385d9 - drivers/fsi: Add GPIO based FSI master</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fsi/Makefile#ac0385d9</link>
        <description>drivers/fsi: Add GPIO based FSI masterImplement a FSI master using GPIO.  Will generate FSI protocol forread and write commands to particular addresses.  Sends master commandand waits for and decodes a slave response.Includes changes from Edward A. James &lt;eajames@us.ibm.com&gt; and JeremyKerr &lt;jk@ozlabs.org&gt;.Signed-off-by: Edward A. James &lt;eajames@us.ibm.com&gt;Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;Signed-off-by: Christopher Bostic &lt;cbostic@linux.vnet.ibm.com&gt;Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fsi/Makefile</description>
        <pubDate>Tue, 06 Jun 2017 21:08:54 +0000</pubDate>
        <dc:creator>Christopher Bostic &lt;cbostic@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>0508ad1f - drivers/fsi: Add empty fsi bus definitions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/fsi/Makefile#0508ad1f</link>
        <description>drivers/fsi: Add empty fsi bus definitionsThis change adds the initial (empty) fsi bus definition, and introducesdrivers/fsi/.Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;Signed-off-by: Chris Bostic &lt;cbostic@us.ibm.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/fsi/Makefile</description>
        <pubDate>Wed, 01 Feb 2017 16:53:41 +0000</pubDate>
        <dc:creator>Jeremy Kerr &lt;jk@ozlabs.org&gt;</dc:creator>
    </item>
</channel>
</rss>
