Re: [PATCH 0/3] Insert ATA transport objects in SCSI syfs topology.

2012-10-07 Thread Dan Williams
On Thu, Oct 4, 2012 at 9:56 AM, Gwendal Grignou gwen...@google.com wrote: What's the benefit of this? + To unify ata transport sysfs topology with other scsi transport. My concern is the thrash and breakage to switch the ordering around given the (minor) growing pains injecting an ata_port into

Re: [PATCH 0/3] Insert ATA transport objects in SCSI syfs topology.

2012-10-04 Thread Gwendal Grignou
On Mon, Oct 1, 2012 at 12:14 PM, Dan Williams d...@fb.com wrote: On Mon, Oct 1, 2012 at 11:22 AM, Gwendal Grignou gwen...@google.com wrote: This set of patches improve ATA transport classes integration with SCSI objects. Before [2.6.x] Ata and scsi transport class where separated:

[PATCH 0/3] Insert ATA transport objects in SCSI syfs topology.

2012-10-01 Thread Gwendal Grignou
This set of patches improve ATA transport classes integration with SCSI objects. Before [2.6.x] Ata and scsi transport class where separated: `--:09:00.0 | `--ata1 | | `--port_port | | `--link1 | | | `--dev1.0 | | | `--dev1.1 | `--ata2 | ... | `--host0 | | `--scsi_host | |

Re: [PATCH 0/3] Insert ATA transport objects in SCSI syfs topology.

2012-10-01 Thread Dan Williams
On Mon, Oct 1, 2012 at 11:22 AM, Gwendal Grignou gwen...@google.com wrote: This set of patches improve ATA transport classes integration with SCSI objects. Before [2.6.x] Ata and scsi transport class where separated: `--:09:00.0 | `--ata1 | | `--port_port | | `--link1 | | |

Re: [PATCH 0/3] Insert ATA transport objects in SCSI syfs topology.

2012-09-28 Thread Aaron Lu
On Thu, Sep 27, 2012 at 12:04:01PM -0700, Gwendal Grignou wrote: This set of patches improve ATA transport classes integration with SCSI objects. Before [2.6.x] Ata and scsi transport class where separated: `--:09:00.0 | `--ata1 | | `--port_port | | `--link1 | | |

[PATCH 0/3] Insert ATA transport objects in SCSI syfs topology.

2012-09-27 Thread Gwendal Grignou
This set of patches improve ATA transport classes integration with SCSI objects. Before [2.6.x] Ata and scsi transport class where separated: `--:09:00.0 | `--ata1 | | `--port_port | | `--link1 | | | `--dev1.0 | | | `--dev1.1 | `--ata2 | ... | `--host0 | | `--scsi_host | |