Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-22 | drivers/ata/libata-transport.c: include linux/slab.h | Jeff Garzik | 1 | -0/+1 | |
Signed-off-by: Jeff Garzik <jgarzik@redhat.com> | |||||
2010-10-22 | [libata] Add ATA transport class | Gwendal Grignou | 1 | -0/+773 | |
This is a scheleton for libata transport class. All information is read only, exporting information from libata: - ata_port class: one per ATA port - ata_link class: one per ATA port or 15 for SATA Port Multiplier - ata_device class: up to 2 for PATA link, usually one for SATA. Signed-off-by: Gwendal Grignou <gwendal@google.com> Reviewed-by: Grant Grundler <grundler@google.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com> |