On Fri, 2025-02-28 at 10:58 +, André Draszik wrote:
> Hi Linus,
>
> Thanks for you review!
>
> On Fri, 2025-02-28 at 08:10 +0100, Linus Walleij wrote:
> > Hi André,
> >
> > thanks for your patch!
> >
> > mostly looks fine, given the MFD design is accepted.
> > Nitpicks below:
> >
> > On We
Hi Linus,
Thanks for you review!
On Fri, 2025-02-28 at 08:10 +0100, Linus Walleij wrote:
> Hi André,
>
> thanks for your patch!
>
> mostly looks fine, given the MFD design is accepted.
> Nitpicks below:
>
> On Wed, Feb 26, 2025 at 6:51 PM André Draszik
> wrote:
>
> > +static irqreturn_t max
Hi André,
thanks for your patch!
mostly looks fine, given the MFD design is accepted.
Nitpicks below:
On Wed, Feb 26, 2025 at 6:51 PM André Draszik wrote:
> +static irqreturn_t max77759_gpio_irqhandler(int irq, void *data)
> +{
> + int handled = 0;
bool handled = false;
(...)
> +
The Maxim MAX77759 is a companion PMIC for USB Type-C applications and
includes Battery Charger, Fuel Gauge, temperature sensors, USB Type-C
Port Controller (TCPC), NVMEM, and a GPIO expander.
This driver supports the GPIO functions using the platform device
registered by the core MFD driver.
Sig