mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Werner Sembach <wse@tuxedocomputers.com>
To: Armin Wolf <W_Armin@gmx.de>,
	hansg@kernel.org, ilpo.jarvinen@linux.intel.com,
	Jonathan Corbet <corbet@lwn.net>,
	Shuah Khan <skhan@linuxfoundation.org>
Cc: platform-driver-x86@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org
Subject: Re: [PATCH v5 5/5] Documentation: laptops: Update documentation for uniwill laptops
Date: Thu, 12 Mar 2026 10:13:17 +0100	[thread overview]
Message-ID: <6459bdbf-87cd-4852-a3ce-94762ccaedbf@tuxedocomputers.com> (raw)
In-Reply-To: <6b944d0d-e0ef-4a48-99a5-7f9955d2066e@gmx.de>


Am 11.03.26 um 20:35 schrieb Armin Wolf:
> Am 11.03.26 um 00:34 schrieb Werner Sembach:
>
>> Adds short description for two new sysfs entries, ctgp_offset and
>> usb_c_power_priority, to the documentation of uniwill laptops.
>>
>> Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
>> Reviewed-by: Armin Wolf <W_Armin@gmx.de>
>> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
>> ---
>>   .../ABI/testing/sysfs-driver-uniwill-laptop   | 25 +++++++++++++++++++
>>   .../admin-guide/laptops/uniwill-laptop.rst    | 12 +++++++++
>>   2 files changed, 37 insertions(+)
>>
>> diff --git a/Documentation/ABI/testing/sysfs-driver-uniwill-laptop 
>> b/Documentation/ABI/testing/sysfs-driver-uniwill-laptop
>> index 2df70792968f3..cba4138604601 100644
>> --- a/Documentation/ABI/testing/sysfs-driver-uniwill-laptop
>> +++ b/Documentation/ABI/testing/sysfs-driver-uniwill-laptop
>> @@ -51,3 +51,28 @@ Description:
>>             Reading this file returns the current status of the breathing 
>> animation
>>           functionality.
>> +
>> +What:        /sys/bus/platform/devices/INOU0000:XX/ctgp_offset
>> +Date:        January 2026
>> +KernelVersion:    7.0
>> +Contact:    Werner Sembach <wse@tuxedocomputers.com>
>> +Description:
>> +        Allows userspace applications to set the configurable TGP offset on 
>> top of the base
>> +        TGP. Base TGP and max TGP and therefore the max cTGP offset are 
>> device specific.
>> +        Note that setting the maximal cTGP leaves no window open for Dynamic 
>> Boost,
>> +        effectively disabling that feature for the GPU to always be 
>> prioritized.
>> +
>> +        Reading this file returns the current configurable TGP offset.
>> +
>> +What: /sys/bus/platform/devices/INOU0000:XX/usb_c_power_priority
>> +Date:        February 2026
>> +KernelVersion:    7.1
>> +Contact:    Werner Sembach <wse@tuxedocomputers.com>
>> +Description:
>> +        Allows userspace applications to choose the USB-C power distribution 
>> profile between
>> +        one that offers a bigger share of the power to the battery and one 
>> that offers more
>> +        of it to the CPU. Writing "charging"/"performance" into this file 
>> selects the
>> +        respective profile.
>> +
>> +        Reading this file returns the profile names with the currently 
>> active one in
>> +        brackets.
>> diff --git a/Documentation/admin-guide/laptops/uniwill-laptop.rst 
>> b/Documentation/admin-guide/laptops/uniwill-laptop.rst
>> index aff5f57a6bd47..be4aeb9c023dd 100644
>> --- a/Documentation/admin-guide/laptops/uniwill-laptop.rst
>> +++ b/Documentation/admin-guide/laptops/uniwill-laptop.rst
>> @@ -50,6 +50,10 @@ between 1 and 100 percent are supported.
>>   Additionally the driver signals the presence of battery charging issues 
>> through the standard
>>   ``health`` power supply sysfs attribute.
>>   +It also lets you set whether a USB-C power source should prioritise 
>> charging the battery or
>> +delivering immediate power to the cpu. See 
>> Documentation/ABI/testing/sysfs-driver-uniwill-laptop for
>> +details.
>> +
>>   Lightbar
>>   --------
>>   @@ -58,3 +62,11 @@ LED class device. The default name of this LED class 
>> device is ``uniwill:multico
>>     See Documentation/ABI/testing/sysfs-driver-uniwill-laptop for details on 
>> how to control the various
>>   animation modes of the lightbar.
>> +
>> +Configurable TGP
>> +--------
>> +
>
> Hi,
>
> i think you forgot to extend the underline a bit. Please do so for the next 
> revision.
ack
>
> Thanks,
> Armin Wolf
>
>> +The ``uniwill-laptop`` driver allows to set the configurable TGP for devices 
>> with NVIDIA GPUs that
>> +allow it.
>> +
>> +See Documentation/ABI/testing/sysfs-driver-uniwill-laptop for details.

  reply	other threads:[~2026-03-12  9:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-10 23:34 [PATCH v5 0/5] latform/x86: uniwill-laptop: More support for TUXEDO devices Werner Sembach
2026-03-10 23:34 ` [PATCH v5 1/5] platform/x86: uniwill-laptop: Rework hwmon feature defines Werner Sembach
2026-03-10 23:34 ` [PATCH v5 2/5] platform/x86: uniwill-laptop: Implement USB-C power priority setting Werner Sembach
2026-03-10 23:34 ` [PATCH v5 3/5] platform/x86: uniwill-laptop: Fix XMG Fusion 15 (L19) entries Werner Sembach
2026-03-11 19:19   ` Armin Wolf
2026-03-10 23:34 ` [PATCH v5 4/5] platform/x86: uniwill-laptop: Apply features across all TUXEDO devices Werner Sembach
2026-03-10 23:34 ` [PATCH v5 5/5] Documentation: laptops: Update documentation for uniwill laptops Werner Sembach
2026-03-11  4:57   ` Randy Dunlap
2026-03-12  9:12     ` Werner Sembach
2026-03-12 15:12       ` Jonathan Corbet
2026-03-12 19:18         ` Werner Sembach
2026-03-11 19:35   ` Armin Wolf
2026-03-12  9:13     ` Werner Sembach [this message]
2026-03-12 19:22 [PATCH v5 0/5] platform/x86: uniwill-laptop: More support for TUXEDO devices Werner Sembach
2026-03-12 19:23 ` [PATCH v5 5/5] Documentation: laptops: Update documentation for uniwill laptops Werner Sembach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6459bdbf-87cd-4852-a3ce-94762ccaedbf@tuxedocomputers.com \
    --to=wse@tuxedocomputers.com \
    --cc=W_Armin@gmx.de \
    --cc=corbet@lwn.net \
    --cc=hansg@kernel.org \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=skhan@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®