From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932569AbbJMOs7 (ORCPT ); Tue, 13 Oct 2015 10:48:59 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:27757 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932140AbbJMOs5 (ORCPT ); Tue, 13 Oct 2015 10:48:57 -0400 Subject: Re: [RFC v2 PATCH 00/14] Implement generic IPI support mechanism To: Thomas Gleixner References: <1444731382-19313-1-git-send-email-qais.yousef@imgtec.com> CC: , , , , , From: Qais Yousef Message-ID: <561D19D7.4060004@imgtec.com> Date: Tue, 13 Oct 2015 15:48:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.94] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/13/2015 02:53 PM, Thomas Gleixner wrote: > On Tue, 13 Oct 2015, Qais Yousef wrote: > >> This series is based on Linus tree. I couldn't compile test it >> because MIPS compilation was broken due to other reasons. I expect >> some brokeness because of the introduction of struct irq_common_data >> which is not present on the 4.1 tree I was testing my code on before >> porting it to Linus tip. I will fix these issues and introduce >> proper accessors for accessing struct ipi_mask given that the >> concept is approved. > Please base it on 4.1-rc5 + irq/core. > >> irq: add new IRQ_DOMAIN_FLAGS_IPI > The proper prefix for the core parts is 'genirq:'. Please start the > sentence after the prefix with an uppercase letter > >> irq: add GENERIC_IRQ_IPI Kconfig symbol >> irq: add new struct ipi_mask >> irq: add a new irq_send_ipi() to irq_chip >> irq: add struct ipi_mask to irq_data >> irq: add struct ipi_mapping and its helper functions >> irq: add a new generic IPI reservation code to irq core >> irq: implement irq_send_ipi >> MIPS: add support for generic SMP IPI support >> MIPS: make smp CMP, CPS and MT use the new generic IPI functions >> MIPS: delete smp-gic.c >> irqchip: mips-gic: add a IPI hierarchy domain > Please make that > > irqchip/mips-gic: Add .... > > Will do. Thanks a lot for the review and all the pointers. I need to revive the DT binding discussion now, in the proper list this time. Thanks, Qais