From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 18 Sep 2013 16:23:28 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:51376 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6825727Ab3IROXX3FJeV (ORCPT ); Wed, 18 Sep 2013 16:23:23 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.7/8.14.4) with ESMTP id r8IENFbt031027; Wed, 18 Sep 2013 16:23:15 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.7/8.14.7/Submit) id r8IEN5q7031026; Wed, 18 Sep 2013 16:23:05 +0200 Date: Wed, 18 Sep 2013 16:23:05 +0200 From: Ralf Baechle To: Thierry Reding Cc: Rob Herring , Grant Likely , Greg Kroah-Hartman , Thomas Gleixner , Benjamin Herrenschmidt , Russell King , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mips@linux-mips.org, linuxppc-dev@lists.ozlabs.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 04/10] irqdomain: Return errors from irq_create_of_mapping() Message-ID: <20130918142305.GP22468@linux-mips.org> References: <1379510692-32435-1-git-send-email-treding@nvidia.com> <1379510692-32435-5-git-send-email-treding@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1379510692-32435-5-git-send-email-treding@nvidia.com> User-Agent: Mutt/1.5.21 (2010-09-15) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 37867 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Wed, Sep 18, 2013 at 03:24:46PM +0200, Thierry Reding wrote: For the MIPS bits: Acked-by: Ralf Baechle Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from git.linux-mips.org (marvin.linux-mips.org [78.24.191.183]) by ozlabs.org (Postfix) with ESMTP id 1C7522C00BF for ; Thu, 19 Sep 2013 00:34:18 +1000 (EST) Received: from localhost.localdomain ([127.0.0.1]:51379 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6824104Ab3IROX1X9QXA (ORCPT ); Wed, 18 Sep 2013 16:23:27 +0200 Date: Wed, 18 Sep 2013 16:23:05 +0200 From: Ralf Baechle To: Thierry Reding Subject: Re: [PATCH v2 04/10] irqdomain: Return errors from irq_create_of_mapping() Message-ID: <20130918142305.GP22468@linux-mips.org> References: <1379510692-32435-1-git-send-email-treding@nvidia.com> <1379510692-32435-5-git-send-email-treding@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1379510692-32435-5-git-send-email-treding@nvidia.com> Cc: devicetree@vger.kernel.org, Russell King , linux-mips@linux-mips.org, Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Rob Herring , sparclinux@vger.kernel.org, Grant Likely , 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 Wed, Sep 18, 2013 at 03:24:46PM +0200, Thierry Reding wrote: For the MIPS bits: Acked-by: Ralf Baechle Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Date: Wed, 18 Sep 2013 14:23:05 +0000 Subject: Re: [PATCH v2 04/10] irqdomain: Return errors from irq_create_of_mapping() Message-Id: <20130918142305.GP22468@linux-mips.org> List-Id: References: <1379510692-32435-1-git-send-email-treding@nvidia.com> <1379510692-32435-5-git-send-email-treding@nvidia.com> In-Reply-To: <1379510692-32435-5-git-send-email-treding@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Wed, Sep 18, 2013 at 03:24:46PM +0200, Thierry Reding wrote: For the MIPS bits: Acked-by: Ralf Baechle Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 From: ralf@linux-mips.org (Ralf Baechle) Date: Wed, 18 Sep 2013 16:23:05 +0200 Subject: [PATCH v2 04/10] irqdomain: Return errors from irq_create_of_mapping() In-Reply-To: <1379510692-32435-5-git-send-email-treding@nvidia.com> References: <1379510692-32435-1-git-send-email-treding@nvidia.com> <1379510692-32435-5-git-send-email-treding@nvidia.com> Message-ID: <20130918142305.GP22468@linux-mips.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Sep 18, 2013 at 03:24:46PM +0200, Thierry Reding wrote: For the MIPS bits: Acked-by: Ralf Baechle Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH v2 04/10] irqdomain: Return errors from irq_create_of_mapping() Date: Wed, 18 Sep 2013 16:23:05 +0200 Message-ID: <20130918142305.GP22468@linux-mips.org> References: <1379510692-32435-1-git-send-email-treding@nvidia.com> <1379510692-32435-5-git-send-email-treding@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1379510692-32435-5-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Thierry Reding Cc: Rob Herring , Grant Likely , Greg Kroah-Hartman , Thomas Gleixner , Benjamin Herrenschmidt , Russell King , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org, linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, sparclinux-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Wed, Sep 18, 2013 at 03:24:46PM +0200, Thierry Reding wrote: For the MIPS bits: Acked-by: Ralf Baechle Ralf -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html