From patchwork Tue Dec 19 06:15:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 850624 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="dZ1c59Cv"; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="f+QDk82M"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3z172T0Q8Tz9s81 for ; Tue, 19 Dec 2017 17:16:17 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Date:Message-ID:Subject: From:To:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=prWMaldRRrZgMJrd16c5AmR0vx89HUkv2hgSb1sYfz8=; b=dZ1c59Cv0baKVm qdImAhG/MR0E88OK/GWpzUB4EPURzh7+A3C27RYCNHmTWkSOJ+U2NILQIAbPHXZhFtM1KVeK6+P3I NfTDvjKs25CFQsVH6RK7DUbg3IJ9YGR6HCOX4hNqExrhV070nGVsJXqrLlZuEdEjv4mXvq9+yfIRf i4WwZZd7YzSz9WHVURyjSEz34fcryvjnkw6H5LlKZ0xYLtl+02SLuPcAsUZatbFjJzN6yRvVBmhrU EACyHGOUTFctLbNfQ5D7VAt9L5K15uCRGUOiCSBbRtEb7K3am5LOKjW1SHKITsq9iGRw8tyZL0gRk +fTaWTRHkrHz7yLnZ+iw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eRBCH-0004GC-N9; Tue, 19 Dec 2017 06:16:13 +0000 Received: from fllnx210.ext.ti.com ([198.47.19.17]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eRBCD-0004Dw-6G for linux-arm-kernel@lists.infradead.org; Tue, 19 Dec 2017 06:16:11 +0000 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id vBJ6FutH031170; Tue, 19 Dec 2017 00:15:56 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1513664156; bh=ZxumAzy/Q5sRuJzunvAjiHRU0wjg4KoMeMaB0Qegyhk=; h=To:CC:From:Subject:Date; b=f+QDk82MQ6V/ownePVx1cXVN7Nro5upPEnP7WtqVuQ0ey+Mwma5ewwG2gID1G1u/l 5gg+cVTQcWnkRKUErhXfQ3Oj7MIPFthH8hLtRDnHcSz/k45kDt8T2p0RGUdrnEr1NT uDJh+V9JlzwnQ8sfmrYjlUMx4CufedIKrjlt0zCs= Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id vBJ6Ft9Q027583; Tue, 19 Dec 2017 00:15:55 -0600 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1261.35; Tue, 19 Dec 2017 00:15:55 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1261.35 via Frontend Transport; Tue, 19 Dec 2017 00:15:55 -0600 Received: from [172.24.190.171] (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id vBJ6FrXq001063; Tue, 19 Dec 2017 00:15:54 -0600 To: ARM-SoC Maintainers From: Sekhar Nori Subject: [GIT PULL] TI DaVinci fixes for v4.15 Message-ID: <7d86583e-a4e7-fd44-3caf-9bfa7e1a1491@ti.com> Date: Tue, 19 Dec 2017 11:45:53 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171218_221609_505427_962CC2CE X-CRM114-Status: UNSURE ( 9.52 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [198.47.19.17 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux ARM Kernel List , Kevin Hilman Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v4.15 for you to fetch changes up to 451df7d110b82998c04a80d0de0f1e79aaa7792a: ARM: davinci: fix mmc entries in dm365's dma_slave_map (2017-12-08 16:12:21 +0530) ---------------------------------------------------------------- DaVinci fixes for v4.15 consiting of fixes to make EDMA and MMC/SD work on DM365 and a fix for battery voltage monitoring on Lego EV3. ---------------------------------------------------------------- Alejandro Mery (3): ARM: davinci: Use platform_device_register_full() to create pdev for dm365's eDMA ARM: davinci: Add dma_mask to dm365's eDMA device ARM: davinci: fix mmc entries in dm365's dma_slave_map David Lechner (1): ARM: dts: da850-lego-ev3: Fix battery voltage gpio arch/arm/boot/dts/da850-lego-ev3.dts | 4 ++-- arch/arm/mach-davinci/dm365.c | 29 ++++++++++++++++++----------- 2 files changed, 20 insertions(+), 13 deletions(-)