[PATCH] AHCI: Make distinct names for ports in /proc/interrupts /proc/interrupts

2013-05-21 Thread Tejun Heo
I've refreshed on top of libata/for-3.11 and applied it. If I broke something, please let me know. Thanks a lot! >From b29900e62598cecd519c9ab2b8e4d03f8ebf702d Mon Sep 17 00:00:00 2001 From: Alexander Gordeev Date: Wed, 22 May 2013 08:53:48 +0900 Currently all interrupts assigned to AHCI

[PATCH] AHCI: Make distinct names for ports in /proc/interrupts /proc/interrupts

2013-05-21 Thread Tejun Heo
I've refreshed on top of libata/for-3.11 and applied it. If I broke something, please let me know. Thanks a lot! From b29900e62598cecd519c9ab2b8e4d03f8ebf702d Mon Sep 17 00:00:00 2001 From: Alexander Gordeev agord...@redhat.com Date: Wed, 22 May 2013 08:53:48 +0900 Currently all interrupts

Re: [PATCH] AHCI: Make distinct names for ports in /proc/interrupts

2013-04-30 Thread Jeff Garzik
On 04/29/2013 06:12 AM, Alexander Gordeev wrote: Currently all interrupts assigned to AHCI ports show up in '/proc/interrupts' as 'ahci'. This fix adds port numbers as suffixes and hence makes the descriptions distinct. Reported-by: Jan Beulich Signed-off-by: Alexander Gordeev ---

Re: [PATCH] AHCI: Make distinct names for ports in /proc/interrupts

2013-04-30 Thread Jeff Garzik
On 04/29/2013 06:12 AM, Alexander Gordeev wrote: Currently all interrupts assigned to AHCI ports show up in '/proc/interrupts' as 'ahci'. This fix adds port numbers as suffixes and hence makes the descriptions distinct. Reported-by: Jan Beulich jbeul...@suse.com Signed-off-by: Alexander Gordeev

Re: [PATCH] AHCI: Make distinct names for ports in /proc/interrupts

2013-04-29 Thread Sergei Shtylyov
Hello. On 29-04-2013 14:12, Alexander Gordeev wrote: Currently all interrupts assigned to AHCI ports show up in '/proc/interrupts' as 'ahci'. This fix adds port numbers as suffixes and hence makes the descriptions distinct. Reported-by: Jan Beulich Signed-off-by: Alexander Gordeev ---

[PATCH] AHCI: Make distinct names for ports in /proc/interrupts

2013-04-29 Thread Alexander Gordeev
Currently all interrupts assigned to AHCI ports show up in '/proc/interrupts' as 'ahci'. This fix adds port numbers as suffixes and hence makes the descriptions distinct. Reported-by: Jan Beulich Signed-off-by: Alexander Gordeev --- drivers/ata/ahci.c |6 -- drivers/ata/ahci.h |1 +

[PATCH] AHCI: Make distinct names for ports in /proc/interrupts

2013-04-29 Thread Alexander Gordeev
Currently all interrupts assigned to AHCI ports show up in '/proc/interrupts' as 'ahci'. This fix adds port numbers as suffixes and hence makes the descriptions distinct. Reported-by: Jan Beulich jbeul...@suse.com Signed-off-by: Alexander Gordeev agord...@redhat.com --- drivers/ata/ahci.c |6

Re: [PATCH] AHCI: Make distinct names for ports in /proc/interrupts

2013-04-29 Thread Sergei Shtylyov
Hello. On 29-04-2013 14:12, Alexander Gordeev wrote: Currently all interrupts assigned to AHCI ports show up in '/proc/interrupts' as 'ahci'. This fix adds port numbers as suffixes and hence makes the descriptions distinct. Reported-by: Jan Beulich jbeul...@suse.com Signed-off-by: Alexander