Re: [PATCH v2] regmap: irq: Add support to clear ack registers

From: Greg KH
Date: Mon Oct 05 2020 - 08:41:08 EST


On Mon, Oct 05, 2020 at 05:55:27PM +0530, b_lkasam@xxxxxxxxxxxxxx wrote:
> <diff in v1 to v2 , addressed formatting and simplified logic >

That goes below the --- line, as the documentation says, right?

And this whole thing was attached, twice, why? Can't you use 'git send-email'?

> For particular codec HWs have requirement to
> toggle interrupt clear register twice 0->1->0.
> To accommodate it, need to add one more field
> (clear_ack) in the regmap_irq struct and update
> regmap-irq driver to support it.

Nit, we have 72 columns to fill, might as well use it :)

thanks,

greg k-h