Re: [PATCH] V4L/DVB: saa7146: Making IRQF_DISABLED or IRQF_SHARED optional

2010-04-06 Thread Bjørn Mork
Oliver Endriss writes: > Bjørn Mork wrote: >> As discussed many times, e.g. in http://lkml.org/lkml/2007/7/26/401 >> mixing IRQF_DISABLED with IRQF_SHARED may cause unpredictable and >> unexpected results. >> >> Add a module parameter to allow fine tuning the request_irq >> flags based on local s

Re: [PATCH] V4L/DVB: saa7146: Making IRQF_DISABLED or IRQF_SHARED optional

2010-03-23 Thread Oliver Endriss
Hi, Bjørn Mork wrote: > As discussed many times, e.g. in http://lkml.org/lkml/2007/7/26/401 > mixing IRQF_DISABLED with IRQF_SHARED may cause unpredictable and > unexpected results. > > Add a module parameter to allow fine tuning the request_irq > flags based on local system requirements. Some m

[PATCH] V4L/DVB: saa7146: Making IRQF_DISABLED or IRQF_SHARED optional

2010-03-23 Thread Bjørn Mork
As discussed many times, e.g. in http://lkml.org/lkml/2007/7/26/401 mixing IRQF_DISABLED with IRQF_SHARED may cause unpredictable and unexpected results. Add a module parameter to allow fine tuning the request_irq flags based on local system requirements. Some may need to turn off IRQF_DISABLED t