linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/22] lp8727_charger: clean up code
@ 2012-08-31  9:22 Kim, Milo
  2012-09-21  1:13 ` Anton Vorontsov
  0 siblings, 1 reply; 2+ messages in thread
From: Kim, Milo @ 2012-08-31  9:22 UTC (permalink / raw)
  To: Anton Vorontsov; +Cc: David Woodhouse, linux-kernel

LP8727 driver should be fixed for several reasons.

(a) Need to clean up _probe() and _remove()
(b) Not secure code when the platform data is NULL
(c) Improved the interrupt handling
(d) Lots of definitions should be unique.
(e) Others...

Patch v2.
These patches are submitted more separately.

[PATCH 01/22] lp8727_charger: use devm_kzalloc()
[PATCH 02/22] lp8727_charger: cleanup _probe() and _remove()
[PATCH 03/22] lp8727_charger: fix buggy code of NULL pdata
[PATCH 04/22] lp8727_charger: add configurable debouce timer
[PATCH 05/22] lp8727_charger: remove unnecessary workqueue thread
[PATCH 06/22] lp8727_charger: clean up the interrupt handler
[PATCH 07/22] lp8727_charger: clear interrrupts at inital time
[PATCH 08/22] lp8727_charger: fix code for getting battery temp
[PATCH 09/22] lp8727_charger: use the definition rather than enum
[PATCH 10/22] lp8727_charger: clean up lp8727 definitions
[PATCH 11/22] lp8727_charger: use specific definition
[PATCH 12/22] lp8727_charger: clean up lp8727_is_charger_attached()
[PATCH 13/22] lp8727_charger: make lp8727_init_device() shorter
[PATCH 14/22] lp8727_charger: make lp8727_ctrl_switch() inline
[PATCH 15/22] lp8727_charger: make lp8727_charger_get_propery() simpler
[PATCH 16/22] lp8727_charger: return if the battery is discharging
[PATCH 17/22] lp8727_charger: clean up lp8727_charger_changed()
[PATCH 18/22] lp8727_charger: make cosmetic code on lp8727_delayed_func()
[PATCH 19/22] lp8727_charger: fix typo - chg_parm to chg_param
[PATCH 20/22] lp8727_charger: add description in the private data
[PATCH 21/22] lp8727_charger: fix checkpatch warning
[PATCH 22/22] lp8727_charger: make cosmetic code


Best Regards,
Milo



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

* Re: [PATCH 00/22] lp8727_charger: clean up code
  2012-08-31  9:22 [PATCH 00/22] lp8727_charger: clean up code Kim, Milo
@ 2012-09-21  1:13 ` Anton Vorontsov
  0 siblings, 0 replies; 2+ messages in thread
From: Anton Vorontsov @ 2012-09-21  1:13 UTC (permalink / raw)
  To: Kim, Milo; +Cc: David Woodhouse, linux-kernel

On Fri, Aug 31, 2012 at 09:22:39AM +0000, Kim, Milo wrote:
> LP8727 driver should be fixed for several reasons.
> 
> (a) Need to clean up _probe() and _remove()
> (b) Not secure code when the platform data is NULL
> (c) Improved the interrupt handling
> (d) Lots of definitions should be unique.
> (e) Others...
> 
> Patch v2.
> These patches are submitted more separately.

Nice! All 22 applied, thank you so much!

Anton.

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

end of thread, other threads:[~2012-09-21  1:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-31  9:22 [PATCH 00/22] lp8727_charger: clean up code Kim, Milo
2012-09-21  1:13 ` Anton Vorontsov

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).