Re: [PATCH] mfd: max77686: make interrupts support optional

2014-08-20 Thread Lee Jones
On Wed, 20 Aug 2014, Javier Martinez Canillas wrote: > Hello Lee, Marek, > > On 08/20/2014 10:19 AM, Lee Jones wrote: > > On Wed, 20 Aug 2014, Marek Szyprowski wrote: > > > >> Commit 6f1c1e71d93 ("mfd: max77686: Convert to use regmap_irq") broke > >> support for boards, which provide no irq for

Re: [PATCH] mfd: max77686: make interrupts support optional

2014-08-20 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday, August 20, 2014 10:29:39 AM Javier Martinez Canillas wrote: > Hello Lee, Marek, > > On 08/20/2014 10:19 AM, Lee Jones wrote: > > On Wed, 20 Aug 2014, Marek Szyprowski wrote: > > > >> Commit 6f1c1e71d93 ("mfd: max77686: Convert to use regmap_irq") broke > >> support for

Re: [PATCH] mfd: max77686: make interrupts support optional

2014-08-20 Thread Javier Martinez Canillas
Hello Lee, Marek, On 08/20/2014 10:19 AM, Lee Jones wrote: > On Wed, 20 Aug 2014, Marek Szyprowski wrote: > >> Commit 6f1c1e71d93 ("mfd: max77686: Convert to use regmap_irq") broke >> support for boards, which provide no irq for MAX 77686 PMIC. In such >> case, not all functions of PMIC are

Re: [PATCH] mfd: max77686: make interrupts support optional

2014-08-20 Thread Lee Jones
On Wed, 20 Aug 2014, Marek Szyprowski wrote: > Commit 6f1c1e71d93 ("mfd: max77686: Convert to use regmap_irq") broke > support for boards, which provide no irq for MAX 77686 PMIC. In such > case, not all functions of PMIC are available, but the driver still > should at least handle voltage

[PATCH] mfd: max77686: make interrupts support optional

2014-08-20 Thread Marek Szyprowski
Commit 6f1c1e71d93 ("mfd: max77686: Convert to use regmap_irq") broke support for boards, which provide no irq for MAX 77686 PMIC. In such case, not all functions of PMIC are available, but the driver still should at least handle voltage regulators instead of failing to init. This patch restores

[PATCH] mfd: max77686: make interrupts support optional

2014-08-20 Thread Marek Szyprowski
Commit 6f1c1e71d93 (mfd: max77686: Convert to use regmap_irq) broke support for boards, which provide no irq for MAX 77686 PMIC. In such case, not all functions of PMIC are available, but the driver still should at least handle voltage regulators instead of failing to init. This patch restores

Re: [PATCH] mfd: max77686: make interrupts support optional

2014-08-20 Thread Lee Jones
On Wed, 20 Aug 2014, Marek Szyprowski wrote: Commit 6f1c1e71d93 (mfd: max77686: Convert to use regmap_irq) broke support for boards, which provide no irq for MAX 77686 PMIC. In such case, not all functions of PMIC are available, but the driver still should at least handle voltage regulators

Re: [PATCH] mfd: max77686: make interrupts support optional

2014-08-20 Thread Javier Martinez Canillas
Hello Lee, Marek, On 08/20/2014 10:19 AM, Lee Jones wrote: On Wed, 20 Aug 2014, Marek Szyprowski wrote: Commit 6f1c1e71d93 (mfd: max77686: Convert to use regmap_irq) broke support for boards, which provide no irq for MAX 77686 PMIC. In such case, not all functions of PMIC are available, but

Re: [PATCH] mfd: max77686: make interrupts support optional

2014-08-20 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday, August 20, 2014 10:29:39 AM Javier Martinez Canillas wrote: Hello Lee, Marek, On 08/20/2014 10:19 AM, Lee Jones wrote: On Wed, 20 Aug 2014, Marek Szyprowski wrote: Commit 6f1c1e71d93 (mfd: max77686: Convert to use regmap_irq) broke support for boards, which provide

Re: [PATCH] mfd: max77686: make interrupts support optional

2014-08-20 Thread Lee Jones
On Wed, 20 Aug 2014, Javier Martinez Canillas wrote: Hello Lee, Marek, On 08/20/2014 10:19 AM, Lee Jones wrote: On Wed, 20 Aug 2014, Marek Szyprowski wrote: Commit 6f1c1e71d93 (mfd: max77686: Convert to use regmap_irq) broke support for boards, which provide no irq for MAX 77686