[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5fd4efe8-2fa2-d691-adac-8c9272555d86@xs4all.nl>
Date: Tue, 11 Jan 2022 10:41:32 +0100
From: Hans Verkuil <hverkuil-cisco@...all.nl>
To: Zhuohao Lee <zhuohao@...omium.org>, mchehab@...nel.org,
bleung@...omium.org, groeck@...omium.org, levinale@...omium.org
Cc: linux-media@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] media: platform: Add brask to the match table
On 21/12/2021 10:53, Zhuohao Lee wrote:
> The Google Brask device uses the same approach as the Google Fizz
> which enables the HDMI CEC via the cros-ec-cec driver.
For future reference, please add the driver name in the subject as well.
A patch with just "media: platform:" as prefix suggests a patch that
touches on many drivers in media/platform.
I've manually updated the prefix, so no need for you to do anything.
Regards,
Hans
>
> Signed-off-by: Zhuohao Lee <zhuohao@...omium.org>
> ---
> 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 2d95e16cd248..8c8d8fc5e63e 100644
> --- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
> +++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
> @@ -215,6 +215,8 @@ struct cec_dmi_match {
> static const struct cec_dmi_match cec_dmi_match_table[] = {
> /* Google Fizz */
> { "Google", "Fizz", "0000:00:02.0", "Port B" },
> + /* Google Brask */
> + { "Google", "Brask", "0000:00:02.0", "Port B" },
> };
>
> static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
Powered by blists - more mailing lists