From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:49150 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932570Ab3CQWm3 (ORCPT ); Sun, 17 Mar 2013 18:42:29 -0400 Message-ID: <514623A8.5000905@kernel.org> Date: Sun, 17 Mar 2013 20:12:24 +0000 From: Jonathan Cameron MIME-Version: 1.0 To: Doug Anderson CC: Naveen Krishna Chatradhi , linux-iio , "linux-kernel@vger.kernel.org" , linux-samsung-soc@vger.kernel.org, Greg Kroah-Hartman , Naveen Krishna , Lars-Peter Clausen Subject: Re: [PATCH 1/2] iio: adc: Kconfig: exynos_adc depends on CONFIG_OF References: <1363364620-23597-1-git-send-email-ch.naveen@samsung.com> 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 03/15/2013 06:09 PM, Doug Anderson wrote: > Naveen, > > On Fri, Mar 15, 2013 at 9:23 AM, Naveen Krishna Chatradhi > wrote: >> As the exynos_adc driver only supports device tree registration. >> Making driver depend on CONFIG_OF solves possible errors during probe. >> >> Signed-off-by: Naveen Krishna Chatradhi >> Reported-by: Dan Carpenter >> Cc: Doug Anderson >> Cc: Lars-Peter Clausen >> --- >> Discussion thread for this patch can be found at >> http://www.gossamer-threads.com/lists/linux/kernel/1693284?page=last >> >> drivers/iio/adc/Kconfig | 1 + >> 1 file changed, 1 insertion(+) > > Reviewed-by: Doug Anderson Applied to togreg branch of iio.git, thanks, > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH 1/2] iio: adc: Kconfig: exynos_adc depends on CONFIG_OF Date: Sun, 17 Mar 2013 20:12:24 +0000 Message-ID: <514623A8.5000905@kernel.org> References: <1363364620-23597-1-git-send-email-ch.naveen@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-iio-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Doug Anderson Cc: Naveen Krishna Chatradhi , linux-iio , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Greg Kroah-Hartman , Naveen Krishna , Lars-Peter Clausen List-Id: linux-samsung-soc@vger.kernel.org On 03/15/2013 06:09 PM, Doug Anderson wrote: > Naveen, > > On Fri, Mar 15, 2013 at 9:23 AM, Naveen Krishna Chatradhi > wrote: >> As the exynos_adc driver only supports device tree registration. >> Making driver depend on CONFIG_OF solves possible errors during probe. >> >> Signed-off-by: Naveen Krishna Chatradhi >> Reported-by: Dan Carpenter >> Cc: Doug Anderson >> Cc: Lars-Peter Clausen >> --- >> Discussion thread for this patch can be found at >> http://www.gossamer-threads.com/lists/linux/kernel/1693284?page=last >> >> drivers/iio/adc/Kconfig | 1 + >> 1 file changed, 1 insertion(+) > > Reviewed-by: Doug Anderson Applied to togreg branch of iio.git, thanks, > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >