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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 33B07C4727C for ; Fri, 25 Sep 2020 11:35:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0341C21741 for ; Fri, 25 Sep 2020 11:35:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728232AbgIYLfE (ORCPT ); Fri, 25 Sep 2020 07:35:04 -0400 Received: from muru.com ([72.249.23.125]:45416 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726990AbgIYLfD (ORCPT ); Fri, 25 Sep 2020 07:35:03 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 716C380B0; Fri, 25 Sep 2020 11:35:05 +0000 (UTC) Date: Fri, 25 Sep 2020 14:34:59 +0300 From: Tony Lindgren To: Andreas Kemnade Cc: khilman@kernel.org, linux@armlinux.org.uk, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, letux-kernel@openphoenux.org Subject: Re: [PATCH v2] omap3: enable off mode automatically Message-ID: <20200925113459.GI9471@atomide.com> References: <20200911161209.25149-1-andreas@kemnade.info> <20200924090047.2b61f883@aktux> <20200924070550.GG9471@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200924070550.GG9471@atomide.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [200924 07:06]: > * Andreas Kemnade [200924 07:00]: > > On Fri, 11 Sep 2020 18:12:09 +0200 > > Andreas Kemnade wrote: > > > > > Enabling off mode was only reachable deeply hidden > > > in the debugfs. As powersaving is an important feature, > > > move the option out of its shady place. > > > The debugfs file can still be used to override the default. > > > > > > Use the presence of a device compatible to ti,twl4030-idle or > > > ti,twl4030-idle-osc-off as an indicator that the board is wired correctly > > > for off mode. > > > > > > Signed-off-by: Andreas Kemnade > > > --- > > > An earlier version of this patch was here: > > > https://patchwork.kernel.org/patch/10794121/ > > > > > > A config option was used instead of the suggested devicetree check. > > > > > > Changes in v2: > > > - fix compile without CONFIG_ARCH_OMAP3 > > > The variable enable_off_mode is now always a real one and not > > > a preprocessor constant to avoid trouble with unusual configurations. > > > > > Anything I still missed here? > > No the missing part is just me picking up the remaining patches > for v5.10 that I'll hopefully manage to do today :) Applied now in omap-for-v5.10/soc thanks. Tony