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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 481F1C31E40 for ; Tue, 6 Aug 2019 15:15:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1922520717 for ; Tue, 6 Aug 2019 15:15:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565104516; bh=I9Bf8CCcuS/F1rOk/abaMRdQEiZ8r0dTOJjcA1V/iCw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=q7GYk4zqcqnQS3fvKR/EMpaJQ4f31JZFMWvNTv0yR939bfJnlzBuc+2vI/0R3YZfo vqxL3sEdR+Mo2KQGbnkU+oG68/iru8JXBVqtxIwxnqGrIf9Rz83Ub4QKJb09Wccihx FHzPgkFNpwUnVxo0SoCkInCZbUnwTJo4kuCO3kAo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728156AbfHFPPP (ORCPT ); Tue, 6 Aug 2019 11:15:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:58302 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726877AbfHFPPP (ORCPT ); Tue, 6 Aug 2019 11:15:15 -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 475DA20717; Tue, 6 Aug 2019 15:15:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565104514; bh=I9Bf8CCcuS/F1rOk/abaMRdQEiZ8r0dTOJjcA1V/iCw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FaNAJ17+xabayWk7QGl5C8KvziMTp2EPw/MpUqPdVBDEMO5+uCDvlKjsKPf1CIIdi bVwMKh+nBMjzJwRXuThkWeAHj8pRisrrOtWchfVMRJtKRAaQiZMzvx2zVWeJANVUH2 /vzhggC7y7HSb+IGdsr+MQJP+CJSugLbOcKWWiCg= Date: Tue, 6 Aug 2019 17:15:12 +0200 From: Greg KH To: Adam Ford Cc: stable@vger.kernel.org Subject: Re: ARM: dts: Add pinmuxing for i2c2 and i2c3 for LogicPD SOM-LV Message-ID: <20190806151512.GA6051@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 06, 2019 at 10:06:24AM -0500, Adam Ford wrote: > Please apply 5fe3c0fa0d54877c65e7c9b4442aeeb25cdf469a > ("ARM: dts: Add pinmuxing for i2c2 and i2c3 for LogicPD SOM-LV") to > 4.9.y branch. > > Ideally, it would be applied to 4.4, but It doesn't apply cleanly to > 4.4. I can do a separate patch to do that, but I am not sure of the > proper procedure. Just send a backported patch to the list, saying what the git commit id was in Linus's tree. THere are loads of examples in the archives for how to do this properly. thanks, greg k-h