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

From: b_lkasam
Date: Mon Oct 05 2020 - 10:03:43 EST


On 2020-10-05 18:11, Greg KH wrote:
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'?

Sure, will fix it and send via git mail option, also will update below
commit text to use upto 72 columns.

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