linux-kernel-test/drivers/ata
Jeff Garzik cca3974e48 libata: Grand renaming.
The biggest change is that ata_host_set is renamed to ata_host.

* ata_host_set			=> ata_host
* ata_probe_ent->host_flags	=> ata_probe_ent->port_flags
* ata_probe_ent->host_set_flags	=> ata_probe_ent->_host_flags
* ata_host_stats		=> ata_port_stats
* ata_port->host		=> ata_port->scsi_host
* ata_port->host_set		=> ata_port->host
* ata_port_info->host_flags	=> ata_port_info->flags
* ata_(.*)host_set(.*)\(\)	=> ata_\1host\2()

The leading underscore in ata_probe_ent->_host_flags is to avoid
reusing ->host_flags for different purpose.  Currently, the only user
of the field is libata-bmdma.c and probe_ent itself is scheduled to be
removed.

ata_port->host is reused for different purpose but this field is used
inside libata core proper and of different type.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-08-24 03:19:22 -04:00
..
ahci.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
ata_piix.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
Kconfig Clean up drivers/ata/Kconfig a bit. 2006-08-24 02:41:25 -04:00
libata-bmdma.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
libata-core.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
libata-eh.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
libata-scsi.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
libata.h libata: Grand renaming. 2006-08-24 03:19:22 -04:00
Makefile
pdc_adma.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
sata_mv.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
sata_nv.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
sata_promise.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
sata_promise.h
sata_qstor.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
sata_sil24.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
sata_sil.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
sata_sis.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
sata_svw.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
sata_sx4.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
sata_uli.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
sata_via.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00
sata_vsc.c libata: Grand renaming. 2006-08-24 03:19:22 -04:00