mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #1943 from porschemad911/s922x-linux-6.17.6
S922X - linux 6.17.6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 6.17.4 Kernel Configuration
|
||||
# Linux/arm64 6.17.6 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="aarch64-rocknix-linux-gnueabi-gcc-14.2.0 (GCC) 14.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 5f7b10dfaf116fb1c47216003d3ac372c149d1b6 Mon Sep 17 00:00:00 2001
|
||||
From 681f5e333d4f092f47596119251acf20f4af489c Mon Sep 17 00:00:00 2001
|
||||
From: spycat88 <spycat88@users.noreply.github.com>
|
||||
Date: Tue, 23 Jan 2024 23:28:55 +0000
|
||||
Subject: [PATCH 01/43] drm: panel: st7701: add odroid-go-ultra panel support
|
||||
Subject: [PATCH 01/42] drm: panel: st7701: add odroid-go-ultra panel support
|
||||
|
||||
---
|
||||
drivers/gpu/drm/panel/panel-sitronix-st7701.c | 162 +++++++++++++++++-
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 956c25e31c2f4ed81ab2afbb4326be0e910f655c Mon Sep 17 00:00:00 2001
|
||||
From a3c9e44f09da681d6fb4ebe3e599ea62df95c308 Mon Sep 17 00:00:00 2001
|
||||
From: spycat88 <spycat88@users.noreply.github.com>
|
||||
Date: Tue, 23 Jan 2024 23:41:40 +0000
|
||||
Subject: [PATCH 02/43] arm64: meson: odroid-go-ultra: add DSI panel
|
||||
Subject: [PATCH 02/42] arm64: meson: odroid-go-ultra: add DSI panel
|
||||
|
||||
---
|
||||
.../amlogic/meson-g12b-odroid-go-ultra.dts | 66 +++++++++++++++++++
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From b4a1c28402975409e3bcdc33a2186977f08a2603 Mon Sep 17 00:00:00 2001
|
||||
From c44fb616916ad9a4e65fc9a693d1d1bb32b740ac Mon Sep 17 00:00:00 2001
|
||||
From: "Mauro (mdrjr) Ribeiro" <mauro.ribeiro@hardkernel.com>
|
||||
Date: Tue, 23 Jan 2024 23:53:24 +0000
|
||||
Subject: [PATCH 03/43] arm64: meson: odroid-go-ultra: correct voltages
|
||||
Subject: [PATCH 03/42] arm64: meson: odroid-go-ultra: correct voltages
|
||||
|
||||
---
|
||||
.../dts/amlogic/meson-g12b-odroid-go-ultra.dts | 16 +++++++---------
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From e915cf598967b3dc8b637fde36f5cfd7a70a2c74 Mon Sep 17 00:00:00 2001
|
||||
From cd0d68027374cf83d8d38210881d29b250f5cef8 Mon Sep 17 00:00:00 2001
|
||||
From: spycat88 <spycat88@users.noreply.github.com>
|
||||
Date: Wed, 24 Jan 2024 11:37:48 +0000
|
||||
Subject: [PATCH 04/43] arm64: meson: odroid-go-ultra: add over-clocking
|
||||
Subject: [PATCH 04/42] arm64: meson: odroid-go-ultra: add over-clocking
|
||||
frequencies, specify as turbo mode so they are disabled by default and
|
||||
increase vddcpu_a voltage regulator as needed
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 4cfc0d8732b7ba9c195f74482d462289246fe2da Mon Sep 17 00:00:00 2001
|
||||
From 4d2b3ed3f98e76daf245eda9f57b8cd325e442f3 Mon Sep 17 00:00:00 2001
|
||||
From: brooksytech <1673861+brooksytech@users.noreply.github.com>
|
||||
Date: Wed, 24 Jan 2024 21:57:34 +0000
|
||||
Subject: [PATCH 05/43] arm64: meson: odroid-go-ultra: add joypad
|
||||
Subject: [PATCH 05/42] arm64: meson: odroid-go-ultra: add joypad
|
||||
|
||||
---
|
||||
.../amlogic/meson-g12b-odroid-go-ultra.dts | 202 ++++++++----------
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From d93d7985ffd51a59b906a7a52f4d2d159358ea00 Mon Sep 17 00:00:00 2001
|
||||
From 3917fd9d0b4f1a1f2c508c97a4b8410c75b87f59 Mon Sep 17 00:00:00 2001
|
||||
From: spycat88 <spycat88@users.noreply.github.com>
|
||||
Date: Wed, 24 Jan 2024 22:22:49 +0000
|
||||
Subject: [PATCH 06/43] arm64: meson: odroid: disable heartbeat
|
||||
Subject: [PATCH 06/42] arm64: meson: odroid: disable heartbeat
|
||||
|
||||
---
|
||||
arch/arm64/boot/dts/amlogic/meson-g12b-odroid-go-ultra.dts | 2 +-
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
From ea6536f630d0aa877bb50fb7ac7dfebf101381e3 Mon Sep 17 00:00:00 2001
|
||||
From 31b7196fbefc9cd7ba8a9c61af35b56177acb1a9 Mon Sep 17 00:00:00 2001
|
||||
From: John Williams <porschemad911@gmail.com>
|
||||
Date: Thu, 31 Oct 2024 22:25:18 +1100
|
||||
Subject: [PATCH 07/43] arm64: meson: g12-common: add dual panfrost/mali to dts
|
||||
Subject: [PATCH 07/42] arm64: meson: g12-common: add dual panfrost/mali to dts
|
||||
|
||||
---
|
||||
.../boot/dts/amlogic/meson-g12-common.dtsi | 25 +++++++++++++++++++
|
||||
1 file changed, 25 insertions(+)
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
|
||||
index dcc927a9da80..a8abfe371019 100644
|
||||
index dcc927a9da80..23a0b8330b28 100644
|
||||
--- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
|
||||
+++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
|
||||
@@ -2500,6 +2500,7 @@ dwc3: usb@ff500000 {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 221ccc1f8557efb778d96d2725e8ed0636359784 Mon Sep 17 00:00:00 2001
|
||||
From b3428bb058bf9dce87a12a7616f98a9cc2b238fd Mon Sep 17 00:00:00 2001
|
||||
From: spycat88 <spycat88@users.noreply.github.com>
|
||||
Date: Fri, 26 Jan 2024 17:55:02 +0000
|
||||
Subject: [PATCH 08/43] arm64: meson: add dt for powkiddy-rgb10-max-3-pro
|
||||
Subject: [PATCH 08/42] arm64: meson: add dt for powkiddy-rgb10-max-3-pro
|
||||
|
||||
---
|
||||
.../meson-g12b-powkiddy-rgb10-max-3-pro.dts | 54 +++++++++++++++++++
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From dda84c72ab92b37e5fbc2187adbc1e756c83baa4 Mon Sep 17 00:00:00 2001
|
||||
From 16d935e27ec806f5380125d8ec5d52f317139f08 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= <ayufan@ayufan.eu>
|
||||
Date: Mon, 4 Jan 2021 17:57:49 +0100
|
||||
Subject: [PATCH 09/43] power: rk818: Configure `rk808-clkout2` function
|
||||
Subject: [PATCH 09/42] power: rk818: Configure `rk808-clkout2` function
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From e6e87d624281e28494c580b5d5db81cd887685e1 Mon Sep 17 00:00:00 2001
|
||||
From 8dd9b6797226392b15e0343796bcb3a81015c14d Mon Sep 17 00:00:00 2001
|
||||
From: Ondrej Jirman <megi@xff.cz>
|
||||
Date: Sun, 11 Jun 2023 18:29:24 +0200
|
||||
Subject: [PATCH 10/43] power: supply: rk818-battery: Add battery driver for
|
||||
Subject: [PATCH 10/42] power: supply: rk818-battery: Add battery driver for
|
||||
RK818
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 726662b692f984ae61258a3f8599395a461e2db5 Mon Sep 17 00:00:00 2001
|
||||
From 41f16b3652d91c17607e68c211cd5689804f63f8 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
||||
Date: Sun, 7 Nov 2021 19:30:07 +0100
|
||||
Subject: [PATCH 11/43] power: supply: rk818-battery: Use a more propper
|
||||
Subject: [PATCH 11/42] power: supply: rk818-battery: Use a more propper
|
||||
compatible string
|
||||
|
||||
Prefix with vendor name.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 70f2a5bc84122fb740d6b1c339208e9d96c8cbd4 Mon Sep 17 00:00:00 2001
|
||||
From 312859be31818a7d923e9192aff930a5e6d80b37 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
||||
Date: Sun, 7 Nov 2021 20:09:02 +0100
|
||||
Subject: [PATCH 12/43] power: supply: rk818-charger: Implement charger driver
|
||||
Subject: [PATCH 12/42] power: supply: rk818-charger: Implement charger driver
|
||||
for RK818 PMIC
|
||||
|
||||
For now this driver is just meant to watch Type-C power supply
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 95bb6c2052150e24e0e64d0f358b625c2047cb29 Mon Sep 17 00:00:00 2001
|
||||
From 6d9dcde4e0cfff5ee4a523fa7354dc72a005c081 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
||||
Date: Thu, 13 Jan 2022 13:53:03 +0100
|
||||
Subject: [PATCH 13/43] power: supply: rk818-charger: Change charger type to
|
||||
Subject: [PATCH 13/42] power: supply: rk818-charger: Change charger type to
|
||||
MAINS
|
||||
|
||||
To un-confuse userspace.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 55c0b4c0c7dfc311ca252ceb96f90f0b921a0096 Mon Sep 17 00:00:00 2001
|
||||
From 9d7b4d1734577719a04d5a6274ad739e346fdcb5 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
||||
Date: Fri, 21 Jan 2022 11:38:00 +0100
|
||||
Subject: [PATCH 14/43] power: supply: rk818-battery: Report charging status
|
||||
Subject: [PATCH 14/42] power: supply: rk818-battery: Report charging status
|
||||
based on charging current
|
||||
|
||||
If the current is positive, battery is charging, if negative the battery
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 7950de4609ef43d910b9871a785e5bae8216e967 Mon Sep 17 00:00:00 2001
|
||||
From b7b3345a926c9740fcaa357cc9f43d5ba5f849a1 Mon Sep 17 00:00:00 2001
|
||||
From: Ondrej Jirman <megi@xff.cz>
|
||||
Date: Tue, 17 May 2022 23:30:46 +0200
|
||||
Subject: [PATCH 15/43] power: supply: rk818-battery: Drop dependency on
|
||||
Subject: [PATCH 15/42] power: supply: rk818-battery: Drop dependency on
|
||||
framebuffer
|
||||
|
||||
It was bizarre anyway. Framebuffer is barely used on Linux anyway,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From fd7008b66f8365550a9b76f4828b708d55aed702 Mon Sep 17 00:00:00 2001
|
||||
From fdc80e6b4cb688e3cdaf963dc3112ca72c69d893 Mon Sep 17 00:00:00 2001
|
||||
From: Ondrej Jirman <megi@xff.cz>
|
||||
Date: Sat, 4 Nov 2023 18:25:03 +0100
|
||||
Subject: [PATCH 16/43] power: supply: rk818-charger: Unify rk818-charger and
|
||||
Subject: [PATCH 16/42] power: supply: rk818-charger: Unify rk818-charger and
|
||||
rk818-battery
|
||||
|
||||
The BSP driver is still used, but there is now a one device handling
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 469404586b8c299e42835fd1e0ae504d3957846e Mon Sep 17 00:00:00 2001
|
||||
From 89444a2fee98776d0c3f6a06563d0970733cf18c Mon Sep 17 00:00:00 2001
|
||||
From: Ondrej Jirman <megi@xff.cz>
|
||||
Date: Fri, 27 May 2022 03:07:54 +0200
|
||||
Subject: [PATCH 17/43] power: supply: rk818-battery: Speed up battery current
|
||||
Subject: [PATCH 17/42] power: supply: rk818-battery: Speed up battery current
|
||||
readout
|
||||
|
||||
PMIC does averaging, driver does averaging on top of that averaging,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 0d250cac56379ae243e10965d81a7f728d1ebb26 Mon Sep 17 00:00:00 2001
|
||||
From 9b4035bcd1533a5d3626f9517d41a0a9d9e8c733 Mon Sep 17 00:00:00 2001
|
||||
From: Ondrej Jirman <megi@xff.cz>
|
||||
Date: Tue, 2 Aug 2022 09:37:05 +0200
|
||||
Subject: [PATCH 18/43] power: supply: rk818-charger: Delay applying input
|
||||
Subject: [PATCH 18/42] power: supply: rk818-charger: Delay applying input
|
||||
current limit until first BC detection finishes
|
||||
|
||||
When the phone boots for the first time, we only want to react to
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From decb6b63d620b9bbf5c92032c67478098b4eb991 Mon Sep 17 00:00:00 2001
|
||||
From 5021eecff7a21f4535c11f51dc74c66672d91d6a Mon Sep 17 00:00:00 2001
|
||||
From: Ondrej Jirman <megi@xff.cz>
|
||||
Date: Thu, 10 Nov 2022 20:03:47 +0100
|
||||
Subject: [PATCH 19/43] power: supply: rk818-battery: Don't auto-poweroff the
|
||||
Subject: [PATCH 19/42] power: supply: rk818-battery: Don't auto-poweroff the
|
||||
PMIC on low battery
|
||||
|
||||
Just raise the interrupt. This avoids undervoltage shutdowns when
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user