Linux Samsung SOC development
 help / color / mirror / Atom feed
* [PATCH 0/5 v2] iio: exynos_adc: fix minor nits in the driver
@ 2014-04-26 11:37 Naveen Krishna Chatradhi
       [not found] ` <1398512276-4105-1-git-send-email-ch.naveen-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Naveen Krishna Chatradhi @ 2014-04-26 11:37 UTC (permalink / raw)
  To: linux-iio-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA,
	dianders-F7+t8E8rja9g9hUCZPvPmw,
	gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r,
	naveenkrishna.ch-Re5JQEeQqe8AvxtiuMwx3w,
	lars-Qo5EllUWu/uELgA04lAiVw, cpgs-Sze3O3UU22JBDgjK7y7TUQ,
	grundler-F7+t8E8rja9g9hUCZPvPmw, jic23-DgEjT+Ai2ygdnm+yROfE0A

This patchset fixes the 
1. bug causing a crash during module removal for exynos_adc.ko.
-> The bug was seen by Doug, while trying to compile the whole IIO subsystem
   as module @ https://lkml.org/lkml/2014/4/21/481 from Doug.

2. rearrange the clock and regulator enable/disable calls during
   probe, remove, suspend and resume calls
-> Comments give by Jonathan @ https://lkml.org/lkml/2014/4/23/644

3. reduces the timeout and uses wait_for_completion_timeout instead of the
   interruptible varient.
-> This change was under review @ https://lkml.org/lkml/2013/11/5/92
   Final comments were given by Tomasz, to split and submit.

Naveen Krishna Ch (2):
  iio: exynos_adc: use indio_dev->dev structure to handle child nodes
  iio: exynos_adc: rearrange clk and regulator enable/disable calls

Naveen Krishna Chatradhi (3):
  iio: exynos_adc: reduce timeout and use wait_for_completion_timeout
  iio: exynos_adc: do a soft reset in case of timeout
  iio: exynos_adc: do a reinit_completion before the conversion

 drivers/iio/adc/exynos_adc.c |  138 +++++++++++++++++++++++-------------------
 1 file changed, 75 insertions(+), 63 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-04-28 22:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-26 11:37 [PATCH 0/5 v2] iio: exynos_adc: fix minor nits in the driver Naveen Krishna Chatradhi
     [not found] ` <1398512276-4105-1-git-send-email-ch.naveen-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-04-26 11:37   ` [PATCH 1/5 v2] iio: exynos_adc: use indio_dev->dev structure to handle child nodes Naveen Krishna Chatradhi
     [not found]     ` <1398512276-4105-2-git-send-email-ch.naveen-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-04-26 12:53       ` Jonathan Cameron
2014-04-26 11:37 ` [PATCH 2/5 v2] iio: exynos_adc: rearrange clk and regulator enable/disable calls Naveen Krishna Chatradhi
2014-04-28 22:18   ` Doug Anderson
2014-04-26 11:37 ` [PATCH 3/5 v2] iio: exynos_adc: reduce timeout and use wait_for_completion_timeout Naveen Krishna Chatradhi
2014-04-26 11:37 ` [PATCH 4/5 v2] iio: exynos_adc: do a soft reset in case of timeout Naveen Krishna Chatradhi
2014-04-26 11:37 ` [PATCH 5/5 v2] iio: exynos_adc: do a reinit_completion before the conversion Naveen Krishna Chatradhi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox