linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] lp8727_charger: cleanup code
@ 2012-08-30 11:37 Kim, Milo
  2012-08-30 12:15 ` Anton Vorontsov
  0 siblings, 1 reply; 3+ messages in thread
From: Kim, Milo @ 2012-08-30 11:37 UTC (permalink / raw)
  To: Anton Vorontsov; +Cc: linux-kernel, David Woodhouse, Anton Vorontsov

LP8727 driver should be patched for several reasons.

(a) Need to clean up _probe()/_remove()
(b) Not secure code when the platform data is NULL
(c) Interrupt handling
    Two threads are running for handling one IRQ.
    One is for the IRQ pin, the other is used for delayed processing.
    This is unusual and can be enhanced.
(d) Misuse of mutex code
(e) Lots of definitions should be fixed
(f) Others..

Bunch of code patches are as below.

[PATCH 1/8] lp8727_charger: use devm_kzalloc() rather than
 kzalloc()/kfree()
[PATCH 2/8] lp8727_charger: cleanup _probe() and _remove()
[PATCH 3/8] lp8727_charger: fix buggy code when the platform data is
 NULL
[PATCH 4/8] lp8727_charger: cleanup the interrupt handler code
[PATCH 5/8] lp8727_charger: move the mutex code
[PATCH 6/8] lp8727_charger: fix code for getting battery temperature
[PATCH 7/8] lp8727_charger: cleanup definitions
[PATCH 8/8] lp8727_charger: make cosmetic code

Best Regards,
Milo


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-30 22:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-30 11:37 [PATCH 0/8] lp8727_charger: cleanup code Kim, Milo
2012-08-30 12:15 ` Anton Vorontsov
2012-08-30 22:59   ` Kim, Milo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).