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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, 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 33824C282DA for ; Mon, 15 Apr 2019 17:59:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 06A4D218D0 for ; Mon, 15 Apr 2019 17:59:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555351158; bh=wn97iaLiSWqr9jrct75GNfo8UJ5rKWgij2PQ4Jiik4E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=JuWqiK5dcppM8cAhtK5xU5qIZrGLUfhjFH471bLtelpUzBxDGwmFfSjADRLwkOvh7 xwUZowBvBBdb0y9vLCCVInF/AzIwsR3s41sZ5io8p+UM640B++1aD9dsyJjmtP3pxe PSEzUPrqmcMLfGwF+0ArxHuI7eEKZRbN+o5FZo8U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726740AbfDOR7Q (ORCPT ); Mon, 15 Apr 2019 13:59:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:55218 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727865AbfDOR7Q (ORCPT ); Mon, 15 Apr 2019 13:59:16 -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 270B620818; Mon, 15 Apr 2019 17:59:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555351155; bh=wn97iaLiSWqr9jrct75GNfo8UJ5rKWgij2PQ4Jiik4E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Vzm45sv8SSXrrxs6bts7z8PMDiRxvl/taykVYAgx2LwKBhXFSgfOqDGtxEdk+5qxT +pUydKb5HP6NCDhRQ7R8IBKzqIRUEefZqlER85HQ5dpqwvIUtIvcSRN/iKwDygzwbc XHZBO1kPYuDSFjQj/tA/Gujr4j0pJUxPDP2S5hkk= Date: Mon, 15 Apr 2019 19:59:12 +0200 From: Greg KH To: Robin Murphy Cc: parly-gh@iris.mystia.org, heiko@sntech.de, katsuhiro@katsuster.net, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on" failed to apply to 4.14-stable tree Message-ID: <20190415175912.GA16775@kroah.com> References: <1555343776150213@kroah.com> <69a06ae1-005c-df72-d83b-0e17bebf5504@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69a06ae1-005c-df72-d83b-0e17bebf5504@arm.com> 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, Apr 15, 2019 at 05:47:25PM +0100, Robin Murphy wrote: > On 15/04/2019 16:56, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 4.14-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > Ah, I guess this depends on ef05bcb60c1a ("arm64: dts: rockchip: fix > vcc_host1_5v pin assign on rk3328-rock64"), which doesn't look to have been > tagged for stable. That worked, thanks! greg k-h