From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754685Ab2DMQBQ (ORCPT ); Fri, 13 Apr 2012 12:01:16 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:40829 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754310Ab2DMQBM (ORCPT ); Fri, 13 Apr 2012 12:01:12 -0400 Message-ID: <4F884DC3.70800@wwwdotorg.org> Date: Fri, 13 Apr 2012 10:01:07 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.28) Gecko/20120313 Thunderbird/3.1.20 MIME-Version: 1.0 To: Linus Walleij CC: Olof Johansson , Colin Cross , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org, Stephen Warren Subject: Re: [PATCH] pinctrl: tegra: debugfs enhancements References: <1334184439-16428-1-git-send-email-swarren@wwwdotorg.org> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/13/2012 06:46 AM, Linus Walleij wrote: > On Thu, Apr 12, 2012 at 12:47 AM, Stephen Warren wrote: > >> From: Stephen Warren >> >> * Only provide debugfs-relates ops when CONFIG_DEBUG_FS is enabled. >> * Implement pin_config_group_dbg_show op. >> * Implement pin_config_config_dbg_show op. >> >> Signed-off-by: Stephen Warren >> --- >> Linus, this too would be best to take through the Tegra tree. It depends >> on the other two patches I just posted, but to satisfy that, I'll just >> base my branch off of pinctrl once you've applied those branches and its >> stable. > > OK that means you need that other patch adding the debug callback to > be in some stable branch so you can pull it into the Tegra > tree I guess? > > Can we conclude base stabilization from this and say that the series > of patches upto debugfs enhancements v2 (with the kerneldoc fix) > is the stable merge base, and I'll push some tag for that. Sounds good to me. > And once that settles: > Acked-by: Linus Walleij Thanks.