commit | 6b50d038e7c668eb60b18c2fba8982a22e36527e | [log] [tgz] |
---|---|---|
author | Andrew Ruder <andrew.ruder@elecsyscorp.com> | Wed Jun 04 17:28:44 2014 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 05 15:12:10 2014 -0700 |
tree | 478d44b8899cbb179a65209281224bcd8ac5f853 | |
parent | 3b392ddba25a95dcf5fb30b33358961c49dd5cfc [diff] |
dm9000: acquire irq flags from device tree The DM9000 supports both active high interrupts and active low interrupts. This is configured via the attached EEPROM. In the device-tree case, make sure that the DM9000 driver passes the correct flags to request_irq. Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com> Signed-off-by: David S. Miller <davem@davemloft.net>