All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 v3] jz4740-battery module cleanup
@ 2012-11-06 23:11 Marcos Paulo de Souza
  2012-11-06 23:11 ` [PATCH 1/2] drivers/power/jz4740-battery.c: Use devm_kzalloc Marcos Paulo de Souza
  2012-11-06 23:11 ` [PATCH 2/2] drivres/power/jz4740-battery.c: Use devm_request_and_ioremap Marcos Paulo de Souza
  0 siblings, 2 replies; 5+ messages in thread
From: Marcos Paulo de Souza @ 2012-11-06 23:11 UTC (permalink / raw)
  To: cbou, dwmw2, lars, linux-kernel; +Cc: Marcos Paulo de Souza

Hi guys!

This is the third version of the simple(simple..?) cleanup in the 
battery driver of jz4740. Just a tiny cleanup.

These patches were tested in Dingoo A320, without any problems.

Added Acked-bys of Lars.

Thanks since now!

Changelog:
	From v2:
		Remove the patch that touches the irq_request. We need
		to take a look at this later.

		Remove the mem member of the struct jz_battery. Now this
		data is useless.

	From v1:
		Use devm_request_and_ioremap instead of
		devm_request and devm_ioremap_nocache.

Marcos Paulo de Souza (2):
  drivers/power/jz4740-battery.c: Use devm_kzalloc
  drivers/power/jz4740-battery.c: Use devm_request_and_ioremap

 drivers/power/jz4740-battery.c |   41 ++++++++--------------------------------
 1 file changed, 8 insertions(+), 33 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2012-11-19  0:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06 23:11 [PATCH 0/2 v3] jz4740-battery module cleanup Marcos Paulo de Souza
2012-11-06 23:11 ` [PATCH 1/2] drivers/power/jz4740-battery.c: Use devm_kzalloc Marcos Paulo de Souza
2012-11-06 23:11 ` [PATCH 2/2] drivres/power/jz4740-battery.c: Use devm_request_and_ioremap Marcos Paulo de Souza
2012-11-09  9:42   ` Lars-Peter Clausen
2012-11-19  0:12     ` Anton Vorontsov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.