Linux wireless drivers development
 help / color / mirror / Atom feed
From: "Christian König" <ckoenig.leichtzumerken@gmail.com>
To: "Hans de Goede" <hdegoede@redhat.com>,
	"Johannes Berg" <johannes@sipsolutions.net>,
	"Alex Deucher" <alexander.deucher@amd.com>,
	"Christian König" <christian.koenig@amd.com>,
	"Ma Jun" <Jun.Ma2@amd.com>,
	"Limonciello, Mario" <Mario.Limonciello@amd.com>,
	"platform-driver-x86@vger.kernel.org"
	<platform-driver-x86@vger.kernel.org>
Cc: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
	linux-wireless <linux-wireless@vger.kernel.org>,
	"amd-gfx list" <amd-gfx@lists.freedesktop.org>
Subject: Re: [GIT PULL] mmutable branch between pdx86 amd wbrf branch and wifi / amdgpu due for the v6.8 merge window
Date: Mon, 11 Dec 2023 15:47:44 +0100	[thread overview]
Message-ID: <b2a4dfa9-e3ec-4c90-bb53-f2e6c70603b2@gmail.com> (raw)
In-Reply-To: <6395b87b-7cb6-4412-b6e5-e6075353fb6d@redhat.com>

Am 11.12.23 um 12:02 schrieb Hans de Goede:
> Hi Wifi and AMDGPU maintainers,
>
> Here is a pull-request for the platform-drivers-x86 parts of:
>
> https://lore.kernel.org/platform-driver-x86/20231211100630.2170152-1-Jun.Ma2@amd.com/
>
>  From my pov the pdx86 bits are ready and the platform-drivers-x86-amd-wbrf-v6.8-1 tag can be merged by you to merge the wifi-subsys resp. the amdgpu driver changes on top.

The few comments I had for the amdgpu patches were addressed and I 
honestly don't have time to take a detailed look at the general framework.

So perfectly fine to merge that stuff from my side. Alex or Mario might 
have some additional comments, but I think they will give their go as well.

Regards,
Christian.

>
> This only adds kernel internal API, so if in the future the API needs work that can be done.
>
> I've not merged this branch into pdx86/for-next yet, since I see little use in merging it without any users. I'll merge it once either the wifi or amdgpu changes are also merged
> (and if some blocking issues get identified before either are merged I can prepare a new pull-request fixing the issues).
>
> Regards,
>
> Hans
>
>
>
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
>
>    Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
>
> are available in the Git repository at:
>
>    git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-amd-wbrf-v6.8-1
>
> for you to fetch changes up to 58e82a62669da52e688f4a8b89922c1839bf1001:
>
>    platform/x86/amd: Add support for AMD ACPI based Wifi band RFI mitigation feature (2023-12-11 11:33:44 +0100)
>
> ----------------------------------------------------------------
> Immutable branch between pdx86 amd wbrf branch and wifi / amdgpu due for the v6.8 merge window
>
> platform-drivers-x86-amd-wbrf-v6.8-1: v6.7-rc1 + AMD WBRF support
> for merging into the wifi subsys and amdgpu driver for 6.8.
>
> ----------------------------------------------------------------
> Ma Jun (2):
>        Documentation/driver-api: Add document about WBRF mechanism
>        platform/x86/amd: Add support for AMD ACPI based Wifi band RFI mitigation feature
>
>   Documentation/driver-api/index.rst |   1 +
>   Documentation/driver-api/wbrf.rst  |  78 +++++++++
>   drivers/platform/x86/amd/Kconfig   |  14 ++
>   drivers/platform/x86/amd/Makefile  |   1 +
>   drivers/platform/x86/amd/wbrf.c    | 317 +++++++++++++++++++++++++++++++++++++
>   include/linux/acpi_amd_wbrf.h      |  91 +++++++++++
>   6 files changed, 502 insertions(+)
>   create mode 100644 Documentation/driver-api/wbrf.rst
>   create mode 100644 drivers/platform/x86/amd/wbrf.c
>   create mode 100644 include/linux/acpi_amd_wbrf.h
>


  parent reply	other threads:[~2023-12-11 14:47 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-11 11:02 [GIT PULL] mmutable branch between pdx86 amd wbrf branch and wifi / amdgpu due for the v6.8 merge window Hans de Goede
2023-12-11 11:41 ` Johannes Berg
2023-12-11 11:45   ` Hans de Goede
2023-12-11 14:47 ` Christian König [this message]
2023-12-11 15:03   ` Mario Limonciello
2023-12-11 15:27     ` Alex Deucher
2023-12-11 21:46       ` Mario Limonciello
2023-12-12  9:46 ` Johannes Berg
2023-12-12 16:12   ` Mario Limonciello
2023-12-12 16:41     ` Alex Deucher
2023-12-14 16:36 ` Kalle Valo
2023-12-14 16:47   ` Mario Limonciello
2023-12-15  6:35     ` Kalle Valo

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=b2a4dfa9-e3ec-4c90-bb53-f2e6c70603b2@gmail.com \
    --to=ckoenig.leichtzumerken@gmail.com \
    --cc=Jun.Ma2@amd.com \
    --cc=Mario.Limonciello@amd.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@amd.com \
    --cc=hdegoede@redhat.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox