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: <810d290b629e2d40550a2b375229fe2e4dd58085.camel@gmail.com>
Date:   Thu, 20 Jul 2023 09:39:27 +0200
From:   Nuno Sá <noname.nuno@...il.com>
To:     Ramona Bolboaca <ramona.bolboaca@...log.com>, jic23@...nel.org,
        nuno.sa@...log.com, linux-iio@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/3] iio: imu: adis16475.c: Add has_burst32 flag to
 adis16477 devices

On Wed, 2023-07-19 at 15:31 +0300, Ramona Bolboaca wrote:
> adis16477 devices support burst32 function, thus has_burst32
> flag should be set to true.
> 
> Signed-off-by: Ramona Bolboaca <ramona.bolboaca@...log.com>
> ---

Ups...

Reviewed-by: Nuno Sa <nuno.sa@...log.com>

>  drivers/iio/imu/adis16475.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/iio/imu/adis16475.c b/drivers/iio/imu/adis16475.c
> index 243f0a91fdf9..17275a53ca2c 100644
> --- a/drivers/iio/imu/adis16475.c
> +++ b/drivers/iio/imu/adis16475.c
> @@ -726,6 +726,7 @@ static const struct adis16475_chip_info
> adis16475_chip_info[] = {
>                 .max_dec = 1999,
>                 .sync = adis16475_sync_mode,
>                 .num_sync = ARRAY_SIZE(adis16475_sync_mode),
> +               .has_burst32 = true,
>                 .adis_data = ADIS16475_DATA(16477, &adis16475_timeouts),
>         },
>         [ADIS16477_2] = {
> @@ -741,6 +742,7 @@ static const struct adis16475_chip_info
> adis16475_chip_info[] = {
>                 .max_dec = 1999,
>                 .sync = adis16475_sync_mode,
>                 .num_sync = ARRAY_SIZE(adis16475_sync_mode),
> +               .has_burst32 = true,
>                 .adis_data = ADIS16475_DATA(16477, &adis16475_timeouts),
>         },
>         [ADIS16477_3] = {
> @@ -756,6 +758,7 @@ static const struct adis16475_chip_info
> adis16475_chip_info[] = {
>                 .max_dec = 1999,
>                 .sync = adis16475_sync_mode,
>                 .num_sync = ARRAY_SIZE(adis16475_sync_mode),
> +               .has_burst32 = true,
>                 .adis_data = ADIS16475_DATA(16477, &adis16475_timeouts),
>         },
>         [ADIS16465_1] = {

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ