From patchwork Tue Feb 27 07:57:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 878346 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=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Ei52kFjT"; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="I7ZaAe8U"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::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 3zrB0f6DYrz9s1S for ; Tue, 27 Feb 2018 18:58:58 +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:Message-ID:Date:Subject:To :From: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=p+MBLSMQVWgiKQOKfQh/M3lugiORMJGZN2nWwHYzpsY=; b=Ei52kFjT7mESiz PUsav/KLjSJpiWA+j8FmEzCP/OWxfPwCP3FFvWR1vTSWksi6NZWbUZXmHG4Gmf/IyTDPDdYP2igDL BwqfwVlzyhO2BloNFtpsnvsJ2mO8UxS/gQ2bHZmrw1gIYIjv+UICVeIDzsDLH01CpCNvoEMFxdzRX cOOFpvc/g0EbUbkcU8wOcDWrasGMrTZjAUjCIUFs0uNEhqEyfMmXIEtTYXGQkJ7qSiSalVVDCpssb HqHBAAnndbT7eZgNuIq4wc7YjN+C9CDBd7AqsbIShtmlLyPTxptA4o9SBeuzH5LBg9IQgNH93l9b+ a7dYPBKK2YNJZGlHniYw==; 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 1eqaA3-0005JU-2R; Tue, 27 Feb 2018 07:58:55 +0000 Received: from lelnx193.ext.ti.com ([198.47.27.77]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eqa9y-0005Hg-RL for linux-arm-kernel@lists.infradead.org; Tue, 27 Feb 2018 07:58:52 +0000 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx193.ext.ti.com (8.15.1/8.15.1) with ESMTP id w1R7vmW1031265; Tue, 27 Feb 2018 01:57:48 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1519718268; bh=MSNVIAKK3ZJv+onw2SDlwMnZR6BCpk9NrTci1O9yYr8=; h=From:To:CC:Subject:Date; b=I7ZaAe8UZSQ1LBaMhky6KSJ9rrQqIOlty3NOoL9hKXufbNcseXCNh499NTu+FxWi2 bUZ4vltRyQrbBO9iTlyufGmL4vCMygeMIpr5xs5NCJAsvGxKggfM/e+vtsV6mpcbif pdBA9h26HGesiqMI2jcc+iTv2zvtFfVWdBB2Z9io= Received: from DLEE100.ent.ti.com (dlee100.ent.ti.com [157.170.170.30]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id w1R7vmXc009705; Tue, 27 Feb 2018 01:57:48 -0600 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1261.35; Tue, 27 Feb 2018 01:57:47 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1261.35 via Frontend Transport; Tue, 27 Feb 2018 01:57:47 -0600 Received: from psplinux063.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id w1R7vjjx010650; Tue, 27 Feb 2018 01:57:46 -0600 From: Sekhar Nori To: ARM-SoC Maintainers Subject: [GIT PULL 1/3] DaVinci SoC support updates for v4.17 Date: Tue, 27 Feb 2018 13:27:43 +0530 Message-ID: <20180227075745.23970-1-nsekhar@ti.com> X-Mailer: git-send-email 2.9.0 MIME-Version: 1.0 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-20180226_235851_019987_A54D5137 X-CRM114-Status: GOOD ( 21.00 ) 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.27.77 listed in list.dnswl.org] -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 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: Bartosz Golaszewski , David Lechner , Linux ARM Mailing 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 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: Linux 4.16-rc1 (2018-02-11 15:04:29 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.17/soc for you to fetch changes up to 96c081735d5197d9d4fa0b6ce84cffa3bb197474: ARM: davinci: move davinci_clk_init() to init_time (2018-02-19 16:25:15 +0530) ---------------------------------------------------------------- Miscellaneous DaVinci SoC support improvements for v4.17 * rationalization of con_id names for phy clocks to make DT conversion easy * A patch to move away from syscon as platform device. This is needed for common clock framework conversion as well as helps get rid of syscon_regmap_lookup_by_pdevname() by removing the last known user. * convert mach-davinci to use reset support available in watchdog driver * a non-critical warning fix. It has been around since beginning so not sending as a standalone fix for -rc cycle. * moving mach-davinci clock init to .init_time() for legacy boot. This is again in preparation for CCF conversion. ---------------------------------------------------------------- David Lechner (4): phy: da8xx-usb: rename clock con_ids ARM: da8xx: use platform data for CFGCHIP syscon regmap ARM: davinci: remove watchdog reset ARM: davinci: move davinci_clk_init() to init_time Sekhar Nori (1): ARM: davinci: board-da830-evm: fix unused const variable warning arch/arm/mach-davinci/board-da830-evm.c | 35 ++++++++--------- arch/arm/mach-davinci/board-da850-evm.c | 7 +--- arch/arm/mach-davinci/board-dm355-evm.c | 3 +- arch/arm/mach-davinci/board-dm355-leopard.c | 3 +- arch/arm/mach-davinci/board-dm365-evm.c | 3 +- arch/arm/mach-davinci/board-dm644x-evm.c | 3 +- arch/arm/mach-davinci/board-dm646x-evm.c | 21 +++++++---- arch/arm/mach-davinci/board-mityomapl138.c | 7 +--- arch/arm/mach-davinci/board-neuros-osd2.c | 3 +- arch/arm/mach-davinci/board-omapl138-hawk.c | 7 +--- arch/arm/mach-davinci/board-sffsdr.c | 3 +- arch/arm/mach-davinci/clock.h | 3 -- arch/arm/mach-davinci/da830.c | 7 +++- arch/arm/mach-davinci/da850.c | 7 +++- arch/arm/mach-davinci/da8xx-dt.c | 3 +- arch/arm/mach-davinci/davinci.h | 4 ++ arch/arm/mach-davinci/devices-da8xx.c | 58 ++++++++++++----------------- arch/arm/mach-davinci/devices.c | 7 +--- arch/arm/mach-davinci/dm355.c | 8 +++- arch/arm/mach-davinci/dm365.c | 8 +++- arch/arm/mach-davinci/dm644x.c | 8 +++- arch/arm/mach-davinci/dm646x.c | 22 +++++------ arch/arm/mach-davinci/include/mach/common.h | 2 - arch/arm/mach-davinci/include/mach/da8xx.h | 7 +++- arch/arm/mach-davinci/time.c | 57 ---------------------------- arch/arm/mach-davinci/usb-da8xx.c | 18 ++++++--- drivers/phy/ti/phy-da8xx-usb.c | 16 ++++---- include/linux/platform_data/phy-da8xx-usb.h | 21 +++++++++++ 28 files changed, 153 insertions(+), 198 deletions(-) create mode 100644 include/linux/platform_data/phy-da8xx-usb.h From patchwork Tue Feb 27 07:57:44 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 878347 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=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="PGMru9ib"; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="Yia+DE2K"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::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 3zrB1936jXz9s1S for ; Tue, 27 Feb 2018 18:59:25 +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:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=VQi8sPQE/hT6d2u5IzxsVLcLCBIGJAp85YiMeJGCbHQ=; b=PGMru9ibJjE3M/ 2domtOhTYjLTTQ2nr8jIVGvfTCP9MUSgr0Af2vQJAKEJJ+QSg9H8XwvlA8oL3XcWmKT0D6xhE30Bd JwTpHK//xK6pMA0vpwcrX0euyHnlSB6VZ3j+qNdxNkuUfUO+ZPGGpVCWIxmZ4GRDyf0TN0jAH15CJ 3Tm1JJwxpdmbvYMs2SgNmZtWDrHkX8c32qUPyiF0i5drO0IYeFUjkQt1oiJVgXFDtp3uqN400Va5d qO6J8KqvzJAfZhFSfswBWT+gT9AT+RYu7JKlD1/Uz6Rrturt0MEEtiFalbKowjgOIBxS2c5KKoqji +GLb9nsbX74mafXCXaog==; 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 1eqaAQ-0005YB-Cf; Tue, 27 Feb 2018 07:59:18 +0000 Received: from lelnx194.ext.ti.com ([198.47.27.80]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eqa9z-0005Hf-Bm for linux-arm-kernel@lists.infradead.org; Tue, 27 Feb 2018 07:58:52 +0000 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id w1R7voUr026307; Tue, 27 Feb 2018 01:57:50 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1519718270; bh=bMPoMCup70uMnhxWtPNAV908r3tjr2hqirXjToVrJJ4=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=Yia+DE2K44v0Cp7cZ3r1GIvZm7gj5qyeIPPz1X5Vmy2q8BzmxW1ocS7jCs8I9TIyD 3fTuck34hHrJ2S3aBTIsSWRT4iCWGpyFc2Z6g+GbkjTL4Ae8M7+/x9TcOUin4b4hrF Lbx7nvhBuu7YhqJp2XHCUOuk/Mp2xNwC+TAZxbCw= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w1R7voCj021415; Tue, 27 Feb 2018 01:57:50 -0600 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1261.35; Tue, 27 Feb 2018 01:57:49 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1261.35 via Frontend Transport; Tue, 27 Feb 2018 01:57:49 -0600 Received: from psplinux063.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id w1R7vjk0010650; Tue, 27 Feb 2018 01:57:48 -0600 From: Sekhar Nori To: ARM-SoC Maintainers Subject: [GIT PULL 2/3] DaVinci device-tree updates for v4.17 Date: Tue, 27 Feb 2018 13:27:44 +0530 Message-ID: <20180227075745.23970-2-nsekhar@ti.com> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20180227075745.23970-1-nsekhar@ti.com> References: <20180227075745.23970-1-nsekhar@ti.com> MIME-Version: 1.0 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-20180226_235851_548398_0AEA2BC0 X-CRM114-Status: GOOD ( 19.57 ) 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.27.80 listed in list.dnswl.org] -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 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: Bartosz Golaszewski , David Lechner , Linux ARM Mailing 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 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: Linux 4.16-rc1 (2018-02-11 15:04:29 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.17/dt for you to fetch changes up to 25c88cb1c05856f365484c6647d8e17bfd7f3363: ARM: dts: da850-evm: add chosen and SPI alias (2018-02-26 12:02:24 +0530) ---------------------------------------------------------------- DaVinci DT support enhancements for v4.17 * Lego EV3 gains firmware recovery mode support * Miscellaneous non-critical clean-up ---------------------------------------------------------------- Adam Ford (1): ARM: dts: da850-evm: add chosen and SPI alias Bartosz Golaszewski (1): ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible David Lechner (1): ARM: dts: da850-lego-ev3: Add node for reboot modes arch/arm/boot/dts/da850-evm.dts | 5 +++++ arch/arm/boot/dts/da850-lego-ev3.dts | 19 ++++++++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) From patchwork Tue Feb 27 07:57:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 878348 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=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jwrwI6uh"; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="DiopAsK8"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::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 3zrB2915wLz9s1X for ; Tue, 27 Feb 2018 19:00: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:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+nPfQ+jFGH0QCNVbgo2lZCjKJsjXueRXSyycmoblts0=; b=jwrwI6uhraQsPV 1+A6yqbMDRrfQg+ExycY69CZgbXd5voGfNdRUg5iblDIdzIcr5ke4bWcu2LCRppLbkPmWKHNFKL1v QqiYQyfUdm0si5heXJLO+P7Ciltx8iAQZ6YVQpbXFgv70B/VxoCU6WCSbswmlJJTh+DGIilGutggZ M9iAwkzoNPoi8M1EoOdnCTwF5em6LadukjD+4c0ZS5LKwApCgXk7M4yju/As6jzvGlxmmJpaIN+xV cmughIPpDmmW0Qu0FKu1OxZRHu6PwerG73PBzKBCDn0uBrgzz6IO6sMXBvF08TpMOmGA0fPgqx02Y Ct+YiKqx4OsGneMp0zRw==; 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 1eqaBJ-0006KB-6U; Tue, 27 Feb 2018 08:00:13 +0000 Received: from lelnx194.ext.ti.com ([198.47.27.80]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eqa9z-0005Hm-Bs for linux-arm-kernel@lists.infradead.org; Tue, 27 Feb 2018 07:58:54 +0000 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id w1R7vqUS026319; Tue, 27 Feb 2018 01:57:52 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1519718272; bh=BCUb942bga2K6NkjjyruYbqNkXxqPdE9blitzWpFuB8=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=DiopAsK8pYHbRM/6qLqg0LAuHSifvme1EzPjIdAqzohhZq0b+yUD7JoBVm61Jbr3r 87PsRLu5dVSWRvCOlxaWV2xxT09V08miGACfX/qJIxUwTWcVdfK+yqec3hYkhsQ1SV rd3+1zlPi/R6PRpKyOWSxs7FVCKOkMzpoV/dTdYk= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id w1R7vp6f009738; Tue, 27 Feb 2018 01:57:52 -0600 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1261.35; Tue, 27 Feb 2018 01:57:51 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) 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, 27 Feb 2018 01:57:51 -0600 Received: from psplinux063.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id w1R7vjk1010650; Tue, 27 Feb 2018 01:57:50 -0600 From: Sekhar Nori To: ARM-SoC Maintainers Subject: [GIT PULL 3/3] DaVinci defconfig updates for v4.17 Date: Tue, 27 Feb 2018 13:27:45 +0530 Message-ID: <20180227075745.23970-3-nsekhar@ti.com> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20180227075745.23970-1-nsekhar@ti.com> References: <20180227075745.23970-1-nsekhar@ti.com> MIME-Version: 1.0 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-20180226_235851_562478_DD41BE50 X-CRM114-Status: GOOD ( 18.96 ) 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.27.80 listed in list.dnswl.org] -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 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: Bartosz Golaszewski , David Lechner , Linux ARM Mailing 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 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: Linux 4.16-rc1 (2018-02-11 15:04:29 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.17/defconfig for you to fetch changes up to 35ba26772c827dbfc03be8adc3af8ff0d294b38f: ARM: davinci_all_defconfig: set CONFIG_DAVINCI_WATCHDOG=y (2018-02-26 11:41:53 +0530) ---------------------------------------------------------------- DaVinci defconfig updates for v4.17 Enable SYSCON_REBOOT_MODE needed for Lego EV3 and build the DaVinci watchdog driver in so reboot works even when modules are not loaded. ---------------------------------------------------------------- David Lechner (2): ARM: davinci_all_defconfig: enable SYSCON_REBOOT_MODE ARM: davinci_all_defconfig: set CONFIG_DAVINCI_WATCHDOG=y arch/arm/configs/davinci_all_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)