commit | 5f45bc50976ee1f408f7171af155aec646655a37 | [log] [tgz] |
---|---|---|
author | Sonic Zhang <sonic.adi@gmail.com> | Fri Jun 15 17:45:49 2007 +0800 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Jul 09 12:17:34 2007 -0400 |
tree | e3d258af49914c22172ebcb9abf12914d6635b8f | |
parent | d0e580316e3db9f5cf6a605cc311ffb0372f0a35 [diff] |
Add irq_flags to struct pata_platform_info On some embedded platforms, such as blackfin, the gpio interrupt for IDE interface is designed to be triggered with high voltage. The gpio port should be configured properly by set_irq_type() when register the irq. This patch enable the generic pata platform driver to accept platform irq flags data. Signed-off-by: Sonic Zhang <sonic.adi@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>