* [patch 1/13] ide hotplug mark __devinit alim15x3.c
@ 2005-06-26 16:45 maximilian attems
2005-07-03 15:11 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 3+ messages in thread
From: maximilian attems @ 2005-06-26 16:45 UTC (permalink / raw)
To: B.Zolnierkiewicz; +Cc: linux-ide
From: Herbert Xu <herbert@gondor.apana.org.au>
mark the __init section __devinit.
Splitted up from the Debian kernel patch.
see the thread about the pci hotplug crash on a stratus box.
http://marc.theaimsgroup.com/?l=linux-kernel&m=111930108613386&w=2
Signed-off-by: maximilian attems <janitor@sternwelten.at>
diff -aurN a/drivers/ide/pci/alim15x3.c b/drivers/ide/pci/alim15x3.c
--- a/drivers/ide/pci/alim15x3.c 2005-06-06 11:22:29.000000000 -0400
+++ b/drivers/ide/pci/alim15x3.c 2005-06-15 22:01:23.000000000 -0400
@@ -583,7 +583,7 @@
* appropriate also sets up the 1533 southbridge.
*/
-static unsigned int __init init_chipset_ali15x3 (struct pci_dev *dev, const char *name)
+static unsigned int __devinit init_chipset_ali15x3 (struct pci_dev *dev, const char *name)
{
unsigned long flags;
u8 tmpbyte;
@@ -677,7 +677,7 @@
* FIXME: frobs bits that are not defined on newer ALi devicea
*/
-static unsigned int __init ata66_ali15x3 (ide_hwif_t *hwif)
+static unsigned int __devinit ata66_ali15x3 (ide_hwif_t *hwif)
{
struct pci_dev *dev = hwif->pci_dev;
unsigned int ata66 = 0;
@@ -748,7 +748,7 @@
* Initialize the IDE structure side of the ALi 15x3 driver.
*/
-static void __init init_hwif_common_ali15x3 (ide_hwif_t *hwif)
+static void __devinit init_hwif_common_ali15x3 (ide_hwif_t *hwif)
{
hwif->autodma = 0;
hwif->tuneproc = &ali15x3_tune_drive;
@@ -794,7 +794,7 @@
* Sparc systems
*/
-static void __init init_hwif_ali15x3 (ide_hwif_t *hwif)
+static void __devinit init_hwif_ali15x3 (ide_hwif_t *hwif)
{
u8 ideic, inmir;
s8 irq_routing_table[] = { -1, 9, 3, 10, 4, 5, 7, 6,
@@ -847,7 +847,7 @@
* the actual work.
*/
-static void __init init_dma_ali15x3 (ide_hwif_t *hwif, unsigned long dmabase)
+static void __devinit init_dma_ali15x3 (ide_hwif_t *hwif, unsigned long dmabase)
{
if (m5229_revision < 0x20)
return;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 1/13] ide hotplug mark __devinit alim15x3.c
2005-06-26 16:45 [patch 1/13] ide hotplug mark __devinit alim15x3.c maximilian attems
@ 2005-07-03 15:11 ` Bartlomiej Zolnierkiewicz
2005-07-04 9:17 ` maximilian attems
0 siblings, 1 reply; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2005-07-03 15:11 UTC (permalink / raw)
To: maximilian attems; +Cc: linux-ide
Hi,
All patches except #3 merged.
[ cmd640 is not using PCI core -> patch #3 rejected ]
Thanks,
Bartlomiej
On 6/26/05, maximilian attems <janitor@sternwelten.at> wrote:
> From: Herbert Xu <herbert@gondor.apana.org.au>
>
> mark the __init section __devinit.
> Splitted up from the Debian kernel patch.
>
> see the thread about the pci hotplug crash on a stratus box.
> http://marc.theaimsgroup.com/?l=linux-kernel&m=111930108613386&w=2
>
>
> Signed-off-by: maximilian attems <janitor@sternwelten.at>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 1/13] ide hotplug mark __devinit alim15x3.c
2005-07-03 15:11 ` Bartlomiej Zolnierkiewicz
@ 2005-07-04 9:17 ` maximilian attems
0 siblings, 0 replies; 3+ messages in thread
From: maximilian attems @ 2005-07-04 9:17 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: linux-ide
hello,
On Sun, 03 Jul 2005, Bartlomiej Zolnierkiewicz wrote:
> All patches except #3 merged.
> [ cmd640 is not using PCI core -> patch #3 rejected ]
>
> Thanks,
> Bartlomiej
>
thanks a lot for your double check.
i already saw the mails today in bk-commits-head :)
--
maks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-04 9:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-26 16:45 [patch 1/13] ide hotplug mark __devinit alim15x3.c maximilian attems
2005-07-03 15:11 ` Bartlomiej Zolnierkiewicz
2005-07-04 9:17 ` maximilian attems
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).