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] [day] [month] [year] [list]
Message-ID: <20250222164013.0a5aae07@jic23-huawei>
Date: Sat, 22 Feb 2025 16:40:13 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: Jun Yan <jerrysteve1101@...il.com>
Cc: lars@...afoo.de, linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/2] iio: gyro: bmg160_i2c: add BMI088 to
 of_match_table

On Fri, 21 Feb 2025 00:50:01 +0800
Jun Yan <jerrysteve1101@...il.com> wrote:

> BMI088 is missing from the of_match_table. Let's complete it.
> 
> Signed-off-by: Jun Yan <jerrysteve1101@...il.com>
Applied this patch. I'll initially push out as testing for 0-day to
see if it can find any problems.

Thanks,

Jonathan
> ---
>  drivers/iio/gyro/bmg160_i2c.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/iio/gyro/bmg160_i2c.c b/drivers/iio/gyro/bmg160_i2c.c
> index 9c5d7e8ee99c..e6caab49f98a 100644
> --- a/drivers/iio/gyro/bmg160_i2c.c
> +++ b/drivers/iio/gyro/bmg160_i2c.c
> @@ -58,6 +58,7 @@ MODULE_DEVICE_TABLE(i2c, bmg160_i2c_id);
>  static const struct of_device_id bmg160_of_match[] = {
>  	{ .compatible = "bosch,bmg160" },
>  	{ .compatible = "bosch,bmi055_gyro" },
> +	{ .compatible = "bosch,bmi088_gyro" },
>  	{ }
>  };
>  


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ