From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757196Ab3BARSm (ORCPT ); Fri, 1 Feb 2013 12:18:42 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:59064 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753471Ab3BARSk (ORCPT ); Fri, 1 Feb 2013 12:18:40 -0500 Message-ID: <510BF8EC.7090801@wwwdotorg.org> Date: Fri, 01 Feb 2013 10:18:36 -0700 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Sachin Kamat CC: linux-kernel@vger.kernel.org, thierry.reding@avionic-design.de, gregkh@linuxfoundation.org, Laxman Dewangan , linux-serial@vger.kernel.org Subject: Re: [PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource() References: <1359627939-2685-1-git-send-email-sachin.kamat@linaro.org> <1359627939-2685-3-git-send-email-sachin.kamat@linaro.org> <510AA318.5060208@wwwdotorg.org> <510B436A.20808@wwwdotorg.org> In-Reply-To: X-Enigmail-Version: 1.4.6 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 02/01/2013 02:49 AM, Sachin Kamat wrote: > On 1 February 2013 09:54, Stephen Warren wrote: >>> >>> The entire series is merged in Greg's driver-core tree [1] and I >>> presume all other associated patches would also be picked up by him. >>> Isn't it Greg? >>> >>> [1] git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git >> >> The Tegra serial driver went through Greg's TTY tree. I assume that goes >> direct to Linus not through driver-core.git first. > > Right. But AFAIK for this specific change he has carried the patches > in the device-core tree irrespective of the subsystem. Yes, but the Tegra serial driver is new for 3.9, and hence does not yet exist in driver-core.git.