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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 8E758C31E40 for ; Tue, 6 Aug 2019 20:55:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5D8E6216F4 for ; Tue, 6 Aug 2019 20:55:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565124922; bh=LAT8rvop9WX/NwpJa2zcEiBJeICVPas0+TKrxWR9wGc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=oTGMar9G8klQSRWnCzWm057+miE6D+uNpZS7UzXcbgkgNKfSTEb0P6sKJpbr6kos5 VeR0LtPmOpceXaLUTsLPT5giaKckDQn8sdam5DJ2muyilTmki/4rnstuIbGdvcZ/dY EtSFmVdjVr9SEO9AbE5Ip8iNEFm3VMB0Uo7/G2hU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725974AbfHFUzV (ORCPT ); Tue, 6 Aug 2019 16:55:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:43764 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725948AbfHFUzV (ORCPT ); Tue, 6 Aug 2019 16:55:21 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 66A4B20C01; Tue, 6 Aug 2019 20:55:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565124920; bh=LAT8rvop9WX/NwpJa2zcEiBJeICVPas0+TKrxWR9wGc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LE2Jogz4v1z/HFvd9NU8CZF1UxX+SFBO2Zb4p5XAoLnz5KIao2EGiCrapliuGh+Qb eb+3CaD+NutkMoFmCX62v/na+XrzK1pF81CgN5mENO0YBwAZLL81kfjVIDQDVPeb59 w+RQm5OZrv/2b498ifzFBrWGD+gR2DpbxMTOik9g= Date: Tue, 6 Aug 2019 16:55:19 -0400 From: Sasha Levin To: Greg KH Cc: Adam Ford , stable@vger.kernel.org Subject: Re: ARM: dts: Add pinmuxing for i2c2 and i2c3 for LogicPD SOM-LV Message-ID: <20190806205519.GH17747@sasha-vm> References: <20190806151512.GA6051@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190806151512.GA6051@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 06, 2019 at 05:15:12PM +0200, Greg KH wrote: >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. I've queued 5fe3c0fa0d5 for 4.14 and 4.9. It doesn't seem like it should go on 4.4 because it doesn't have ab8dd3aed011 ("ARM: DTS: Add minimal Support for Logic PD DM3730 SOM-LV"). If you disagree, please send a 4.4 backport. -- Thanks, Sasha