Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1174165AbdDXUKg (ORCPT ); Mon, 24 Apr 2017 16:10:36 -0400 Received: from mga07.intel.com ([134.134.136.100]:60197 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935621AbdDXUK1 (ORCPT ); Mon, 24 Apr 2017 16:10:27 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,245,1488873600"; d="scan'208";a="1123016800" Message-ID: <1493064617.24567.182.camel@linux.intel.com> Subject: Re: [PATCH] iio: adc: Add support for TI ADC1x8s102 From: Andy Shevchenko To: Jan Kiszka , Jonathan Cameron Cc: linux-iio@vger.kernel.org, Linux Kernel Mailing List , Sascha Weisenberger Date: Mon, 24 Apr 2017 23:10:17 +0300 In-Reply-To: <1493064330.24567.180.camel@linux.intel.com> References: <6e0f0b52-27a1-0ce5-c217-3aa941babe63@siemens.com> <1493064330.24567.180.camel@linux.intel.com> Organization: Intel Finland Oy Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 777 Lines: 22 On Mon, 2017-04-24 at 23:05 +0300, Andy Shevchenko wrote: > On Mon, 2017-04-24 at 21:28 +0200, Jan Kiszka wrote: > > This is an upstream port of an IIO driver for the TI ADC108S102 and > > ADC128S102. The former can be found on the Intel Galileo Gen2 and > > the > > Siemens SIMATIC IOT2000. For those boards, ACPI-based enumeration is > > included. > > +static const struct acpi_device_id adc1x8s102_acpi_ids[] = { > > + { "INT3495",  (kernel_ulong_t)&adc1x8s102_setup_int3495 }, > > + { } > > +}; > > +MODULE_DEVICE_TABLE(acpi, adc1x8s102_acpi_ids); One more thing, please provide an excerpt from real DSDT that describes this device. And just in case one question, is that DSDT carved in stone? -- Andy Shevchenko Intel Finland Oy