From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ABBA9C10F0E for ; Tue, 9 Apr 2019 14:18:20 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7A2AC20883 for ; Tue, 9 Apr 2019 14:18:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="eW9Ca6Qp" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7A2AC20883 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=n4yCQ5JXXoWVkDPyv6XPny4EIy9qZWHRWRtneVAM61I=; b=eW9Ca6QpJ5EpUA 7jrfGY/VUI98y0qCYhFOEgIeXIPXiqEikRnM8CATCON032gFWagOcGpDZFmEFh0NGcwAkykaMJrUM MJvhEmb5NVooxDicsRNtNr1v1WDKLFhDkvw+QNcXErYCRBlqHpfWBALpL6LloRw5DLu1aDDWP+ZiP 1sdjLiuVfsgNSPXJDj749WjoUGh04x0RyBQxqGzkXfWog/rtWEzyvAaieAgx6Pazs7iV+L4tKYe5O +zjC8EOT5TLvMDGcGYQLGqOY4V9/jw2Qy0G+5EZy+/S96PkqHCK1Gi4y8WI1MleEJvvXAArTea4U+ nwwWKH0D0LkYg4Sckj7Q==; 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 1hDrZr-0005FK-EY; Tue, 09 Apr 2019 14:18:19 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hDrZi-00055a-7L for linux-arm-kernel@lists.infradead.org; Tue, 09 Apr 2019 14:18:17 +0000 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D205E8027; Tue, 9 Apr 2019 14:18:21 +0000 (UTC) Date: Tue, 9 Apr 2019 07:17:59 -0700 From: Tony Lindgren To: Masahiro Yamada Subject: Re: [PATCH 3/3] ARM: omap2: move platform-specific asm-offset.h to arch/arm/mach-omap2 Message-ID: <20190409141759.GA2839@atomide.com> References: <20190408075427.6052-1-yamada.masahiro@socionext.com> <20190408075427.6052-3-yamada.masahiro@socionext.com> <20190408161802.GI49658@atomide.com> <6308904e-443a-46ff-9633-2ccb3b03bef9@ti.com> <39d9cc92-ef2f-993c-3abd-99b134e1c22e@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190409_071810_577068_B1CBFDC8 X-CRM114-Status: GOOD ( 23.72 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arnd Bergmann , Dave Gerlach , Keerthy , Russell King , Linux Kernel Mailing List , arm-soc , Olof Johansson , Linux-OMAP , linux-arm-kernel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org * Masahiro Yamada [190409 07:06]: > On Tue, Apr 9, 2019 at 2:17 PM Keerthy wrote: > > > > > > > > On 09/04/19 10:37 AM, Masahiro Yamada wrote: > > > On Tue, Apr 9, 2019 at 2:00 PM Keerthy wrote: > > >> > > >> > > >> > > >> On 08/04/19 9:48 PM, Tony Lindgren wrote: > > >>> Hi, > > >>> > > >>> * Masahiro Yamada [190408 07:56]: > > >>>> is only generated and included > > >>>> by arch/arm/mach-omap2/, so it does not need to reside in the > > >>>> globally visible include/generated/. > > >>>> > > >>>> I moved and renamed it to arch/arm/mach-omap2/pm-asm-offsets.h > > >>>> since the prefix 'omap2-' is just redundant in mach-omap2/. > > >>>> > > >>>> Signed-off-by: Masahiro Yamada > > >>>> --- > > >>>> > > >>>> Can this be applied to ARM-SOC tree in a series? > > >>>> (with Ack from the platform sub-maintainer.) > > >>>> > > >>>> ti-pm-asm-offsets.h does not need to reside in include/generated/, > > >>>> but you may ask "Why must it get out of include/generated/?" > > >>>> > > >>>> My main motivation is to avoid a race condition in the currently > > >>>> proposed patch: > > >>>> > > >>>> https://lore.kernel.org/patchwork/patch/1052763/ > > >>>> > > >>>> This patch tries to embed some build artifacts into the kernel. > > >>>> > > >>>> If arch/arm/mach-omap2/ and kernel/ are built at the same time, > > >>>> it may embed a truncated file. > > >>> > > >>> Looks like a nice improvment to me, adding Keerthy and Dave to Cc. > > >>> > > >>> Keerthy and Dave, can you please test this series with am3 and am4 > > >>> PM code? > > >> > > >> Tested for Deep Sleep0 on AM33xx Beaglebone-black. > > >> Tested for Deep Sleep0 on AM437x-gp-evm. > > >> > > >> Applied this on top of Tony's for-next with the gpio patch > > >> required for RTC+DDR mode on am437x-gp-evm. > > > > > > Was it applied to TI tree? > > > > > > If so ... > > > > > > Arnd, Olof, > > > Please just ignore this patch > > > since it looks it was already applied to TI tree. > > > > Masahiro Yamada, > > > > No i manually applied this on top. > > > > Regards, > > Keerthy > > Keerthy, > Sorry, I misunderstood. > > You just applied it to your local tree for testing. > > Then, I still think it is better to > apply this series in a correct order. > > The reason I sent this in a series was > to make sure asm-offset headers are correctly > cleaned up. Yes looks good to me: Acked-by: Tony Lindgren _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel