lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <174722657707.1845803.6950232855047026897@selene>
Date: Wed, 14 May 2025 14:42:57 +0200
From: Jai Luthra <jai.luthra@...asonboard.com>
To: Matthias Fend <matthias.fend@...end.at>, Mauro Carvalho Chehab <mchehab@...nel.org>, Michael Riesch <michael.riesch@...fvision.net>, Sakari Ailus <sakari.ailus@...ux.intel.com>
Cc: linux-media@...r.kernel.org, linux-kernel@...r.kernel.org, Matthias Fend <matthias.fend@...end.at>
Subject: Re: [PATCH] media: i2c: imx415: Request the sensor clock without a name

Hi Matthias,

Thanks for the patch.

Quoting Matthias Fend (2025-05-14 12:51:01)
> Request the sensor clock without specifying a name so that the driver
> behaves as described in the imx415 bindings.
> 
> Signed-off-by: Matthias Fend <matthias.fend@...end.at>

Reviewed-by: Jai Luthra <jai.luthra@...asonboard.com>

> ---
>  drivers/media/i2c/imx415.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/i2c/imx415.c b/drivers/media/i2c/imx415.c
> index 9f37779bd6111f434c198ad1cf70c14b80724042..278e743646ea15819d5a79577e786b47c259dbfa 100644
> --- a/drivers/media/i2c/imx415.c
> +++ b/drivers/media/i2c/imx415.c
> @@ -1251,7 +1251,7 @@ static int imx415_parse_hw_config(struct imx415 *sensor)
>                 return dev_err_probe(sensor->dev, PTR_ERR(sensor->reset),
>                                      "failed to get reset GPIO\n");
>  
> -       sensor->clk = devm_clk_get(sensor->dev, "inck");
> +       sensor->clk = devm_clk_get(sensor->dev, NULL);
>         if (IS_ERR(sensor->clk))
>                 return dev_err_probe(sensor->dev, PTR_ERR(sensor->clk),
>                                      "failed to get clock\n");
> 
> ---
> base-commit: 9f35e33144ae5377d6a8de86dd3bd4d995c6ac65
> change-id: 20250514-imx415-c65889e55211
> 
> Best regards,
> -- 
> Matthias Fend <matthias.fend@...end.at>
>
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ