Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dummy-irq: require the user to specify an IRQ number | Jonathan Corbet | 2013-05-16 | 1 | -1/+5 |
| | | | | | | | | | | Make sure that we let the user know that without specifying IRQ#, dummy-irq driver is useless. Reported-by: Dave Jones <davej@redhat.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | dummy-irq: introduce a dummy IRQ handler driver | Jiri Kosina | 2013-03-25 | 1 | -0/+59 |
This module accepts a single 'irq' parameter, which it should register for. Its sole purpose is to help with debugging of IRQ sharing problems, by force-enabling IRQ that would otherwise be disabled. Suggested-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Jiri Kosina <jkosina@suse.cz> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |