From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752702AbcIBJzQ (ORCPT ); Fri, 2 Sep 2016 05:55:16 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:33954 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752517AbcIBJzO (ORCPT ); Fri, 2 Sep 2016 05:55:14 -0400 Subject: Re: [Patch v4 01/12] microblaze: irqchip: Move intc driver to irqchip To: Michal Simek , , , , , References: <1472748665-47774-1-git-send-email-Zubair.Kakakhel@imgtec.com> <1472748665-47774-2-git-send-email-Zubair.Kakakhel@imgtec.com> <33b0c20d-a939-0e26-4443-dc41ba06f250@xilinx.com> CC: , , , From: Zubair Lutfullah Kakakhel Message-ID: <025ed01a-9a56-78cc-02cc-39b8c42f8f63@imgtec.com> Date: Fri, 2 Sep 2016 10:55:01 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <33b0c20d-a939-0e26-4443-dc41ba06f250@xilinx.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.45] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 09/02/2016 06:56 AM, Michal Simek wrote: > On 1.9.2016 18:50, Zubair Lutfullah Kakakhel wrote: >> The Xilinx AXI Interrupt Controller IP block is used by the MIPS >> based xilfpga platform. >> >> Move the interrupt controller code out of arch/microblaze so that >> it can be used by everyone > > if this is just move that you should setup your git right that it won't > be remove on one side and add on other side. > > It should look like this when git mv is used and git setup is right. That was how I structured it in the first patch. However irqchip maintainers requested to not do that and show the entire diff for cleanup/review. Regards, ZubairLK > > diff --git a/Makefile b/Makefile2 > similarity index 100% > rename from Makefile > rename to Makefile2 > > Thanks, > Michal >