<?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 sysfs-bus-fsi</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3e42d1de - docs: typo fixes in Documentation/ABI/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-bus-fsi#3e42d1de</link>
        <description>docs: typo fixes in Documentation/ABI/Fix the following typos in the Documentation/ABI/ directory:- In file obsolete/sysfs-cpuidle, change &quot;obselete&quot; for &quot;obsolete&quot;.- In file removed/sysfs-kernel-uids, change &quot;propotional&quot; for &quot;proportional&quot;.- In directory stable/, fix the following words: &quot;associtated&quot; for &quot;associated&quot;,  &quot;hexidecimal&quot; for &quot;hexadecimal&quot;, &quot;vlue&quot; for &quot;value&quot;, &quot;csed&quot; for &quot;caused&quot; and  &quot;wrtie&quot; for &quot;write&quot;. This updates a total of five files.- In directory testing/, fix the following words: &quot;subystem&quot; for &quot;subsystem&quot;,  &quot;isochrnous&quot; for &quot;isochronous&quot;, &quot;Desctiptors&quot; for &quot;Descriptors&quot;, &quot;picutre&quot; for  &quot;picture&quot;, &quot;capture&quot; for &quot;capture&quot;, &quot;occured&quot; for &quot;ocurred&quot;, &quot;connnected&quot; for  &quot;connected&quot;,&quot;agressively&quot; for &quot;aggressively&quot;,&quot;manufacturee&quot; for &quot;manufacturer&quot;  and &quot;transaction&quot; for &quot;transaction&quot;, &quot;malformatted&quot; for &quot;incorrectly formated&quot;  ,&quot;internel&quot; for &quot;internal&quot;, &quot;writtento&quot; for &quot;written to&quot;, &quot;specificed&quot; for  &quot;specified&quot;, &quot;beyound&quot; for &quot;beyond&quot;, &quot;Symetric&quot; for &quot;Symmetric&quot;. This updates  a total of eleven files.Signed-off-by: Carlos Bilbao &lt;bilbao@vt.edu&gt;Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Reviewed-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Link: https://lore.kernel.org/r/5710038.lOV4Wx5bFT@iron-maidenSigned-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-bus-fsi</description>
        <pubDate>Thu, 13 May 2021 13:31:10 +0000</pubDate>
        <dc:creator>Carlos Bilbao &lt;bilbao@vt.edu&gt;</dc:creator>
    </item>
<item>
        <title>4a851d71 - fsi: aspeed: Support CFAM reset GPIO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-bus-fsi#4a851d71</link>
        <description>fsi: aspeed: Support CFAM reset GPIOSystems have a line for restting the remote CFAM. This is not part ofthe FSI master, but is associated with it, so it makes sense to includeit in the master driver.This exposes a sysfs interface to reset the cfam, abstracting away thedirection and polarity of the GPIO, as well as the timing of the resetpulse. Userspace will be blocked until the reset pulse is finished.The reset is hard coded to be in the range of (900, 1000) us. It wasobserved with a scope to regularly be just over 1ms.If the device tree property is not preset the driver will silentlycontinue.Reviewed-by: Andrew Jeffery &lt;andrew@aj.id.au&gt;Link: https://lore.kernel.org/r/20200728025527.174503-6-joel@jms.id.auSigned-off-by: Joel Stanley &lt;joel@jms.id.au&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-bus-fsi</description>
        <pubDate>Tue, 28 Jul 2020 02:55:27 +0000</pubDate>
        <dc:creator>Joel Stanley &lt;joel@jms.id.au&gt;</dc:creator>
    </item>
<item>
        <title>2fc95e04 - ABI: Update FSI path documentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-bus-fsi#2fc95e04</link>
        <description>ABI: Update FSI path documentationThe paths added back in 4.13 weren&apos;t quite correct. The in reality thefiles documented lived under  /sys/devices/../fsi0/rescan  /sys/devices/../fsi0/break  /sys/devices/../fsi0/slave@00:00/term  /sys/devices/../fsi0/slave@00:00/rawIn 5.5 with the addition of the FSI class they move to  /sys/devices/../fsi-master/fsi0/rescan  /sys/devices/../fsi-master/fsi0/break  /sys/devices/../fsi-master/fsi0/slave@00:00/term  /sys/devices/../fsi-master/fsi0/slave@00:00/rawThis is closer to how the (incorrect) documentation described them.Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;Acked-by: Alistair Popple &lt;alistair@popple.id.au&gt;Link: https://lore.kernel.org/r/20191108051945.7109-4-joel@jms.id.auSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-bus-fsi</description>
        <pubDate>Fri, 08 Nov 2019 05:19:37 +0000</pubDate>
        <dc:creator>Joel Stanley &lt;joel@jms.id.au&gt;</dc:creator>
    </item>
<item>
        <title>a7ec9371 - drivers/fsi: Document FSI master sysfs files in ABI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-bus-fsi#a7ec9371</link>
        <description>drivers/fsi: Document FSI master sysfs files in ABIAdd info for sysfs scan file in Documentaiton ABI/testingSigned-off-by: Christopher Bostic &lt;cbostic@linux.vnet.ibm.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-bus-fsi</description>
        <pubDate>Tue, 06 Jun 2017 21:08:53 +0000</pubDate>
        <dc:creator>Christopher Bostic &lt;cbostic@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
