<?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>2c30357e - platform/x86: x86-android-tablets: Add select POWER_SUPPLY to Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/x86/x86-android-tablets/Kconfig#2c30357e</link>
        <description>platform/x86: x86-android-tablets: Add select POWER_SUPPLY to KconfigCommit c78dd25138d1 (&quot;platform/x86: x86-android-tablets: Add Vexia EDUATLA 10 EC battery driver&quot;), adds power_supply class registering tothe x86-android-tablets code.Add &quot;select POWER_SUPPLY&quot; to the Kconfig entry to avoid these errors:ERROR: modpost: &quot;power_supply_get_drvdata&quot; [drivers/platform/x86/x86-android-tablets/vexia_atla10_ec.ko] undefined!ERROR: modpost: &quot;power_supply_changed&quot; [drivers/platform/x86/x86-android-tablets/vexia_atla10_ec.ko] undefined!ERROR: modpost: &quot;devm_power_supply_register&quot; [drivers/platform/x86/x86-android-tablets/vexia_atla10_ec.ko] undefined!When POWER_SUPPLY support is not enabled.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202503231159.ga9eWMVO-lkp@intel.com/Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Link: https://lore.kernel.org/r/20250324125052.374369-1-hdegoede@redhat.comReviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/platform/x86/x86-android-tablets/Kconfig</description>
        <pubDate>Mon, 24 Mar 2025 12:50:52 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>5b78e809 - platform/x86: x86-android-tablets: Add support for getting i2c_adapter by PCI parent devname()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/x86/x86-android-tablets/Kconfig#5b78e809</link>
        <description>platform/x86: x86-android-tablets: Add support for getting i2c_adapter by PCI parent devname()On the Vexia EDU ATLA 10 tablet, which ships with Android + a custom Linux(guadalinex) using the custom Android kernel the I2C controllers are notenumerated as ACPI devices as they typically are.Instead they are enumerated as PCI devices which do not have ACPI firmwarenodes associated with them, so getting the i2c_adapter by the ACPI path ofits firmware node does not work.Add support for getting the i2c_adapter by the devname() of its PCI parentinstead.Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Reviewed-by: Andy Shevchenko &lt;andy@kernel.org&gt;Link: https://lore.kernel.org/r/20241104200848.58693-3-hdegoede@redhat.comReviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/platform/x86/x86-android-tablets/Kconfig</description>
        <pubDate>Mon, 04 Nov 2024 20:08:47 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>bb9c2e54 - platform/x86: x86-android-tablets: Fix spelling in the comments</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/x86/x86-android-tablets/Kconfig#bb9c2e54</link>
        <description>platform/x86: x86-android-tablets: Fix spelling in the commentsFix spelling across comments (besides obvious grammar issues):- spell words in full, e.g., &apos;img&apos; --&gt; &apos;image&apos;- refer to &apos;gpio-keys&apos; consistently- refer to acpi_power_off() clearly as to function- make sure that the first line is only for the affected model(s)- miscellaneous improvementsSigned-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://lore.kernel.org/r/20240902150625.2722187-1-andriy.shevchenko@linux.intel.comReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/platform/x86/x86-android-tablets/Kconfig</description>
        <pubDate>Mon, 02 Sep 2024 15:06:25 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4d6ef1be - platform/x86: x86-android-tablets: Add &quot;select LEDS_CLASS&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/x86/x86-android-tablets/Kconfig#4d6ef1be</link>
        <description>platform/x86: x86-android-tablets: Add &quot;select LEDS_CLASS&quot;Since the x86-android-tablets now calls devm_led_classdev_register_ext()it needs to select LEDS_CLASS as well as LEDS_CLASS&apos; NEW_LEDS dependency.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202405182256.FsKBjIzG-lkp@intel.com/Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Link: https://lore.kernel.org/r/20240521094741.273397-1-hdegoede@redhat.com

            List of files:
            /linux-6.15/drivers/platform/x86/x86-android-tablets/Kconfig</description>
        <pubDate>Tue, 21 May 2024 09:47:41 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b59018c1 - platform/x86: x86-android-tablets: Add depends on PMIC_OPREGION</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/x86/x86-android-tablets/Kconfig#b59018c1</link>
        <description>platform/x86: x86-android-tablets: Add depends on PMIC_OPREGIONAdd a depends on PMIC_OPREGION to x86-android-tablets Kconfig to fixthe following build error:ERROR: modpost: &quot;intel_soc_pmic_exec_mipi_pmic_seq_element&quot; [drivers/platform/x86/x86-android-tablets/x86-android-tablets.ko] undefined!Fixes: 9b1d2662b8c5 (&quot;platform/x86: x86-android-tablets: Add touchscreen support for Lenovo Yoga Tab 3 Pro YT3-X90F&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Link: https://lore.kernel.org/oe-kbuild-all/202303091711.howZNrIY-lkp@intel.com/Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Link: https://lore.kernel.org/r/20230309094035.18736-1-hdegoede@redhat.com

            List of files:
            /linux-6.15/drivers/platform/x86/x86-android-tablets/Kconfig</description>
        <pubDate>Thu, 09 Mar 2023 09:40:35 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>afdcb535 - platform/x86: x86-android-tablets: Move into its own subdir</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/x86/x86-android-tablets/Kconfig#afdcb535</link>
        <description>platform/x86: x86-android-tablets: Move into its own subdirMove the x86-android-tablets code into its own subdir, this isa preparation patch for splitting the somewhat large file intomultiple smaller files.Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Link: https://lore.kernel.org/r/20230301092331.7038-3-hdegoede@redhat.com

            List of files:
            /linux-6.15/drivers/platform/x86/x86-android-tablets/Kconfig</description>
        <pubDate>Sun, 19 Feb 2023 16:06:14 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
