All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Eren Turhan <apole.dev@gmail.com>
Cc: Hans de Goede <hansg@kernel.org>,
	platform-driver-x86@vger.kernel.org,
	 James Seo <james@equiv.tech>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] platform/x86: hp-wmi: Add DMI support for HP Victus 16-s0xxx (8BD5)
Date: Mon, 7 Jul 2025 14:55:46 +0300 (EEST)	[thread overview]
Message-ID: <82d1840f-5a07-6d95-0b04-ef97bf7330fc@linux.intel.com> (raw)
In-Reply-To: <20250704211911.366402-1-apole.dev@gmail.com>

On Sat, 5 Jul 2025, Eren Turhan wrote:

> ---
>  Makefile  |    1 +
>  dkms.conf |    5 +
>  hp-wmi.c  | 2291 +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 2297 insertions(+)
>  create mode 100644 Makefile
>  create mode 100644 dkms.conf
>  create mode 100644 hp-wmi.c
> 
> diff --git a/Makefile b/Makefile
> new file mode 100644
> index 0000000..5c135ae
> --- /dev/null
> +++ b/Makefile
> @@ -0,0 +1 @@
> +obj-m := hp-wmi.o
> diff --git a/dkms.conf b/dkms.conf
> new file mode 100644
> index 0000000..8351ef2
> --- /dev/null
> +++ b/dkms.conf
> @@ -0,0 +1,5 @@
> +PACKAGE_NAME="hp-wmi-custom"
> +PACKAGE_VERSION="1.0"
> +BUILT_MODULE_NAME[0]="hp-wmi"
> +DEST_MODULE_LOCATION[0]="/kernel/drivers/platform/x86"
> +AUTOINSTALL="yes"
> diff --git a/hp-wmi.c b/hp-wmi.c
> new file mode 100644
> index 0000000..2f41b4a
> --- /dev/null
> +++ b/hp-wmi.c

Hi,

Unfortunately this is not based on the correct git repo and branch. Please 
resubmit with platform-drivers-x86 repo as the base if you want to have 
support for this to be included into the mainline kernel and we will be 
happy to consider your patch.

You should also write full changelog for the change, it's not enough to 
rely solely on the text in the shortlog (in Subject).

-- 
 i.

      reply	other threads:[~2025-07-07 11:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-04 21:19 [PATCH] platform/x86: hp-wmi: Add DMI support for HP Victus 16-s0xxx (8BD5) Eren Turhan
2025-07-07 11:55 ` Ilpo Järvinen [this message]

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=82d1840f-5a07-6d95-0b04-ef97bf7330fc@linux.intel.com \
    --to=ilpo.jarvinen@linux.intel.com \
    --cc=apole.dev@gmail.com \
    --cc=hansg@kernel.org \
    --cc=james@equiv.tech \
    --cc=linux-kernel@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.