[PATCH 0/2] staging: greybus: arche-platform: minor fixes

From: Hsu Holden

Date: Mon Jan 05 2026 - 04:31:24 EST


This patch series contains two minor cleanups for the arche-platform driver:

Patch 1: Clarifies an unclear TODO comment to make the intent more obvious
         to future developers.

Patch 2: Fixes a simple spelling mistake in a comment.

These are low-risk changes that improve code readability.
From 8a045868e240d4fb07884a4152433e6410512196 Mon Sep 17 00:00:00 2001
From: Holden Hsu <holden.hsu.linux@xxxxxxxxxxx>
Date: Mon, 5 Jan 2026 00:28:46 -0800
Subject: [PATCH 0/2] staging: greybus: arche-platform: minor fixes

This patch series contains two minor cleanups for the arche-platform driver:

Patch 1: Clarifies an unclear TODO comment to make the intent more obvious
to future developers.

Patch 2: Fixes a simple spelling mistake in a comment.

These are low-risk changes that improve code readability.

Holden Hsu (2):
staging: greybus: arche-platform: clarify TODO comment
staging: greybus: arche-platform: fix spelling mistake

drivers/staging/greybus/arche-platform.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--
2.43.0

From cb3bbe57e719b3b555890eea421bdaab2bbed930 Mon Sep 17 00:00:00 2001
From: Holden Hsu <holden.hsu.linux@xxxxxxxxxxx>
Date: Mon, 5 Jan 2026 00:17:45 -0800
Subject: [PATCH 1/2] staging: greybus: arche-platform: clarify TODO comment
The TODO comment 'sequence ??' is unclear and provides little context about
what needs to be implemented. Replace it with 'TODO: define shutdown
sequence' to better describe the required implementation.

Signed-off-by: Holden Hsu <holden.hsu.linux@xxxxxxxxxxx>
---
drivers/staging/greybus/arche-platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c
index 8aaff4e45..de38cd4b3 100644
--- a/drivers/staging/greybus/arche-platform.c
+++ b/drivers/staging/greybus/arche-platform.c
@@ -572,7 +572,7 @@ static __maybe_unused int arche_platform_suspend(struct device *dev)
* If timing profile premits, we may shutdown bridge
* completely
*
- * TODO: sequence ??
+ * TODO: define shutdown sequence
*
* Also, need to make sure we meet precondition for unipro suspend
* Precondition: Definition ???
--
2.43.0

From 8a045868e240d4fb07884a4152433e6410512196 Mon Sep 17 00:00:00 2001
From: Holden Hsu <holden.hsu.linux@xxxxxxxxxxx>
Date: Mon, 5 Jan 2026 00:24:51 -0800
Subject: [PATCH 2/2] staging: greybus: arche-platform: fix spelling mistake
Fix 'premits' -> 'permits' in comment.

Signed-off-by: Holden Hsu <holden.hsu.linux@xxxxxxxxxxx>
---
drivers/staging/greybus/arche-platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c
index de38cd4b3..f669a7e2e 100644
--- a/drivers/staging/greybus/arche-platform.c
+++ b/drivers/staging/greybus/arche-platform.c
@@ -569,7 +569,7 @@ static void arche_platform_remove(struct platform_device *pdev)
static __maybe_unused int arche_platform_suspend(struct device *dev)
{
/*
- * If timing profile premits, we may shutdown bridge
+ * If timing profile permits, we may shutdown bridge
* completely
*
* TODO: define shutdown sequence
--
2.43.0