commit | 0df883df8e8aea79b501f6262b595e66dec175dc | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@stericsson.com> | Fri Jan 08 10:44:16 2010 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Sun Mar 07 22:17:00 2010 +0100 |
tree | 4b63d615304b2c7c00f2ca3433b83cb9d28d6bfc | |
parent | 38f6ce45f0bca04ac653c57cacd375c469995321 [diff] |
mfd: Convert AB3100 driver to threaded IRQ This converts the AB3100 core MFD driver to use a threaded interrupt handler instead of the explicit top/bottom-half construction with a workqueue. This saves some code and make it more similar to other modern MFD drivers. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>