From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <5264E86C.4090303@metafoo.de> Date: Mon, 21 Oct 2013 10:40:12 +0200 From: Lars-Peter Clausen MIME-Version: 1.0 To: Sachin Kamat CC: linux-iio@vger.kernel.org, Jonathan Cameron Subject: Re: [PATCH v2 1/1] iio: core: Implement devm_iio_device_{register,unregister} References: <1380256624-12588-1-git-send-email-sachin.kamat@linaro.org> <524C55A0.30008@metafoo.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 List-ID: On 10/21/2013 10:18 AM, Sachin Kamat wrote: > Hi Lars, > > On 2 October 2013 22:49, Lars-Peter Clausen wrote: >> On 10/02/2013 06:54 PM, Sachin Kamat wrote: >>> Hi, >>> >>> On 27 September 2013 10:07, Sachin Kamat wrote: >>>> Add device managed devm_iio_device_{register,unregister}() >>>> to automatically unregister IIO drivers thus leading to >>>> simplified IIO driver code. >>>> >>>> Signed-off-by: Sachin Kamat >>>> Cc: Lars-Peter Clausen >>>> --- >>>> Changes since v1: >>>> Incorporated review comments from Lars-Peter Clausen >>>> * Renamed variables >>>> * Fixed the broken implementation >>>> * Moved kernel doc from .h to .c file >>>> --- >>> >>> Does this look good now? >>> >> >> Yes, but I want to at least test it once before I ack it. > > Any luck with testing this? > Sorry, this somehow fell of the table, between a lot of travailing and an upcoming release. I'm at a conference this week to, but I'll give it a try first thing Monday morning. - Lars