From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753238AbcG2XTI (ORCPT ); Fri, 29 Jul 2016 19:19:08 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:35653 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752032AbcG2XTE (ORCPT ); Fri, 29 Jul 2016 19:19:04 -0400 Reply-To: alex.popov@linux.com Subject: Re: [PATCH 1/1] irqdomain: Export __irq_domain_alloc_irqs() and irq_domain_free_irqs() References: <1467401388-11221-1-git-send-email-alex.popov@linux.com> <577F6578.6030904@linux.com> <57898F07.7030609@linux.com> <20160716092218.3a2de5c7@arm.com> <578CCCDB.4050800@linux.com> <579669EB.6030604@linux.com> <20160727112251.GA7639@infradead.org> To: Christoph Hellwig Cc: Marc Zyngier , Thomas Gleixner , LKML , Paolo Bonzini , Radim Krcmar , Joerg Roedel , kvm@vger.kernel.org From: Alexander Popov Message-ID: <579BE4F1.3070307@linux.com> Date: Sat, 30 Jul 2016 02:21:21 +0300 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160727112251.GA7639@infradead.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27.07.2016 14:22, Christoph Hellwig wrote: > Hi Alex, > > just submit your PV irq chip for the kernel. It's so small that there > propbably is not need to even make it modular. Hello, Christoph, Thanks a lot for your reply! I'll try to do that and come up with a patch. Best regards, Alexander