RE: [PATCH] regmap: regmap-irq: silently ignore unsupported type settings

2019-01-08 Thread Steve Twiss
Hi Geert, On 29 December 2018 11:14 Geert Uytterhoeven wrote: > To: Matti Vaittinen > Cc: mazziesacco...@gmail.com; Mark Brown ; Greg KH > ; Rafael J. Wysocki ; Linux > Kernel Mailing List ; Support Opensource > > Subject: Re: [PATCH] regmap: regmap-irq: silently ignor

RE: [PATCH] regmap: regmap-irq: silently ignore unsupported type settings

2019-01-07 Thread Steve Twiss
Hi Geert, On 04 January 2019 at 15:48, Geert Uytterhoeven wrote: > To: Steve Twiss > Subject: Re: [PATCH] regmap: regmap-irq: silently ignore unsupported type > settings > > ()Hi Steve, > > On Wed, Jan 2, 2019 at 4:31 PM Steve Twiss > wrote: > > On 01 January 2

Re: [PATCH] regmap: regmap-irq: silently ignore unsupported type settings

2019-01-04 Thread Geert Uytterhoeven
()Hi Steve, On Wed, Jan 2, 2019 at 4:31 PM Steve Twiss wrote: > On 01 January 2019 @17:36, Geert Uytterhoeven wrote: > > Subject: Re: [PATCH] regmap: regmap-irq: silently ignore unsupported type > > settings > > On Mon, Dec 31, 2018 at 8:14 PM Mark Brown wrote: > > &

Re: [PATCH] regmap: regmap-irq: silently ignore unsupported type settings

2019-01-03 Thread Charles Keepax
On Thu, Dec 27, 2018 at 10:44:43AM +0200, Matti Vaittinen wrote: > Do not return error if irq-type setting is requested for > controlloer which does not support this. This is how > regmap-irq has previously handled the undupported type > settings and existing drivers seem to be upset if failure >

RE: [PATCH] regmap: regmap-irq: silently ignore unsupported type settings

2019-01-02 Thread Steve Twiss
Hi Geert, On 01 January 2019 @17:36, Geert Uytterhoeven wrote: > Subject: Re: [PATCH] regmap: regmap-irq: silently ignore unsupported type > settings > On Mon, Dec 31, 2018 at 8:14 PM Mark Brown wrote: > > On Sat, Dec 29, 2018 at 12:13:32PM +0100, Geert Uytterhoeven wrote: &g

Re: [PATCH] regmap: regmap-irq: silently ignore unsupported type settings

2019-01-01 Thread Geert Uytterhoeven
Hi Mark, On Mon, Dec 31, 2018 at 8:14 PM Mark Brown wrote: > On Sat, Dec 29, 2018 at 12:13:32PM +0100, Geert Uytterhoeven wrote: > > > Geert, do you know if anyone vould to test this? > > > Thanks, that seems to fix the issue with da9063-rtc. > > > I don't know how to trigger an actual

Re: [PATCH] regmap: regmap-irq: silently ignore unsupported type settings

2018-12-31 Thread Mark Brown
On Sat, Dec 29, 2018 at 12:13:32PM +0100, Geert Uytterhoeven wrote: > > Geert, do you know if anyone vould to test this? > Thanks, that seems to fix the issue with da9063-rtc. > I don't know how to trigger an actual interrupt, though. If it's a RTC does it have an alarm you can set?

Re: [PATCH] regmap: regmap-irq: silently ignore unsupported type settings

2018-12-29 Thread Geert Uytterhoeven
Hi Matti, On Thu, Dec 27, 2018 at 9:44 AM Matti Vaittinen wrote: > Do not return error if irq-type setting is requested for > controlloer which does not support this. This is how > regmap-irq has previously handled the undupported type > settings and existing drivers seem to be upset if failure