lkml.org 
[lkml]   [2022]   [Jun]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH 46/49] regmap-irq: Refactor checks for status bulk read support
On Mon, Jun 20, 2022 at 10:11 PM Aidan MacDonald
<aidanmacdonald.0x0@gmail.com> wrote:
>
> There are several conditions that must be satisfied to support
> bulk read of status registers. Move the check into a function
> to avoid duplicating it in two places.

...

> - } else if (!map->use_single_read && map->reg_stride == 1 &&
> - data->irq_reg_stride == 1) {
> + } else if (regmap_irq_can_bulk_read_status(data)) {

>

While at it, you may drop this unneeded blank line.

> u8 *buf8 = data->status_reg_buf;
> u16 *buf16 = data->status_reg_buf;

--
With Best Regards,
Andy Shevchenko

\
 
 \ /
  Last update: 2022-06-21 11:47    [W:0.416 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site