Re: [PATCH 17/21] ide: drop 'initializing' argument from ide_register_hw()

2007-12-13 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Rename init_hwif_data() to ide_init_port_data() and export it. * For all users of ide_register_hw() with 'initializing' argument set hwif-present and hwif-hold are always zero so convert these host drivers to use

Re: [PATCH 17/21] ide: drop 'initializing' argument from ide_register_hw()

2007-12-13 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday 13 December 2007, Sergei Shtylyov wrote: Bartlomiej Zolnierkiewicz wrote: * Rename init_hwif_data() to ide_init_port_data() and export it. * For all users of ide_register_hw() with 'initializing' argument set hwif-present and hwif-hold are always zero so convert these

Re: [PATCH 17/21] ide: drop 'initializing' argument from ide_register_hw()

2007-12-13 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Rename init_hwif_data() to ide_init_port_data() and export it. * For all users of ide_register_hw() with 'initializing' argument set hwif-present and hwif-hold are always zero so convert these host drivers to use

Re: [PATCH 17/21] ide: drop 'initializing' argument from ide_register_hw()

2007-12-12 Thread Bartlomiej Zolnierkiewicz
On Tuesday 11 December 2007, Sergei Shtylyov wrote: Bartlomiej Zolnierkiewicz wrote: * Rename init_hwif_data() to ide_init_port_data() and export it. * For all users of ide_register_hw() with 'initializing' argument set hwif-present and hwif-hold are always zero so convert these host

Re: [PATCH 17/21] ide: drop 'initializing' argument from ide_register_hw()

2007-12-11 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Rename init_hwif_data() to ide_init_port_data() and export it. * For all users of ide_register_hw() with 'initializing' argument set hwif-present and hwif-hold are always zero so convert these host drivers to use

[PATCH 17/21] ide: drop 'initializing' argument from ide_register_hw()

2007-11-18 Thread Bartlomiej Zolnierkiewicz
* Rename init_hwif_data() to ide_init_port_data() and export it. * For all users of ide_register_hw() with 'initializing' argument set hwif-present and hwif-hold are always zero so convert these host drivers to use ide_find_port()+ide_init_port_data()+ide_init_port_hw() instead (also no