All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: platform: cros-ec: Add aurash to the match table
@ 2023-02-23  5:41 Zoey Wu
  2023-05-08  3:45 ` patchwork-bot+chrome-platform
  2023-05-08  3:56 ` patchwork-bot+chrome-platform
  0 siblings, 2 replies; 3+ messages in thread
From: Zoey Wu @ 2023-02-23  5:41 UTC (permalink / raw
  To: hverkuil-cisco
  Cc: mchehab, bleung, groeck, scott_chao, ajye_huang, zoey_wu,
	hellojacky0226, linux-media, chrome-platform, linux-kernel

The Google aurash device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.

Signed-off-by: Zoey Wu <zoey_wu@wistron.corp-partner.google.com>
---
 drivers/media/cec/platform/cros-ec/cros-ec-cec.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
index 6ebedc71d67d..e7cb9509e967 100644
--- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@ -225,6 +225,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
 	{ "Google", "Kinox", "0000:00:02.0", "Port B" },
 	/* Google Kuldax */
 	{ "Google", "Kuldax", "0000:00:02.0", "Port B" },
+	/* Google Aurash */
+	{ "Google", "Aurash", "0000:00:02.0", "Port B" },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
-- 
2.25.1


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

* Re: [PATCH] media: platform: cros-ec: Add aurash to the match table
  2023-02-23  5:41 [PATCH] media: platform: cros-ec: Add aurash to the match table Zoey Wu
@ 2023-05-08  3:45 ` patchwork-bot+chrome-platform
  2023-05-08  3:56 ` patchwork-bot+chrome-platform
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+chrome-platform @ 2023-05-08  3:45 UTC (permalink / raw
  To: Zoey Wu
  Cc: hverkuil-cisco, mchehab, bleung, groeck, scott_chao, ajye_huang,
	hellojacky0226, linux-media, chrome-platform, linux-kernel

Hello:

This patch was applied to chrome-platform/linux.git (for-kernelci)
by Mauro Carvalho Chehab <mchehab@kernel.org>:

On Thu, 23 Feb 2023 13:41:38 +0800 you wrote:
> The Google aurash device uses the same approach as the Google Brask
> which enables the HDMI CEC via the cros-ec-cec driver.
> 
> Signed-off-by: Zoey Wu <zoey_wu@wistron.corp-partner.google.com>
> ---
>  drivers/media/cec/platform/cros-ec/cros-ec-cec.c | 2 ++
>  1 file changed, 2 insertions(+)

Here is the summary with links:
  - media: platform: cros-ec: Add aurash to the match table
    https://git.kernel.org/chrome-platform/c/46ff24efe04a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH] media: platform: cros-ec: Add aurash to the match table
  2023-02-23  5:41 [PATCH] media: platform: cros-ec: Add aurash to the match table Zoey Wu
  2023-05-08  3:45 ` patchwork-bot+chrome-platform
@ 2023-05-08  3:56 ` patchwork-bot+chrome-platform
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+chrome-platform @ 2023-05-08  3:56 UTC (permalink / raw
  To: Zoey Wu
  Cc: hverkuil-cisco, mchehab, bleung, groeck, scott_chao, ajye_huang,
	hellojacky0226, linux-media, chrome-platform, linux-kernel

Hello:

This patch was applied to chrome-platform/linux.git (for-next)
by Mauro Carvalho Chehab <mchehab@kernel.org>:

On Thu, 23 Feb 2023 13:41:38 +0800 you wrote:
> The Google aurash device uses the same approach as the Google Brask
> which enables the HDMI CEC via the cros-ec-cec driver.
> 
> Signed-off-by: Zoey Wu <zoey_wu@wistron.corp-partner.google.com>
> ---
>  drivers/media/cec/platform/cros-ec/cros-ec-cec.c | 2 ++
>  1 file changed, 2 insertions(+)

Here is the summary with links:
  - media: platform: cros-ec: Add aurash to the match table
    https://git.kernel.org/chrome-platform/c/46ff24efe04a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-05-08  3:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-23  5:41 [PATCH] media: platform: cros-ec: Add aurash to the match table Zoey Wu
2023-05-08  3:45 ` patchwork-bot+chrome-platform
2023-05-08  3:56 ` patchwork-bot+chrome-platform

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.