From patchwork Thu Mar 22 16:42:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 889471 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=none (p=none dis=none) header.from=atomide.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="hqAEBE87"; 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 406XYF05hlz9s15 for ; Fri, 23 Mar 2018 03:43:29 +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=mCW2GmZDa4qLIahNkJ4GUZeRh2WKuujnBo6rU7UyMGc=; b=hqAEBE87npLk0t L6LwPoXQzvKBZC9l7I+HOVy5jePKLXeJRVWp6lh9zc5cSiFz7VSJPWRiMNruyT5YZ/RArysamPqPJ YwN/0hXVK+x6DeWcyJsbIvMXU0BhISb7mknIlTp+/0/O2wBTczOfc2d1RtK1/yxXo/Mexn0om+pB/ 3+qYYwHUhc03ZfCRbWCDjTIlRqi5Symz1FbIDkq4e178eGLgdWSeWBXaPzQgATJPU15PFNmofqZVZ jB5B1KghP6RGvfdJYolOsqMKhKDvoojoWn9tMR0H6vxACGfNPYd487fWcQII4uHfOBBVKCYaau7nt NWu6bgsPP1sxj7nboCZQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ez3JB-00011c-8g; Thu, 22 Mar 2018 16:43:21 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ez3IY-0000fB-Kz for linux-arm-kernel@lists.infradead.org; Thu, 22 Mar 2018 16:42:48 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 3DAC68080; Thu, 22 Mar 2018 16:43:41 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL] v2 of two omap fixes for v4.16-rc cycle Date: Thu, 22 Mar 2018 09:42:24 -0700 Message-Id: X-Mailer: git-send-email 2.16.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180322_094243_562834_3C2E6A10 X-CRM114-Status: UNSURE ( 8.74 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 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: Tony Lindgren , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 From: "Tony Lindgren" 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/tmlind/linux-omap tags/omap-for-v4.16/sram-fix-signed for you to fetch changes up to eb85a355c3afd9379f5953cfe2df73632d14c884: ARM: OMAP: Fix SRAM W+X mapping (2018-03-21 08:16:29 -0700) ---------------------------------------------------------------- Two fixes for omap variants for v4.16-rc cycle Fix insecure W+X mapping warning for SRAM for omaps that don't yet use drivers/misc/*sram*.c code. An earlier attempt at fixing this turned out to cause problems with PM on omap3, this version works with PM on omap3. Also fix dmtimer probe for omap16xx devices that was noticed with the pending dmtimer move to drivers. It seems this has been broken for a while and is a non-critical for booting. It is needed for PM on omap16xx though. ---------------------------------------------------------------- Tony Lindgren (2): ARM: OMAP: Fix dmtimer init for omap1 ARM: OMAP: Fix SRAM W+X mapping arch/arm/plat-omap/dmtimer.c | 7 ++----- arch/arm/plat-omap/include/plat/sram.h | 11 +---------- arch/arm/plat-omap/sram.c | 36 +++++++++++++++++++++++++++++++++- 3 files changed, 38 insertions(+), 16 deletions(-)