Re: [PATCH 4/8] lp8727_charger: cleanup the interrupt handler code

2012-08-30 Thread Anton Vorontsov
On Thu, Aug 30, 2012 at 11:39:57AM +, Kim, Milo wrote: > (a) add configurable debounce timer in the platform data > : if it is not defined, default time(270ms) is set. > (b) use schedule_delay_work() and remove unnecessary workqueue resource > : for delayed interrupt handling, use the

[PATCH 4/8] lp8727_charger: cleanup the interrupt handler code

2012-08-30 Thread Kim, Milo
(a) add configurable debounce timer in the platform data : if it is not defined, default time(270ms) is set. (b) use schedule_delay_work() and remove unnecessary workqueue resource : for delayed interrupt handling, use the schedule_delay_work() (c) add lp8727_release_irq() for clearing the

[PATCH 4/8] lp8727_charger: cleanup the interrupt handler code

2012-08-30 Thread Kim, Milo
(a) add configurable debounce timer in the platform data : if it is not defined, default time(270ms) is set. (b) use schedule_delay_work() and remove unnecessary workqueue resource : for delayed interrupt handling, use the schedule_delay_work() (c) add lp8727_release_irq() for clearing the

Re: [PATCH 4/8] lp8727_charger: cleanup the interrupt handler code

2012-08-30 Thread Anton Vorontsov
On Thu, Aug 30, 2012 at 11:39:57AM +, Kim, Milo wrote: (a) add configurable debounce timer in the platform data : if it is not defined, default time(270ms) is set. (b) use schedule_delay_work() and remove unnecessary workqueue resource : for delayed interrupt handling, use the