From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: "Luke D. Jones" <luke@ljones.dev>
Cc: Hans de Goede <hdegoede@redhat.com>,
corentin.chary@gmail.com, platform-driver-x86@vger.kernel.org,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 1/1] platform/x86: asus-wmi: add support variant of TUF RGB
Date: Wed, 20 Mar 2024 13:36:58 +0200 (EET) [thread overview]
Message-ID: <5d5e8895-8843-a0bf-de97-b293528a0643@linux.intel.com> (raw)
In-Reply-To: <20240320011442.11608-2-luke@ljones.dev>
[-- Attachment #1: Type: text/plain, Size: 1784 bytes --]
On Wed, 20 Mar 2024, Luke D. Jones wrote:
> Adds support for a second TUF RGB wmi call that some versions of the TUF
> laptop come with. Also adjusts existing support to select whichever is
> available.
>
> Signed-off-by: Luke D. Jones <luke@ljones.dev>
> ---
> drivers/platform/x86/asus-wmi.c | 13 +++++++++++--
> include/linux/platform_data/x86/asus-wmi.h | 1 +
> 2 files changed, 12 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
> index b9a2fb8007c0..0d8a2b82cc06 100644
> --- a/drivers/platform/x86/asus-wmi.c
> +++ b/drivers/platform/x86/asus-wmi.c
> @@ -4544,6 +4545,14 @@ static int asus_wmi_add(struct platform_device *pdev)
> asus->gpu_mux_dev = ASUS_WMI_DEVID_GPU_MUX_VIVO;
> }
>
> + if (asus_wmi_dev_is_present(asus, ASUS_WMI_DEVID_TUF_RGB_MODE)) {
The patch itself is fine,
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
However,
There's a major problem in the way you're submitting these. This patch is
built on top of the GPU_MUX_VIVO patch as can be seen from the context
above. Yet, you're sending these independently instead of series. I
suspect there are other similar problems among these patches that there's
hidden dependency order in which these should be applied. This will cause
problems if maintainer applies the patches in wrong order (they may even
misapply with fuzz).
Only if the patches are truly independent, that is, focus on solving
entirely differently thing (functional independency) and do not have any
linewise conflicts (code locality independecy) either, it's fine to send
patches as independent ones without making a series out of them. But
clearly it's not the case here.
--
i.
next prev parent reply other threads:[~2024-03-20 11:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-20 1:14 [PATCH v2 0/1] " Luke D. Jones
2024-03-20 1:14 ` [PATCH v2 1/1] platform/x86: " Luke D. Jones
2024-03-20 11:36 ` Ilpo Järvinen [this message]
2024-03-20 20:01 ` Luke Jones
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=5d5e8895-8843-a0bf-de97-b293528a0643@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=corentin.chary@gmail.com \
--cc=hdegoede@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=luke@ljones.dev \
--cc=platform-driver-x86@vger.kernel.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
Powered by JetHome