All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v12 0/3] Completely fake series, edited
@ 2023-03-02 17:26 Konstantin Ryabitsev
  2023-03-02 17:26 ` [PATCH v12 1/3] arm64: defconfig: Enable devfreq cooling device Konstantin Ryabitsev
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Konstantin Ryabitsev @ 2023-03-02 17:26 UTC (permalink / raw)
  To: patches

Another completely fake series to test b4 endpoint sending. Please
ignore it -- it's a random set of patches that exists elsewhere. If you
got this message, it means I screwed something up. :)

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
---
Changes in v12:
- Changes to Cc trailers in individual patches
- Link to v11: https://lore.kernel.org/r/20220825-test-endpoint-send-2-v11-0-1be3451b79a0@gmail.com

Changes in v11:
- Change commit author for testing reasons
- Link to v10: https://lore.kernel.org/r/20220825-test-endpoint-send-2-v10-0-bcba79986f75@linuxfoundation.org

Changes in v10:
- No changes, just junk.
- Link to v9: https://lore.kernel.org/r/20220825-test-endpoint-send-2-v9-0-b88029795c86@linuxfoundation.org

Changes in v9:
- No changes, just junk.
- Link to v8: https://lore.kernel.org/r/20220907130327.139757-1-jpanis@baylibre.com

Changes in v8:
- No changes, just junk.
- Link to v7: https://lore.kernel.org/r/20220825-test-endpoint-send-2-v7-0-cb9adabcb8df@linuxfoundation.org

Changes in v7:
- No changes, just junk
- Link to v6: https://lore.kernel.org/r/20220825-test-endpoint-send-2-v6-0-897ea7d26b87@linuxfoundation.org

Changes in v6:
- No changes, just junk.
- Link to v5: https://lore.kernel.org/r/20220825-test-endpoint-send-2-v5-0-9473e5c87f1a@linuxfoundation.org

Changes in v5:
- No changes, just junk.
- Link to v4: https://lore.kernel.org/r/20220825-test-endpoint-send-2-v4-0-30ef563fc249@linuxfoundation.org

Changes in v4:
- Rebased on v6.0-rc3
- Link to v3: https://lore.kernel.org/r/20220825-test-endpoint-send-2-v3-0-6e3357d699cd@linuxfoundation.org

Changes in v2:
- No changes
- Link to v1: https://lore.kernel.org/r/20220825-test-endpoint-send-2-v1-0-e732ebcaa48a@linuxfoundation.org

---
Clément Péron (1):
      arm64: defconfig: Enable devfreq cooling device

Konstantin Ryabitsev (1):
      Another commit

Konstantin Ryàbitsev (1):
      Junk babootich

 Makefile                     | 2 +-
 README                       | 2 ++
 arch/arm64/configs/defconfig | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)
---
base-commit: b90cb1053190353cc30f0fef0ef1f378ccc063c5
change-id: 20220825-test-endpoint-send-2-c923fec10d0b

Best regards,
-- 
Konstantin Ryabitsev <konstantin@linuxfoundation.org>


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

* [PATCH v12 1/3] arm64: defconfig: Enable devfreq cooling device
  2023-03-02 17:26 [PATCH v12 0/3] Completely fake series, edited Konstantin Ryabitsev
@ 2023-03-02 17:26 ` Konstantin Ryabitsev
  2023-03-02 17:26 ` [PATCH v12 2/3] Junk babootich Konstantin Ryabitsev
  2023-03-02 17:26 ` [PATCH v12 3/3] Another commit Konstantin Ryabitsev
  2 siblings, 0 replies; 4+ messages in thread
From: Konstantin Ryabitsev @ 2023-03-02 17:26 UTC (permalink / raw)
  To: patches

From: Clément Péron <peron.clem@gmail.com>

Devfreq cooling device framework is used in Panfrost
to throttle GPU in order to regulate its temperature.

Enable this driver for ARM64 SoC.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d5b2d2dd4904..109004e44d21 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -584,6 +584,7 @@ CONFIG_SENSORS_INA2XX=m
 CONFIG_SENSORS_INA3221=m
 CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
 CONFIG_CPU_THERMAL=y
+CONFIG_DEVFREQ_THERMAL=y
 CONFIG_THERMAL_EMULATION=y
 CONFIG_IMX_SC_THERMAL=m
 CONFIG_IMX8MM_THERMAL=m

-- 
2.39.2


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

* [PATCH v12 2/3] Junk babootich
  2023-03-02 17:26 [PATCH v12 0/3] Completely fake series, edited Konstantin Ryabitsev
  2023-03-02 17:26 ` [PATCH v12 1/3] arm64: defconfig: Enable devfreq cooling device Konstantin Ryabitsev
@ 2023-03-02 17:26 ` Konstantin Ryabitsev
  2023-03-02 17:26 ` [PATCH v12 3/3] Another commit Konstantin Ryabitsev
  2 siblings, 0 replies; 4+ messages in thread
From: Konstantin Ryabitsev @ 2023-03-02 17:26 UTC (permalink / raw)
  To: patches

From: Konstantin Ryàbitsev <mricon@gmail.com>

This is junk.

Cc: Will Deacon <will@kernel.org>
Cc: Jernej Skrabec <jernej.skrabec@gmail.com>
Cc: Bubba Babootich <devnull@kernel.org>
Cc: stable@kernel.org
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 952d354069a4..114b14101182 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ VERSION = 6
 PATCHLEVEL = 0
 SUBLEVEL = 0
 EXTRAVERSION = -rc3
-NAME = Hurr durr I'ma ninja sloth
+NAME = Hurr durr I'ma ninja pirate
 
 # *DOCUMENTATION*
 # To see a list of typical targets execute "make help"

-- 
2.39.2


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

* [PATCH v12 3/3] Another commit
  2023-03-02 17:26 [PATCH v12 0/3] Completely fake series, edited Konstantin Ryabitsev
  2023-03-02 17:26 ` [PATCH v12 1/3] arm64: defconfig: Enable devfreq cooling device Konstantin Ryabitsev
  2023-03-02 17:26 ` [PATCH v12 2/3] Junk babootich Konstantin Ryabitsev
@ 2023-03-02 17:26 ` Konstantin Ryabitsev
  2 siblings, 0 replies; 4+ messages in thread
From: Konstantin Ryabitsev @ 2023-03-02 17:26 UTC (permalink / raw)
  To: patches

This is junkiest.

Cc: Bubba Babootich <devnull@kernel.org>
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
---
 README | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README b/README
index 669ac7c32292..3fc69669ecd3 100644
--- a/README
+++ b/README
@@ -16,3 +16,5 @@ several of them using the Restructured Text markup notation.
 Please read the Documentation/process/changes.rst file, as it contains the
 requirements for building and running the kernel, and information about
 the problems which may result by upgrading your kernel.
+
+I added this line.

-- 
2.39.2


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

end of thread, other threads:[~2023-03-02 17:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 17:26 [PATCH v12 0/3] Completely fake series, edited Konstantin Ryabitsev
2023-03-02 17:26 ` [PATCH v12 1/3] arm64: defconfig: Enable devfreq cooling device Konstantin Ryabitsev
2023-03-02 17:26 ` [PATCH v12 2/3] Junk babootich Konstantin Ryabitsev
2023-03-02 17:26 ` [PATCH v12 3/3] Another commit Konstantin Ryabitsev

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.