android_kernel_xiaomi_sdm845/drivers/ide/arm
Bartlomiej Zolnierkiewicz cbb010c180 ide: drop 'initializing' argument from ide_register_hw()
* 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 need for init_hwif_default() call since the setup
  done by it gets over-ridden by ide_init_port_hw() call).

* Drop 'initializing' argument from ide_register_hw().

Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-01-26 20:13:06 +01:00
..
bast-ide.c ide: drop 'initializing' argument from ide_register_hw() 2008-01-26 20:13:06 +01:00
icside.c ide: merge ->dma_host_{on,off} methods into ->dma_host_set method 2008-01-26 20:13:03 +01:00
ide_arm.c ide: drop 'initializing' argument from ide_register_hw() 2008-01-26 20:13:06 +01:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rapide.c ide: add ide_init_port_hw() helper 2008-01-26 20:13:05 +01:00