Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756859Ab3JNTCw (ORCPT ); Mon, 14 Oct 2013 15:02:52 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:47704 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755590Ab3JNTCu (ORCPT ); Mon, 14 Oct 2013 15:02:50 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 108.39.110.144 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/1+VxLu9CCvnbLDpiLQYKC/CCz9F6SpBA= Date: Mon, 14 Oct 2013 15:02:47 -0400 From: Jason Cooper To: Sebastian Hesselbarth Cc: Thomas Petazzoni , Linus Walleij , Roel Kluin , "linux-kernel@vger.kernel.org" , linux-arm-kernel Subject: Re: [PATCH] unset twsi option3 for gconfig as well Message-ID: <20131014190247.GN5402@titan.lakedaemon.net> References: <1381706847-32762-1-git-send-email-roel.kluin@gmail.com> <20131014091230.65047d00@skate> <525C3B65.30501@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <525C3B65.30501@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 924 Lines: 31 On Mon, Oct 14, 2013 at 08:43:49PM +0200, Sebastian Hesselbarth wrote: ... > You know a good way to determine how far it should go back to -stable? $ git blame -L 338,338 drivers/pinctrl/mvebu/pinctrl-dove.c c9f95ced drivers/pinctrl/pinctrl-dove.c (Sebastian Hesselbarth 2012-09-13 17:41:44 +0200 338) gcfg2 &= ~(DOVE_TWSI_ENABLE_OPTION2 | DOVE_TWSI_ENABLE_OPTION2); $ git tag --contains c9f95ced | grep '^v[23]\.[0-9][0-9]*' | sed -r -e 's/^(v[23]\.[0-9][0-9]*).*$/\1.x/' | sort -uV v3.7.x v3.8.x v3.9.x v3.10.x v3.11.x v3.12.x so it should get flagged for v3.7 and newer. Watch out for really old stuff, the regex above doesn't properly handle v2.6.XX.x... hth, Jason. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/