Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux5.15: add amd-pmc module (s2idle|laptop)
@ 2021-11-19 10:10 Animeshz
  2021-11-19 10:11 ` [PR PATCH] [Updated] " Animeshz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Animeshz @ 2021-11-19 10:10 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Animeshz against master on the void-packages repository

https://github.com/Animeshz/void-packages amd_pmc
https://github.com/void-linux/void-packages/pull/34149

linux5.15: add amd-pmc module (s2idle|laptop)
#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/34149.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-amd_pmc-34149.patch --]
[-- Type: text/x-diff, Size: 1011 bytes --]

From 51b57f5ae64be75a779b133769a8561a4b19122a Mon Sep 17 00:00:00 2001
From: Animesh Sahu <animeshsahu19@yahoo.com>
Date: Fri, 19 Nov 2021 15:38:53 +0530
Subject: [PATCH] linux5.15: add amd-pmc module (s2idle|laptop)

---
 srcpkgs/linux5.15/files/x86_64-dotconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux5.15/files/x86_64-dotconfig b/srcpkgs/linux5.15/files/x86_64-dotconfig
index 2f828640fa45..12ebfc8846ee 100644
--- a/srcpkgs/linux5.15/files/x86_64-dotconfig
+++ b/srcpkgs/linux5.15/files/x86_64-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 5.15.2 Kernel Configuration
+# Linux/x86_64 5.15.3 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.1 20201203"
 CONFIG_CC_IS_GCC=y
@@ -8262,7 +8262,7 @@ CONFIG_GIGABYTE_WMI=m
 CONFIG_ACERHDF=m
 # CONFIG_ACER_WIRELESS is not set
 CONFIG_ACER_WMI=m
-# CONFIG_AMD_PMC is not set
+CONFIG_AMD_PMC=m
 CONFIG_ADV_SWBUTTON=m
 CONFIG_APPLE_GMUX=m
 CONFIG_ASUS_LAPTOP=m

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] linux5.15: add amd-pmc module (s2idle|laptop)
  2021-11-19 10:10 [PR PATCH] linux5.15: add amd-pmc module (s2idle|laptop) Animeshz
@ 2021-11-19 10:11 ` Animeshz
  2021-11-20 22:58 ` leahneukirchen
  2021-11-21 15:00 ` [PR PATCH] [Closed]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: Animeshz @ 2021-11-19 10:11 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Animeshz against master on the void-packages repository

https://github.com/Animeshz/void-packages amd_pmc
https://github.com/void-linux/void-packages/pull/34149

linux5.15: add amd-pmc module (s2idle|laptop)
#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/34149.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-amd_pmc-34149.patch --]
[-- Type: text/x-diff, Size: 1482 bytes --]

From 95ecd160a3c4321d8ebbdf623af49cbebcda8711 Mon Sep 17 00:00:00 2001
From: Animesh Sahu <animeshsahu19@yahoo.com>
Date: Fri, 19 Nov 2021 15:38:53 +0530
Subject: [PATCH] linux5.15: add amd-pmc module (s2idle|laptop)

---
 srcpkgs/linux5.15/files/x86_64-dotconfig | 4 ++--
 srcpkgs/linux5.15/template               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/linux5.15/files/x86_64-dotconfig b/srcpkgs/linux5.15/files/x86_64-dotconfig
index 2f828640fa45..12ebfc8846ee 100644
--- a/srcpkgs/linux5.15/files/x86_64-dotconfig
+++ b/srcpkgs/linux5.15/files/x86_64-dotconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 5.15.2 Kernel Configuration
+# Linux/x86_64 5.15.3 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.1 20201203"
 CONFIG_CC_IS_GCC=y
@@ -8262,7 +8262,7 @@ CONFIG_GIGABYTE_WMI=m
 CONFIG_ACERHDF=m
 # CONFIG_ACER_WIRELESS is not set
 CONFIG_ACER_WMI=m
-# CONFIG_AMD_PMC is not set
+CONFIG_AMD_PMC=m
 CONFIG_ADV_SWBUTTON=m
 CONFIG_APPLE_GMUX=m
 CONFIG_ASUS_LAPTOP=m
diff --git a/srcpkgs/linux5.15/template b/srcpkgs/linux5.15/template
index 68ae0f465428..40ac0f8b1dfc 100644
--- a/srcpkgs/linux5.15/template
+++ b/srcpkgs/linux5.15/template
@@ -1,7 +1,7 @@
 # Template file for 'linux5.15'
 pkgname=linux5.15
 version=5.15.3
-revision=1
+revision=2
 wrksrc="linux-${version%.*}"
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Leah Neukirchen <leah@vuxu.org>"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux5.15: add amd-pmc module (s2idle|laptop)
  2021-11-19 10:10 [PR PATCH] linux5.15: add amd-pmc module (s2idle|laptop) Animeshz
  2021-11-19 10:11 ` [PR PATCH] [Updated] " Animeshz
@ 2021-11-20 22:58 ` leahneukirchen
  2021-11-21 15:00 ` [PR PATCH] [Closed]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2021-11-20 22:58 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/34149#issuecomment-974723388

Comment:
Will queue for 5.13.4, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: linux5.15: add amd-pmc module (s2idle|laptop)
  2021-11-19 10:10 [PR PATCH] linux5.15: add amd-pmc module (s2idle|laptop) Animeshz
  2021-11-19 10:11 ` [PR PATCH] [Updated] " Animeshz
  2021-11-20 22:58 ` leahneukirchen
@ 2021-11-21 15:00 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2021-11-21 15:00 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

linux5.15: add amd-pmc module (s2idle|laptop)
https://github.com/void-linux/void-packages/pull/34149

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-21 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-19 10:10 [PR PATCH] linux5.15: add amd-pmc module (s2idle|laptop) Animeshz
2021-11-19 10:11 ` [PR PATCH] [Updated] " Animeshz
2021-11-20 22:58 ` leahneukirchen
2021-11-21 15:00 ` [PR PATCH] [Closed]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).