android_kernel_xiaomi_sm7250/drivers/ide
Bartlomiej Zolnierkiewicz 8604affde9 [PATCH] convert IDE device drivers to driver-model
* add ide_bus_match() and export ide_bus_type
* split ide_remove_driver_from_hwgroup() out of ide_unregister()
* move device cleanup from ide_unregister() to drive_release_dev()
* convert ide_driver_t->name to driver->name
* convert ide_driver_t->{attach,cleanup} to driver->{probe,remove}
* remove ide_driver_t->busy as ide_bus_type->subsys.rwsem
  protects against concurrent ->{probe,remove} calls
* make ide_{un}register_driver() void as it cannot fail now
* use driver_{un}register() directly, remove ide_{un}register_driver()
* use device_register() instead of ata_attach(), remove ata_attach()
* add proc_print_driver() and ide_drivers_show(), remove ide_drivers_op
* fix ide_replace_subdriver() and move it to ide-proc.c
* remove ide_driver_t->drives, ide_drives and drives_lock
* remove ide_driver_t->drivers, drivers and drivers_lock
* remove ide_drive_t->driver and DRIVER() macro

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl>
2005-05-26 14:55:34 +02:00
..
arm Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cris Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
h8300 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
legacy [PATCH] hd: eliminate bad section references 2005-04-16 15:25:52 -07:00
pci [PATCH] drivers/ide/pci/sis5513.c: section fixes 2005-05-05 16:36:41 -07:00
ppc [PATCH] ppc32: Fix IDE related crash on wakeup 2005-05-01 08:58:41 -07:00
ide-cd.c [PATCH] convert IDE device drivers to driver-model 2005-05-26 14:55:34 +02:00
ide-cd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ide-disk.c [PATCH] convert IDE device drivers to driver-model 2005-05-26 14:55:34 +02:00
ide-dma.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ide-floppy.c [PATCH] convert IDE device drivers to driver-model 2005-05-26 14:55:34 +02:00
ide-generic.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ide-io.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ide-iops.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ide-lib.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ide-pnp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ide-probe.c [PATCH] convert IDE device drivers to driver-model 2005-05-26 14:55:34 +02:00
ide-proc.c [PATCH] convert IDE device drivers to driver-model 2005-05-26 14:55:34 +02:00
ide-tape.c [PATCH] convert IDE device drivers to driver-model 2005-05-26 14:55:34 +02:00
ide-taskfile.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ide-timing.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ide.c [PATCH] convert IDE device drivers to driver-model 2005-05-26 14:55:34 +02:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
setup-pci.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00