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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 421C1C43603 for ; Fri, 13 Dec 2019 10:04:34 +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 ED12D206B7 for ; Fri, 13 Dec 2019 10:04:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tDoMHeio" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ED12D206B7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de 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: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=+RJ91fvrOn4c8pyNGQXG0mECNBzF7nPVODQDC7rO3Gk=; b=tDoMHeioG6gmTm TZtrTmLtGsAMngFnZFJY9hmZEDGCx0lBjYAjP01Ac0VakOMnBoKzH74OwVg3HhtnO5E93vDy3cgG7 1vPYVw7pFYTO5Yd4CfLC7cy/01mmo0/SNvPELg3frH4ApNrXfFr9xzv42KU1yW6UfH2D5vn+2OwLK PXjaKLeWiBPv2vL/nV+vvisZ4v+oG9mg5LUD2DcG2FGepB1zutRAvXI2KUG3kehRuA+GBlCNeCSJR G57d0GAHoc3BNUO4GmtXmMX6DgocPVs9+SIyU5U9LZyvnN5oHz2veAAQnFcejD14HfbErt5zEIIYt 57XK6WoUUeX22b9nizHA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ifhoA-0005Wh-MK; Fri, 13 Dec 2019 10:04:26 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ifho6-0005VE-Mo; Fri, 13 Dec 2019 10:04:24 +0000 Received: from wf0651.dip.tu-dresden.de ([141.76.182.139] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ifhny-0000yI-M1; Fri, 13 Dec 2019 11:04:14 +0100 From: Heiko Stuebner To: Markus Reichl Subject: Re: [PATCH 1/3] arm64: dts: rockchip: Remove always-on properties from regulator nodes on rk3399-roc-pc. Date: Fri, 13 Dec 2019 11:04:14 +0100 Message-ID: <6226306.W37etdpfGF@phil> In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191213_020422_895255_498E3369 X-CRM114-Status: UNSURE ( 9.54 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Rob Herring , Jagan Teki , linux-arm-kernel@lists.infradead.org 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 Hi Markus, Am Dienstag, 10. Dezember 2019, 13:44:38 CET schrieb Markus Reichl: > Some regulators don't need the always-on property, remove it. > > Signed-off-by: Markus Reichl applied for 5.6, but please check your mail client as "git am" was quite unhappy about it, which I fixed up in the patch itself. Maybe just switch to "git send-email" instead of using Thunderbird. Heiko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel