From patchwork Tue Feb 12 17:45:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 10808377 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6D668746 for ; Tue, 12 Feb 2019 17:46:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5D1142C00E for ; Tue, 12 Feb 2019 17:46:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 50F942C013; Tue, 12 Feb 2019 17:46:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0DBF52C00E for ; Tue, 12 Feb 2019 17:46:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728877AbfBLRqC (ORCPT ); Tue, 12 Feb 2019 12:46:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:50524 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727865AbfBLRqC (ORCPT ); Tue, 12 Feb 2019 12:46:02 -0500 Received: from localhost.localdomain (unknown [194.230.155.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A81E020842; Tue, 12 Feb 2019 17:45:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549993562; bh=mCMJyo7VtrJCKbTL0coPi8tQwBGv5oshlEKt9XIzZf8=; h=From:To:Subject:Date:From; b=05BL48sgJ1Whf3TZzGbhrTfVI01E8eqvBDuI4+tfQ1kAfdc+4AG3067f8MpKywfgW LfcMOGTy+lwiTZlQs0swbDJltFjz+IKBnrhHz4/30bjqTJNRm4dakcK5Q33u1rFkN1 g3jiVFUXKWJT2xWaj8tcCbmmiAtyFM1G87IyX3Ck= From: Krzysztof Kozlowski To: Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Mark Rutland , Kukjin Kim , Krzysztof Kozlowski , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] ARM/dts/iio: exynos-adc: Use proper number of channels for Exynos4x12 Date: Tue, 12 Feb 2019 18:45:48 +0100 Message-Id: <20190212174550.4383-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, The DTS patch depends on iio change. I will take it through samsung-soc for consecutive release, once iio/adc gets accepted. Best regards, Krzysztof Krzysztof Kozlowski (2): iio: adc: exynos-adc: Use proper number of channels for Exynos4x12 ARM: dts: exynos: Use ADC for Exynos4x12 on Exyno4412 .../bindings/iio/adc/samsung,exynos-adc.txt | 4 +++- arch/arm/boot/dts/exynos4412.dtsi | 2 +- drivers/iio/adc/exynos_adc.c | 17 +++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-)