From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sjogate2.atmel.com (newsmtp5.atmel.com [204.2.163.5]) by ozlabs.org (Postfix) with ESMTP id BF99FB71AB for ; Wed, 8 Feb 2012 05:33:38 +1100 (EST) Message-ID: <4F316848.4060100@atmel.com> Date: Tue, 07 Feb 2012 19:07:04 +0100 From: Nicolas Ferre MIME-Version: 1.0 To: Grant Likely Subject: Re: [PATCH v3 24/25] irq_domain: remove "hint" when allocating irq numbers References: <1327700179-17454-1-git-send-email-grant.likely@secretlab.ca> <1327700179-17454-25-git-send-email-grant.likely@secretlab.ca> In-Reply-To: <1327700179-17454-25-git-send-email-grant.likely@secretlab.ca> Content-Type: text/plain; charset=ISO-8859-1 Cc: Stephen Rothwell , devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, Rob Herring , Milton Miller , Thomas Gleixner , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 01/27/2012 10:36 PM, Grant Likely : > The 'hint' used to try and line up irq numbers with hw irq numbers is > rather a hack and not very useful. Now that /proc/interrupts also outputs > the hwirq number, it is even less useful to keep around the 'hint' heuristic. > > This patch removes it. Grant, While trying your patch series in conjunction with Rob one, I do not find this patch in your irqdomain/next branch (and a couple of others). Can you tell me if this v3 series is available as a git tree? Thanks, best regards, -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Tue, 07 Feb 2012 19:07:04 +0100 Subject: [PATCH v3 24/25] irq_domain: remove "hint" when allocating irq numbers In-Reply-To: <1327700179-17454-25-git-send-email-grant.likely@secretlab.ca> References: <1327700179-17454-1-git-send-email-grant.likely@secretlab.ca> <1327700179-17454-25-git-send-email-grant.likely@secretlab.ca> Message-ID: <4F316848.4060100@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/27/2012 10:36 PM, Grant Likely : > The 'hint' used to try and line up irq numbers with hw irq numbers is > rather a hack and not very useful. Now that /proc/interrupts also outputs > the hwirq number, it is even less useful to keep around the 'hint' heuristic. > > This patch removes it. Grant, While trying your patch series in conjunction with Rob one, I do not find this patch in your irqdomain/next branch (and a couple of others). Can you tell me if this v3 series is available as a git tree? Thanks, best regards, -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH v3 24/25] irq_domain: remove "hint" when allocating irq numbers Date: Tue, 07 Feb 2012 19:07:04 +0100 Message-ID: <4F316848.4060100@atmel.com> References: <1327700179-17454-1-git-send-email-grant.likely@secretlab.ca> <1327700179-17454-25-git-send-email-grant.likely@secretlab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1327700179-17454-25-git-send-email-grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Grant Likely Cc: Stephen Rothwell , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Milton Miller , Thomas Gleixner , linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 01/27/2012 10:36 PM, Grant Likely : > The 'hint' used to try and line up irq numbers with hw irq numbers is > rather a hack and not very useful. Now that /proc/interrupts also outputs > the hwirq number, it is even less useful to keep around the 'hint' heuristic. > > This patch removes it. Grant, While trying your patch series in conjunction with Rob one, I do not find this patch in your irqdomain/next branch (and a couple of others). Can you tell me if this v3 series is available as a git tree? Thanks, best regards, -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753706Ab2BGSIJ (ORCPT ); Tue, 7 Feb 2012 13:08:09 -0500 Received: from newsmtp5.atmel.com ([204.2.163.5]:29107 "EHLO sjogate2.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750911Ab2BGSIH (ORCPT ); Tue, 7 Feb 2012 13:08:07 -0500 Message-ID: <4F316848.4060100@atmel.com> Date: Tue, 07 Feb 2012 19:07:04 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: Grant Likely CC: linux-kernel@vger.kernel.org, Benjamin Herrenschmidt , Thomas Gleixner , Milton Miller , Rob Herring , Stephen Rothwell , devicetree-discuss@lists.ozlabs.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 24/25] irq_domain: remove "hint" when allocating irq numbers References: <1327700179-17454-1-git-send-email-grant.likely@secretlab.ca> <1327700179-17454-25-git-send-email-grant.likely@secretlab.ca> In-Reply-To: <1327700179-17454-25-git-send-email-grant.likely@secretlab.ca> X-Enigmail-Version: 1.3.5 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 01/27/2012 10:36 PM, Grant Likely : > The 'hint' used to try and line up irq numbers with hw irq numbers is > rather a hack and not very useful. Now that /proc/interrupts also outputs > the hwirq number, it is even less useful to keep around the 'hint' heuristic. > > This patch removes it. Grant, While trying your patch series in conjunction with Rob one, I do not find this patch in your irqdomain/next branch (and a couple of others). Can you tell me if this v3 series is available as a git tree? Thanks, best regards, -- Nicolas Ferre