From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailhost.informatik.uni-hamburg.de ([134.100.9.70]:35131 "EHLO mailhost.informatik.uni-hamburg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758394Ab3D2SZV (ORCPT ); Mon, 29 Apr 2013 14:25:21 -0400 Message-ID: <517EBBAA.3040503@metafoo.de> Date: Mon, 29 Apr 2013 20:27:54 +0200 From: Lars-Peter Clausen MIME-Version: 1.0 To: Sachin Kamat CC: Jonathan Cameron , linux-iio@vger.kernel.org, jic23@kernel.org Subject: Re: [PATCH 1/2] adc: exynos_adc: Convert to devm_ioremap_resource() References: <1364970239-8242-1-git-send-email-sachin.kamat@linaro.org> <516BDA77.5060402@jic23.retrosnub.co.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 04/29/2013 07:18 PM, Sachin Kamat wrote: > Hi Jonathan, > > On 15 April 2013 16:16, Jonathan Cameron wrote: >> On 15/04/13 09:22, Sachin Kamat wrote: >>> >>> On 3 April 2013 11:53, Sachin Kamat wrote: >>>> >>>> Use the newly introduced devm_ioremap_resource() instead of >>>> devm_request_and_ioremap() which provides more consistent error handling. >>>> >>>> Signed-off-by: Sachin Kamat >> >> Not sure why I missed this one. I think I marked the entire thread >> as not ready based on the responses to patch 2. Clearly nothing wrong >> with this one! Will pick up for the next cycle now as I think it >> is a cleanup rather than an actual bug fix? >> >> Thanks for the ping. > > Looks like this patch has still not made it to your tree as I did not > find it in Greg's pull request to Linus. > I however saw two of my other iio patches in his pull request. The IIO tree was already closed at that point, so "next cycle" refers to 3.11 in this case. - Lars