diff mbox

[v4,01/12] microblaze: irqchip: Move intc driver to irqchip

Message ID 33b0c20d-a939-0e26-4443-dc41ba06f250@xilinx.com
State RFC, archived
Delegated to: David Miller
Headers show

Commit Message

Michal Simek Sept. 2, 2016, 5:56 a.m. UTC
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.


Thanks,
Michal

Comments

Zubair Lutfullah Kakakhel Sept. 2, 2016, 9:55 a.m. UTC | #1
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
>
diff mbox

Patch

diff --git a/Makefile b/Makefile2
similarity index 100%
rename from Makefile
rename to Makefile2