From patchwork Wed Nov 25 11:50:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Sverdlin X-Patchwork-Id: 7698331 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3B88FBF90C for ; Wed, 25 Nov 2015 11:53:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6E03C208EF for ; Wed, 25 Nov 2015 11:53:58 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B16BC208E5 for ; Wed, 25 Nov 2015 11:53:57 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1a1YcP-0004vW-Vy; Wed, 25 Nov 2015 11:52:14 +0000 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1a1YbJ-000493-U8 for linux-arm-kernel@lists.infradead.org; Wed, 25 Nov 2015 11:51:08 +0000 Received: by wmww144 with SMTP id w144so11025662wmw.1 for ; Wed, 25 Nov 2015 03:50:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=Wtg5QKPVK4Ejtz1NawQnn2whOhnqrCdo+ypnq54iwUs=; b=rKCd1bc0QwwLwBRfuscNIHWyhnINh0r98oJIlc5No1y5MSFSr6zLTY/Q6YZ9Lq1e7B D9q8PzzPwetgRLYrKr72vxgNrpt8pgLLjfoplvM0+jAbtcUy2DRYANEBQwAagPowSjGA jYxt9q6Mq/rdQZm17Hjy25S2FzE2TpslP4HqlzeS7z4IVqFqz9hpt/QKIEhij3Tcf2go pK6YgLkAkZOpirp4ipAsXRUQ4yhxxzt7G5Y7W7UGc7PHEGJoMIukMX8CYq4g/VIfLMkY 33S8tFMJ+0sz2MA1fAFHuxtkh+xLbp3vtekv88TMBwV0fqfx/TRzDZDnA1FkbPdGptbV CZjg== X-Received: by 10.195.11.101 with SMTP id eh5mr43128700wjd.104.1448452249447; Wed, 25 Nov 2015 03:50:49 -0800 (PST) Received: from [192.168.1.20] (x5d846db9.dyn.telefonica.de. [93.132.109.185]) by smtp.gmail.com with ESMTPSA id t194sm3146209wmt.11.2015.11.25.03.50.48 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Nov 2015 03:50:48 -0800 (PST) Subject: [PATCH 4/5] edb93xx: Add ADC platform device To: Hartley Sweeten , Ryan Mallon , linux-arm-kernel@lists.infradead.org, linux-iio@vger.kernel.org References: <56558B23.4080506@gmail.com> From: Alexander Sverdlin Message-ID: <5655A097.6000000@gmail.com> Date: Wed, 25 Nov 2015 12:50:47 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <56558B23.4080506@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151125_035106_473986_A9DF8C4B X-CRM114-Status: GOOD ( 11.39 ) X-Spam-Score: -2.7 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lars-Peter Clausen , Russell King , Peter Meerwald , Jonathan Cameron , Hartmut Knaack Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This enables the creation of ADC platform device on EDB93xx series of Cirrus Logic evaluation boards. The driver for this device must be enabled separately, either as built-in, or a module. Signed-off-by: Alexander Sverdlin --- arch/arm/mach-ep93xx/edb93xx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-ep93xx/edb93xx.c b/arch/arm/mach-ep93xx/edb93xx.c index ad92d9f..8da0127 100644 --- a/arch/arm/mach-ep93xx/edb93xx.c +++ b/arch/arm/mach-ep93xx/edb93xx.c @@ -264,6 +264,7 @@ static void __init edb93xx_init_machine(void) edb93xx_register_pwm(); edb93xx_register_fb(); edb93xx_register_ide(); + ep93xx_register_adc(); }