Re: [PATCHv5] [media] saa7164: use an MSI interrupt when available

2015-06-04 Thread Brendan McGrath
, Brendan McGrath On 05/06/15 14:42, Kyle Sanderson wrote: This has been plaguing users for years (there's a number of threads on the Ubuntu board). I've been using revision 1 of the patch without issue since early February. This is from having to constantly reboot the system to flawless recording

[PATCHv4] [media] saa7164: use an MSI interrupt when available

2015-03-13 Thread Brendan McGrath
is in use. A reported example can be found here: http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/83948 Reviewed-by: Steven Toth st...@kernellabs.com Signed-off-by: Brendan McGrath red...@redmandi.dyndns.org --- Changes since v3: - fixes a conflict with a commit (3f845f3c4cf4

[PATCHv3] [media] saa7164: use an MSI interrupt when available

2015-02-28 Thread Brendan McGrath
example can be found here: http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/83948 Reviewed-by: Steven Toth st...@kernellabs.com Signed-off-by: Brendan McGrath red...@redmandi.dyndns.org --- Changes since v3: * Added link to reported incident in comments * Added Reviewed

[PATCHv2] [media] saa7164: use an MSI interrupt when available

2015-02-26 Thread Brendan McGrath
From: Brendan McGrath red...@redmandi.dyndns.org [media] saa7164: use an MSI interrupt when available Enhances driver to use an MSI interrupt when available. Adds the module option 'enable_msi' (type bool) which by default is enabled. Can be set to 'N' to disable. Fixes (or can reduce

[PATCH] [media] saa7164: use an MSI interrupt when available

2015-02-25 Thread Brendan McGrath
From: Brendan McGrath red...@redmandi.dyndns.org [media] saa7164: use an MSI interrupt when available Fixes a known crash which most commonly occurs when multiple saa7164 chips are in use. Signed-off-by: Brendan McGrath red...@redmandi.dyndns.org --- drivers/media/pci/saa7164/saa7164-core.c