public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Antheas Kapenekakis <lkml@antheas.dev>
Cc: platform-driver-x86@vger.kernel.org,
	LKML <linux-kernel@vger.kernel.org>,
	"Derek John Clark" <derekjohn.clark@gmail.com>,
	"Joaquín Ignacio Aramendía" <samsagax@gmail.com>,
	"Hans de Goede" <hansg@kernel.org>,
	Eileen <eileen@one-netbook.com>
Subject: Re: [PATCH v1 1/4] platform/x86: oxpec: Add support for OneXPlayer APEX
Date: Mon, 23 Feb 2026 16:02:58 +0200 (EET)	[thread overview]
Message-ID: <6bc7e9df-303b-7f3d-e3b3-eefd6afcc074@linux.intel.com> (raw)
In-Reply-To: <20260218214919.449636-2-lkml@antheas.dev>

[-- Attachment #1: Type: text/plain, Size: 1498 bytes --]

On Wed, 18 Feb 2026, Antheas Kapenekakis wrote:

> This is a new Strix Halo handheld by OneXPlayer. Uses the same registers
> as the OneXPlayer Fly devices.

Hi,

The changelog bodies should be fully readable and understandable without 
the shortlog (in the Subject) so you cannot start with "This is ...".

The same problem was in some other patch of this series as well.

--
 i.

> Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev>
> ---
>  drivers/platform/x86/oxpec.c | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/platform/x86/oxpec.c b/drivers/platform/x86/oxpec.c
> index 144a454103b9..59d6f9d9a905 100644
> --- a/drivers/platform/x86/oxpec.c
> +++ b/drivers/platform/x86/oxpec.c
> @@ -11,7 +11,7 @@
>   *
>   * Copyright (C) 2022 Joaquín I. Aramendía <samsagax@gmail.com>
>   * Copyright (C) 2024 Derek J. Clark <derekjohn.clark@gmail.com>
> - * Copyright (C) 2025 Antheas Kapenekakis <lkml@antheas.dev>
> + * Copyright (C) 2025-2026 Antheas Kapenekakis <lkml@antheas.dev>
>   */
>  
>  #include <linux/acpi.h>
> @@ -142,6 +142,13 @@ static const struct dmi_system_id dmi_table[] = {
>  		},
>  		.driver_data = (void *)oxp_2,
>  	},
> +	{
> +		.matches = {
> +			DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"),
> +			DMI_EXACT_MATCH(DMI_BOARD_NAME, "ONEXPLAYER APEX"),
> +		},
> +		.driver_data = (void *)oxp_fly,
> +	},
>  	{
>  		.matches = {
>  			DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"),
> 

  reply	other threads:[~2026-02-23 14:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-18 21:49 [PATCH v1 0/4] platform/x86: oxpec: Add more devices Antheas Kapenekakis
2026-02-18 21:49 ` [PATCH v1 1/4] platform/x86: oxpec: Add support for OneXPlayer APEX Antheas Kapenekakis
2026-02-23 14:02   ` Ilpo Järvinen [this message]
2026-02-23 14:04     ` Antheas Kapenekakis
2026-02-18 21:49 ` [PATCH v1 2/4] platform/x86: oxpec: Add support for OneXPlayer X1z Antheas Kapenekakis
2026-02-18 21:49 ` [PATCH v1 3/4] platform/x86: oxpec: Add support for OneXPlayer X1 Air Antheas Kapenekakis
2026-02-18 21:49 ` [PATCH v1 4/4] platform/x86: oxpec: Add support for Aokzoe A2 Pro Antheas Kapenekakis

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=6bc7e9df-303b-7f3d-e3b3-eefd6afcc074@linux.intel.com \
    --to=ilpo.jarvinen@linux.intel.com \
    --cc=derekjohn.clark@gmail.com \
    --cc=eileen@one-netbook.com \
    --cc=hansg@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkml@antheas.dev \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=samsagax@gmail.com \
    /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