-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from ukleinek/linux-6.7-drop-pwmbl-patch
linux-lxatac: Drop unneeded pwm-bl patch
- Loading branch information
Showing
10 changed files
with
19 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ This results in an improvement of EMI performance by reducing the | |
125MHz emission and its harmonics caused by the RGMII clock line. | ||
|
||
Signed-off-by: Leonard Göhrs <[email protected]> | ||
Forwarded: https://lore.kernel.org/linux-arm-kernel/[email protected] | ||
--- | ||
arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi | 4 ++++ | ||
1 file changed, 4 insertions(+) | ||
|
43 changes: 0 additions & 43 deletions
43
...ernel/linux/files/patches/0201-backlight-pwm_bl-Avoid-backlight-flicker-applying-in.patch
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
...6.7-customers-lxa-lxatac-20240129-1.patch → ...6.7-customers-lxa-lxatac-20240208-1.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= <[email protected]> | ||
Date: Mon, 29 Jan 2024 11:05:56 +0100 | ||
Subject: [PATCH] Release 6.7/customers/lxa/lxatac/20240129-1 | ||
Date: Thu, 8 Feb 2024 11:30:22 +0100 | ||
Subject: [PATCH] Release 6.7/customers/lxa/lxatac/20240208-1 | ||
|
||
--- | ||
Makefile | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/Makefile b/Makefile | ||
index c6f549f6a4ae..5d3c3596af48 100644 | ||
index c6f549f6a4ae..e6a3c25c0677 100644 | ||
--- a/Makefile | ||
+++ b/Makefile | ||
@@ -2,7 +2,7 @@ | ||
VERSION = 6 | ||
PATCHLEVEL = 7 | ||
SUBLEVEL = 0 | ||
-EXTRAVERSION = | ||
+EXTRAVERSION =-20240129-1 | ||
+EXTRAVERSION =-20240208-1 | ||
NAME = Hurr durr I'ma ninja sloth | ||
|
||
# *DOCUMENTATION* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters