Re: [PATCH v8 3/6] mfd: max77759: add register bitmasks and modify irq configs for charger
From: Amit Sunil Dhamne
Date: Sun Mar 08 2026 - 23:03:28 EST
Hi Lee,
On 3/6/26 5:00 AM, Lee Jones wrote:
> On Tue, 24 Feb 2026, Amit Sunil Dhamne via B4 Relay wrote:
>
>> From: Amit Sunil Dhamne <amitsd@xxxxxxxxxx>
>>
>> Add register bitmasks for charger function.
>> In addition split the charger IRQs further such that each bit represents
>> an IRQ downstream of charger regmap irq chip. In addition populate the
>> ack_base to offload irq ack to the regmap irq chip framework.
>>
>> Signed-off-by: Amit Sunil Dhamne <amitsd@xxxxxxxxxx>
>> Reviewed-by: André Draszik <andre.draszik@xxxxxxxxxx>
>> ---
>> drivers/mfd/max77759.c | 91 ++++++++++++++++++++--
>> include/linux/mfd/max77759.h | 176 ++++++++++++++++++++++++++++++++++++-------
>> 2 files changed, 230 insertions(+), 37 deletions(-)
> Does this patch have any dependents or dependencies?
>
This patch does not depend on any other patch.
The patch that depends on this one is:
https://lore.kernel.org/all/20260224-max77759-charger-v8-5-eb86bd570e9c@xxxxxxxxxx/
Thanks,
Amit