<?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-driver-chromeos-acpi</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0820debb - platform/chrome: chromeos_acpi: print hex string for ACPI_TYPE_BUFFER</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-chromeos-acpi#0820debb</link>
        <description>platform/chrome: chromeos_acpi: print hex string for ACPI_TYPE_BUFFER`element-&gt;buffer.pointer` should be binary blob.  `%s` doesn&apos;t workperfect for them.Print hex string for ACPI_TYPE_BUFFER.  Also update the documentationto reflect this.Fixes: 0a4cad9c11ad (&quot;platform/chrome: Add ChromeOS ACPI device driver&quot;)Cc: stable@vger.kernel.orgReviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20230803011245.3773756-1-tzungbi@kernel.orgSigned-off-by: Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-chromeos-acpi</description>
        <pubDate>Thu, 03 Aug 2023 01:12:45 +0000</pubDate>
        <dc:creator>Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>703e7713 - platform/chrome: chromeos_acpi: support official HID GOOG0016</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-chromeos-acpi#703e7713</link>
        <description>platform/chrome: chromeos_acpi: support official HID GOOG0016Support official HID GOOG0016 for ChromeOS ACPI (see [1]).[1]: https://crrev.com/c/2266713Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Reviewed-by: Guenter Roeck &lt;groeck@chromium.org&gt;Link: https://lore.kernel.org/r/20230731024214.908235-1-tzungbi@kernel.orgSigned-off-by: Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-chromeos-acpi</description>
        <pubDate>Mon, 31 Jul 2023 02:42:14 +0000</pubDate>
        <dc:creator>Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>abd4fd43 - platform/chrome: Use imperative mood for ChromeOS ACPI sysfs ABI descriptions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-chromeos-acpi#abd4fd43</link>
        <description>platform/chrome: Use imperative mood for ChromeOS ACPI sysfs ABI descriptionsThe current descriptions all begin with (&quot;This file shows something&quot;)clause, which is incorrect wording since these mean return value fromsysfs.Use imperative mood (&quot;Returns something&quot;) instead, in line withcorresponding ACPI documentation at firmware-guide/.Cc: Benson Leung &lt;bleung@google.com&gt;Cc: Guenter Roeck &lt;groeck@chromium.org&gt;Cc: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;Cc: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Cc: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;Cc: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Cc: Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;Cc: Linux Kernel Mailing List &lt;linux-kernel@vger.kernel.org&gt;Cc: Linux Next Mailing List &lt;linux-next@vger.kernel.org&gt;Signed-off-by: Bagas Sanjaya &lt;bagasdotme@gmail.com&gt;Reviewed-by: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Signed-off-by: Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;Link: https://lore.kernel.org/r/20220518083524.37380-3-bagasdotme@gmail.com

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-chromeos-acpi</description>
        <pubDate>Wed, 18 May 2022 08:35:24 +0000</pubDate>
        <dc:creator>Bagas Sanjaya &lt;bagasdotme@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a6c13d87 - platform/chrome: Use tables for values lists of ChromeOS ACPI sysfs ABI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-chromeos-acpi#a6c13d87</link>
        <description>platform/chrome: Use tables for values lists of ChromeOS ACPI sysfs ABIStephen Rothwell reported htmldocs warning when merging chrome-platformtree:Documentation/ABI/testing/sysfs-driver-chromeos-acpi:2: WARNING: Unexpected indentation.Documentation/ABI/testing/sysfs-driver-chromeos-acpi:11: WARNING: Unexpected indentation.Documentation/ABI/testing/sysfs-driver-chromeos-acpi:22: WARNING: Unexpected indentation.Documentation/ABI/testing/sysfs-driver-chromeos-acpi:56: WARNING: Unexpected indentation.The warning is due to missing blank line separator surrounding valueslists.Instead of using lists, use tables to be consistent with rest of sysfsABI documentation.Link: https://lore.kernel.org/linux-next/20220516213832.19127535@canb.auug.org.au/Fixes: 0a4cad9c11ad (&quot;platform/chrome: Add ChromeOS ACPI device driver&quot;)Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Cc: Benson Leung &lt;bleung@google.com&gt;Cc: Guenter Roeck &lt;groeck@chromium.org&gt;Cc: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;Cc: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Cc: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;Cc: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Cc: Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;Cc: Linux Kernel Mailing List &lt;linux-kernel@vger.kernel.org&gt;Cc: Linux Next Mailing List &lt;linux-next@vger.kernel.org&gt;Signed-off-by: Bagas Sanjaya &lt;bagasdotme@gmail.com&gt;Reviewed-by: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Signed-off-by: Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;Link: https://lore.kernel.org/r/20220518083524.37380-2-bagasdotme@gmail.com[tzungbi: fix the Fixes tag to 12-chars hash.]Signed-off-by: Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-chromeos-acpi</description>
        <pubDate>Wed, 18 May 2022 08:35:23 +0000</pubDate>
        <dc:creator>Bagas Sanjaya &lt;bagasdotme@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0a4cad9c - platform/chrome: Add ChromeOS ACPI device driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-driver-chromeos-acpi#0a4cad9c</link>
        <description>platform/chrome: Add ChromeOS ACPI device driverThe x86 Chromebooks have the ChromeOS ACPI device. This driver attachesto the ChromeOS ACPI device and exports the values reported by ACPI in asysfs directory. This data isn&apos;t present in ACPI tables when readthrough ACPI tools, hence a driver is needed to do it. The driver getsdata from firmware using the ACPI component of the kernel. The ACPI valuesare presented in string form (numbers as decimal values) or binaryblobs, and can be accessed as the contents of the appropriate read onlyfiles in the standard ACPI device&apos;s sysfs directory tree. This data isconsumed by the ChromeOS user space.Reviewed-by: Guenter Roeck &lt;groeck@chromium.org&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;Signed-off-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;Co-developed-by: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Signed-off-by: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Signed-off-by: Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;Link: https://lore.kernel.org/r/Yn4OKYrtV35Dv+nd@debian-BULLSEYE-live-builder-AMD64

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-driver-chromeos-acpi</description>
        <pubDate>Fri, 13 May 2022 07:52:09 +0000</pubDate>
        <dc:creator>Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;</dc:creator>
    </item>
</channel>
</rss>
