All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v10 0/2] Completely fake series
@ 2022-12-01 19:45 Konstantin Ryabitsev
  2022-12-01 19:45 ` [PATCH RESEND v10 1/2] arm64: defconfig: Enable devfreq cooling device Konstantin Ryabitsev
  2022-12-01 19:45 ` [PATCH RESEND v10 2/2] Junk babootich Konstantin Ryabitsev
  0 siblings, 2 replies; 9+ messages in thread
From: Konstantin Ryabitsev @ 2022-12-01 19:45 UTC (permalink / raw)
  To: Tésting Tést

Another completely fake series to test b4 endpoint sending. Please
ignore it -- it's a random set of patches that exists elsewhere.

Signed-off-by: Konstantin Ryabitsev <konstantin@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):
      Junk babootich

 Makefile                     | 2 +-
 arch/arm64/configs/defconfig | 1 +
 2 files changed, 2 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] 9+ messages in thread

* [PATCH RESEND v10 1/2] arm64: defconfig: Enable devfreq cooling device
  2022-12-01 19:45 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
@ 2022-12-01 19:45 ` Konstantin Ryabitsev
  2022-12-01 19:45 ` [PATCH RESEND v10 2/2] Junk babootich Konstantin Ryabitsev
  1 sibling, 0 replies; 9+ messages in thread
From: Konstantin Ryabitsev @ 2022-12-01 19:45 UTC (permalink / raw)
  To: Tésting Tést

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.38.1

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

* [PATCH RESEND v10 2/2] Junk babootich
  2022-12-01 19:45 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
  2022-12-01 19:45 ` [PATCH RESEND v10 1/2] arm64: defconfig: Enable devfreq cooling device Konstantin Ryabitsev
@ 2022-12-01 19:45 ` Konstantin Ryabitsev
  1 sibling, 0 replies; 9+ messages in thread
From: Konstantin Ryabitsev @ 2022-12-01 19:45 UTC (permalink / raw)
  To: Tésting Tést

This is junk.

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.38.1

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

* [PATCH RESEND v10 2/2] Junk babootich
  2022-12-01 20:49 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryàbitsev
@ 2022-12-01 20:49 ` Konstantin Ryàbitsev
  0 siblings, 0 replies; 9+ messages in thread
From: Konstantin Ryàbitsev @ 2022-12-01 20:49 UTC (permalink / raw)
  To: Tésting Tést

From: Konstantin Ryabitsev <konstantin@linuxfoundation.org>

This is junk.

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.38.1

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

* [PATCH RESEND v10 2/2] Junk babootich
  2022-12-01 20:46 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
@ 2022-12-01 20:46 ` Konstantin Ryabitsev
  0 siblings, 0 replies; 9+ messages in thread
From: Konstantin Ryabitsev @ 2022-12-01 20:46 UTC (permalink / raw)
  To: Tésting Tést

From: Konstantin Ryabitsev <konstantin@linuxfoundation.org>

This is junk.

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.38.1

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

* [PATCH RESEND v10 2/2] Junk babootich
  2022-12-01 20:30 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
@ 2022-12-01 20:30 ` Konstantin Ryabitsev
  0 siblings, 0 replies; 9+ messages in thread
From: Konstantin Ryabitsev @ 2022-12-01 20:30 UTC (permalink / raw)
  To: Tésting Tést

This is junk.

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.38.1

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

* [PATCH RESEND v10 2/2] Junk babootich
  2022-11-30 19:17 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
@ 2022-11-30 19:17 ` Konstantin Ryabitsev
  0 siblings, 0 replies; 9+ messages in thread
From: Konstantin Ryabitsev @ 2022-11-30 19:17 UTC (permalink / raw)
  To: Tésting Tést

This is junk.

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.38.1

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

* [PATCH RESEND v10 2/2] Junk babootich
  2022-11-30 18:50 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
@ 2022-11-30 18:50 ` Konstantin Ryabitsev
  0 siblings, 0 replies; 9+ messages in thread
From: Konstantin Ryabitsev @ 2022-11-30 18:50 UTC (permalink / raw)
  To: mricon

This is junk.

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.38.1

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

* [PATCH RESEND v10 2/2] Junk babootich
  2022-11-25 14:34 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
@ 2022-11-25 14:34 ` Konstantin Ryabitsev
  0 siblings, 0 replies; 9+ messages in thread
From: Konstantin Ryabitsev @ 2022-11-25 14:34 UTC (permalink / raw)
  To: mricon

This is junk.

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.38.1-b4-0.11.0-dev-87052

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

end of thread, other threads:[~2022-12-01 20:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01 19:45 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
2022-12-01 19:45 ` [PATCH RESEND v10 1/2] arm64: defconfig: Enable devfreq cooling device Konstantin Ryabitsev
2022-12-01 19:45 ` [PATCH RESEND v10 2/2] Junk babootich Konstantin Ryabitsev
  -- strict thread matches above, loose matches on Subject: below --
2022-12-01 20:49 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryàbitsev
2022-12-01 20:49 ` [PATCH RESEND v10 2/2] Junk babootich Konstantin Ryàbitsev
2022-12-01 20:46 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
2022-12-01 20:46 ` [PATCH RESEND v10 2/2] Junk babootich Konstantin Ryabitsev
2022-12-01 20:30 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
2022-12-01 20:30 ` [PATCH RESEND v10 2/2] Junk babootich Konstantin Ryabitsev
2022-11-30 19:17 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
2022-11-30 19:17 ` [PATCH RESEND v10 2/2] Junk babootich Konstantin Ryabitsev
2022-11-30 18:50 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
2022-11-30 18:50 ` [PATCH RESEND v10 2/2] Junk babootich Konstantin Ryabitsev
2022-11-25 14:34 [PATCH RESEND v10 0/2] Completely fake series Konstantin Ryabitsev
2022-11-25 14:34 ` [PATCH RESEND v10 2/2] Junk babootich 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.