[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090119141330.27613.34546.sendpatchset@localhost.localdomain>
Date: Mon, 19 Jan 2009 15:13:30 +0100
From: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
To: linux-ide@...r.kernel.org
Cc: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 00/12] ide: IRQ setup fixes/sanitizations
IRQ setup fixes/sanitizations.
For IDE PCI controllers we now always use pci_get_legacy_ide_irq() if device
is in compatibility mode. This in turn allows us to remove no longer needed:
- IRQ hackery from both core code and host drivers
- optional IRQ auto-probing from core code
These patches are on top of:
- pata-2.6 tree
- "[PATCH 0/6] ide: more core code housekeeping" patchset
- "[PATCH] mn10300: add pci_get_legacy_ide_irq() to <asm/pci.h>"
diffstat:
drivers/ide/amd74xx.c | 12 ----
drivers/ide/atiixp.c | 3 -
drivers/ide/ide-pci-generic.c | 4 -
drivers/ide/ide-probe.c | 114 +++++++-----------------------------------
drivers/ide/ns87415.c | 4 -
drivers/ide/piix.c | 11 ----
drivers/ide/serverworks.c | 9 ---
drivers/ide/setup-pci.c | 36 ++++++++-----
drivers/ide/sis5513.c | 2
drivers/ide/slc90e66.c | 1
drivers/ide/trm290.c | 3 -
drivers/ide/via82cxxx.c | 10 ---
include/linux/ide.h | 19 -------
13 files changed, 49 insertions(+), 179 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists