From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@lechnology.com (David Lechner) Date: Tue, 10 Jan 2017 09:32:09 -0600 Subject: [RESEND 3/3] ARM: davinci_all_defconfig: enable iio and ADS7950 In-Reply-To: <03501962-eb4a-6936-15dd-ed59c73f9cd9@ti.com> References: <1483978300-403-1-git-send-email-david@lechnology.com> <1483978300-403-4-git-send-email-david@lechnology.com> <03501962-eb4a-6936-15dd-ed59c73f9cd9@ti.com> Message-ID: <366c8cd2-e313-2ea2-211d-7e9a425b62e6@lechnology.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/10/2017 03:27 AM, Sekhar Nori wrote: > On Monday 09 January 2017 09:41 PM, David Lechner wrote: >> This enables the iio subsystem and the TI ADS7950 driver. This is used by >> LEGO MINDSTORMS EV3, which has an ADS7957 chip. >> >> Signed-off-by: David Lechner >> --- >> arch/arm/configs/davinci_all_defconfig | 7 +++++++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig >> index 2b1967a..a899876 100644 >> --- a/arch/arm/configs/davinci_all_defconfig >> +++ b/arch/arm/configs/davinci_all_defconfig >> @@ -200,6 +200,13 @@ CONFIG_TI_EDMA=y >> CONFIG_MEMORY=y >> CONFIG_TI_AEMIF=m >> CONFIG_DA8XX_DDRCTL=y >> +CONFIG_IIO=m >> +CONFIG_IIO_BUFFER_CB=m >> +CONFIG_IIO_SW_DEVICE=m >> +CONFIG_IIO_SW_TRIGGER=m >> +CONFIG_TI_ADS7950=m >> +CONFIG_IIO_HRTIMER_TRIGGER=m >> +CONFIG_IIO_SYSFS_TRIGGER=m > > Hmm, there are some other comments I gave on the previous version I > don't see addressed. Can you please fix those or respond to those comments? Oops, I missed the other comments. I will fix it. > > Thanks, > Sekhar > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934814AbdAJPcO (ORCPT ); Tue, 10 Jan 2017 10:32:14 -0500 Received: from vern.gendns.com ([206.190.152.46]:59604 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753325AbdAJPcM (ORCPT ); Tue, 10 Jan 2017 10:32:12 -0500 Subject: Re: [RESEND 3/3] ARM: davinci_all_defconfig: enable iio and ADS7950 To: Sekhar Nori References: <1483978300-403-1-git-send-email-david@lechnology.com> <1483978300-403-4-git-send-email-david@lechnology.com> <03501962-eb4a-6936-15dd-ed59c73f9cd9@ti.com> Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: David Lechner Message-ID: <366c8cd2-e313-2ea2-211d-7e9a425b62e6@lechnology.com> Date: Tue, 10 Jan 2017 09:32:09 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <03501962-eb4a-6936-15dd-ed59c73f9cd9@ti.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/10/2017 03:27 AM, Sekhar Nori wrote: > On Monday 09 January 2017 09:41 PM, David Lechner wrote: >> This enables the iio subsystem and the TI ADS7950 driver. This is used by >> LEGO MINDSTORMS EV3, which has an ADS7957 chip. >> >> Signed-off-by: David Lechner >> --- >> arch/arm/configs/davinci_all_defconfig | 7 +++++++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig >> index 2b1967a..a899876 100644 >> --- a/arch/arm/configs/davinci_all_defconfig >> +++ b/arch/arm/configs/davinci_all_defconfig >> @@ -200,6 +200,13 @@ CONFIG_TI_EDMA=y >> CONFIG_MEMORY=y >> CONFIG_TI_AEMIF=m >> CONFIG_DA8XX_DDRCTL=y >> +CONFIG_IIO=m >> +CONFIG_IIO_BUFFER_CB=m >> +CONFIG_IIO_SW_DEVICE=m >> +CONFIG_IIO_SW_TRIGGER=m >> +CONFIG_TI_ADS7950=m >> +CONFIG_IIO_HRTIMER_TRIGGER=m >> +CONFIG_IIO_SYSFS_TRIGGER=m > > Hmm, there are some other comments I gave on the previous version I > don't see addressed. Can you please fix those or respond to those comments? Oops, I missed the other comments. I will fix it. > > Thanks, > Sekhar >