Re: [PATCH v2 5/6] gpio: max77759: add Maxim MAX77759 gpio driver

2025-02-28 Thread André Draszik
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

Re: [PATCH v2 5/6] gpio: max77759: add Maxim MAX77759 gpio driver

2025-02-28 Thread André Draszik
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

Re: [PATCH v2 5/6] gpio: max77759: add Maxim MAX77759 gpio driver

2025-02-27 Thread Linus Walleij
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; (...) > +

[PATCH v2 5/6] gpio: max77759: add Maxim MAX77759 gpio driver

2025-02-26 Thread André Draszik
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