commit | cc300d9ead66235e23c674babb8a4ae4ad4c9db8 | [log] [tgz] |
---|---|---|
author | Erik Botö <erik.boto@pelagicore.com> | Fri May 20 00:40:18 2011 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri May 20 00:40:18 2011 -0600 |
tree | c0fe939534c0a69e8ea6ee75bb64e6fabeb14cde | |
parent | 8fa0c9bf82b0b8697ace9532c5a50a0f4e0c7bb5 [diff] |
gpio/pca953x: Use handle_simple_irq instead of handle_edge_irq Make pca953x driver use the simple irq handler since no hardware control is necessary and the driver lacks an irq_ack function. handle_edge_irq() calls chip->irq_ack() which crashes since this function does not exist. Signed-off-by: Erik Botö <erik.boto@pelagicore.com> Signed-off-by: Richard Röjfors <richard.rojfors@pelagicore.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>