commit | 60fd57e06ed7ea13bc0bdf4cb5324d47039105ab | [log] [tgz] |
---|---|---|
author | Kim, Milo <Milo.Kim@ti.com> | Fri Aug 31 09:23:25 2012 +0000 |
committer | Anton Vorontsov <anton.vorontsov@linaro.org> | Thu Sep 20 17:57:12 2012 -0700 |
tree | 784c8828925917ab2d692c2641dd2cdb78d15b24 | |
parent | 318cb389d020e3107979d7d794ab992e4bcd6665 [diff] |
lp8727_charger: Add configurable debouce timer Debounce time is configurable in the platform side. If it is not defined, the default value is 270ms. Platform data is msec unit, and this time is converted to jiffies internally. The workqueue uses this jiffies time in the interrupt handling. So debounce_jiffies is added in the private data. Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>