* [PATCH] media: platform: cros-ec: Add Kuldax to the match table
@ 2022-09-06 3:30 hellojacky0226
2022-10-13 17:27 ` Benson Leung
0 siblings, 1 reply; 2+ messages in thread
From: hellojacky0226 @ 2022-09-06 3:30 UTC (permalink / raw)
To: Prashant Malani, Benson Leung
Cc: patches, Tzung-Bi Shih, linux-kernel, chrome-platform, Rory Liu,
Ajye Huang, Guenter Roeck, Hans Verkuil, Mauro Carvalho Chehab,
Rory Liu, Scott Chao, Zhuohao Lee, linux-media
From: Rory Liu <hellojacky0226@hotmail.com>
The Google Kuldax device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.
Signed-off-by: Rory Liu <hellojacky0226@hotmail.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 3b583ed4da9d..3998e56616ce 100644
--- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@ -221,6 +221,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
{ "Google", "Moli", "0000:00:02.0", "Port B" },
/* Google Kinox */
{ "Google", "Kinox", "0000:00:02.0", "Port B" },
+ /* Google Kuldax */
+ { "Google", "Kuldax", "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] 2+ messages in thread* Re: [PATCH] media: platform: cros-ec: Add Kuldax to the match table
2022-09-06 3:30 [PATCH] media: platform: cros-ec: Add Kuldax to the match table hellojacky0226
@ 2022-10-13 17:27 ` Benson Leung
0 siblings, 0 replies; 2+ messages in thread
From: Benson Leung @ 2022-10-13 17:27 UTC (permalink / raw)
To: hellojacky0226
Cc: Prashant Malani, Benson Leung, patches, Tzung-Bi Shih,
linux-kernel, chrome-platform, Ajye Huang, Guenter Roeck,
Hans Verkuil, Mauro Carvalho Chehab, Rory Liu, Scott Chao,
Zhuohao Lee, linux-media
[-- Attachment #1: Type: text/plain, Size: 1320 bytes --]
Hi Rory,
On Tue, Sep 06, 2022 at 11:30:16AM +0800, hellojacky0226 wrote:
> From: Rory Liu <hellojacky0226@hotmail.com>
>
> The Google Kuldax device uses the same approach as the Google Brask
> which enables the HDMI CEC via the cros-ec-cec driver.
>
> Signed-off-by: Rory Liu <hellojacky0226@hotmail.com>
Acked-By: Benson Leung <bleung@chromium.org>
Thank you!
Benson
> ---
>
> 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 3b583ed4da9d..3998e56616ce 100644
> --- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
> +++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
> @@ -221,6 +221,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
> { "Google", "Moli", "0000:00:02.0", "Port B" },
> /* Google Kinox */
> { "Google", "Kinox", "0000:00:02.0", "Port B" },
> + /* Google Kuldax */
> + { "Google", "Kuldax", "0000:00:02.0", "Port B" },
> };
>
> static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
> --
> 2.25.1
>
>
--
Benson Leung
Staff Software Engineer
Chrome OS Kernel
Google Inc.
bleung@google.com
Chromium OS Project
bleung@chromium.org
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-13 17:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-06 3:30 [PATCH] media: platform: cros-ec: Add Kuldax to the match table hellojacky0226
2022-10-13 17:27 ` Benson Leung
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox