<?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-class-regulator</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0f2d636e - regulator: core: Add error flags to sysfs attributes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-regulator#0f2d636e</link>
        <description>regulator: core: Add error flags to sysfs attributesIf a regulator provides a get_error_flags() operation, its sysfsattributes will now include an entry for each definedREGULATOR_ERROR_* flag.Signed-off-by: Zev Weiss &lt;zev@bewilderbeest.net&gt;Link: https://lore.kernel.org/r/20220504065252.6955-3-zev@bewilderbeest.netSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-regulator</description>
        <pubDate>Wed, 04 May 2022 06:52:49 +0000</pubDate>
        <dc:creator>Zev Weiss &lt;zev@bewilderbeest.net&gt;</dc:creator>
    </item>
<item>
        <title>54a19b4d - docs: ABI: cleanup several ABI documents</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-regulator#54a19b4d</link>
        <description>docs: ABI: cleanup several ABI documentsThere are some ABI documents that, while they don&apos;t generateany warnings, they have issues when parsed by get_abi.pl scripton its output result.Address them, in order to provide a clean output.Reviewed-by: Tom Rix &lt;trix@redhat.com&gt; # for fpga-managerReviewed-By: Kajol Jain&lt;kjain@linux.ibm.com&gt; # for sysfs-bus-event_source-devices-hv_gpci and sysfs-bus-event_source-devices-hv_24x7Acked-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt; #for IIOAcked-by: Oded Gabbay &lt;oded.gabbay@gmail.com&gt; # for HabanalabsAcked-by: Vaibhav Jain &lt;vaibhav@linux.ibm.com&gt; # for sysfs-bus-papr-pmemAcked-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt; # for catptAcked-by: Suzuki K Poulose &lt;suzuki.poulose@arm.com&gt;Acked-by: Ilya Dryomov &lt;idryomov@gmail.com&gt; # for rbdAcked-by: Jonathan Corbet &lt;corbet@lwn.net&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Link: https://lore.kernel.org/r/5bc78e5b68ed1e9e39135173857cb2e753be868f.1604042072.git.mchehab+huawei@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-regulator</description>
        <pubDate>Fri, 30 Oct 2020 07:40:50 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f59c8f9f - regulator: core: Support bypass mode</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-regulator#f59c8f9f</link>
        <description>regulator: core: Support bypass modeMany regulators support a bypass mode where they simply switch theirinput supply to the output. This is mainly used in low power retentionstates where power consumption is extremely low so higher voltage orless clean supplies can be used.Support this by providing ops for the drivers and a consumer API whichallows the device to be put into bypass mode if all consumers enable itand the machine enables permission for this.This is not supported as a mode since the existing modes are rarely useddue to fuzzy definition and mostly redundant with modern hardware which isable to respond promptly to load changes.Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;Reviewed-by: Graeme Gregory &lt;gg@slimlogic.co.uk&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-regulator</description>
        <pubDate>Fri, 31 Aug 2012 17:36:37 +0000</pubDate>
        <dc:creator>Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;</dc:creator>
    </item>
<item>
        <title>853116a1 - regulator: add get_status()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-regulator#853116a1</link>
        <description>regulator: add get_status()Based on previous LKML discussions: * Update docs for regulator sysfs class attributes to highlight   the fact that all current attributes are intended to be control   inputs, including notably &quot;state&quot; and &quot;opmode&quot; which previously   implied otherwise. * Define a new regulator driver get_status() method, which is the   first method reporting regulator outputs instead of inputs.   It can report on/off and error status; or instead of simply   &quot;on&quot;, report the actual operating mode.For the moment, this is a sysfs-only interface, not accessible toregulator clients.  Such clients can use the current notificationinterfaces to detect errors, if the regulator reports them.Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-regulator</description>
        <pubDate>Thu, 15 Jan 2009 07:03:17 +0000</pubDate>
        <dc:creator>David Brownell &lt;dbrownell@users.sourceforge.net&gt;</dc:creator>
    </item>
<item>
        <title>7ad68e2f - regulator: sysfs attribute reduction (v2)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-regulator#7ad68e2f</link>
        <description>regulator: sysfs attribute reduction (v2)Clean up the sysfs interface to regulators by only exposing theattributes that can be properly displayed.  For example: when aparticular regulator method is needed to display the value, onlycreate that attribute when that method exists.This cleaned-up interface is much more comprehensible.  Mostregulators only support a subset of the possible methods, sooften more than half the attributes would be meaningless.  Many&quot;not defined&quot; values are no longer necessary.  (But handlingof out-of-range values still looks a bit iffy.)Documentation is updated to reflect that few of the attributesare *always* present, and to briefly explain why a regulator maynot have a given attribute.This adds object code, about a dozen bytes more than was removedby the preceding patch, but saves a bunch of per-regulator dataassociated with the now-removed attributes.  So there&apos;s a netreduction in memory footprint.Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-regulator</description>
        <pubDate>Wed, 12 Nov 2008 01:39:02 +0000</pubDate>
        <dc:creator>David Brownell &lt;dbrownell@users.sourceforge.net&gt;</dc:creator>
    </item>
<item>
        <title>bc558a60 - regulator: Export regulator name via sysfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-regulator#bc558a60</link>
        <description>regulator: Export regulator name via sysfsProvide a new file &apos;name&apos; in the regulator sysfs class with a humanreadable name for the regulator for use in applications.Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-regulator</description>
        <pubDate>Fri, 10 Oct 2008 14:33:20 +0000</pubDate>
        <dc:creator>Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;</dc:creator>
    </item>
<item>
        <title>8a62ab4c - regulator: update email address for Liam Girdwood</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-regulator#8a62ab4c</link>
        <description>regulator: update email address for Liam GirdwoodAdditionally added another web resource for voltage regulators.Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-regulator</description>
        <pubDate>Sun, 14 Sep 2008 16:40:21 +0000</pubDate>
        <dc:creator>Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>e941d0ce - regulator: documentation - ABI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-regulator#e941d0ce</link>
        <description>regulator: documentation - ABIThis adds documentation describing the sysfs ABI used by the regulatorframework.Signed-off-by: Liam Girdwood &lt;lg@opensource.wolfsonmicro.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-regulator</description>
        <pubDate>Wed, 30 Apr 2008 16:23:59 +0000</pubDate>
        <dc:creator>Liam Girdwood &lt;lg@opensource.wolfsonmicro.com&gt;</dc:creator>
    </item>
</channel>
</rss>
