daniel-santos / mcp2210-linux

MCP2210 driver for linux
http://danielthesantos.blogspot.com/search/label/mcp2210
51 stars 31 forks source link

stale gpio value checks always ignored when CONFIG_MCP2210_IRQ disabled #4

Open daniel-santos opened 10 years ago

daniel-santos commented 10 years ago

Currently, all polling is tied to CONFIG_MCP2210_IRQ being enabled. However, the stale gpio value timer can still be useful for gpio operations when IRQs and polling is disabled. This should be fixed.