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=-2.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, T_DKIMWL_WL_HIGH,USER_AGENT_MUTT autolearn=ham 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 3003EC282DD for ; Thu, 23 May 2019 17:59:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 045512186A for ; Thu, 23 May 2019 17:59:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558634372; bh=t//QswKQx08LI6iErQMr17vdiuufkpGxw6pGOI/Zvtw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fCn5Q3/vgV3YCrU2UKuzpvx8Xuc+FcOnP02apzuUrll01fpM3itl6zit5Cr9if6eW SKiGheAHa00uOYQxep5875l+Czser3N3+Hu8HyCrvxeaUSUr7hS1wyCc9JLkQsWWON QdSg5OQhPbLicRqE5MMRIwbcFBYGujikhztEYwTA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731116AbfEWR7b (ORCPT ); Thu, 23 May 2019 13:59:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:55650 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731073AbfEWR7b (ORCPT ); Thu, 23 May 2019 13:59:31 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7F71E2186A; Thu, 23 May 2019 17:59:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558634371; bh=t//QswKQx08LI6iErQMr17vdiuufkpGxw6pGOI/Zvtw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W2WaHp/y9qgIbP+1MnMZvh9EzeT2HlBsmPA2X70oRVuu3mDNQB9TWVgQcdS/WGgkJ M+A4Dn63MFPoD2J5P2evcjIyKylYnChZFz23pctEl1kJBNSj2mCgLtgQkEsu694WoW 8d+8ql544mpPNdy+HFRPgVLuWQVlRIvLOU/oSUKg= Date: Thu, 23 May 2019 19:59:28 +0200 From: Greg KH To: Adam Ford Cc: stable@vger.kernel.org Subject: Re: ARM: dts: imx6q-logicpd: Reduce inrush current on start Message-ID: <20190523175928.GI29438@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, May 20, 2019 at 07:35:09AM -0500, Adam Ford wrote: > Please apply dbb58e291cd4 ("ARM: dts: imx6q-logicpd: Reduce inrush > current on start") to the 5.1 stable branch. Both patches now queued up, thanks. greg k-h