Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ahci_platform: Provide for vendor specific init | Jassi Brar | 2010-08-01 | 1 | -1/+3 |
| | | | | | | | | | | | | Some AHCI implementations may use Vendor Specific HBA[A0h, FFh] and/or Port[70h, 7Fh] registers to 'prepare' for initialization. For that, the platform needs memory mapped address of AHCI registers. This patch adds the 'mmio' argument and reorders the call to platform init function. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com> | ||||
* | ahci: Add platform driver | Anton Vorontsov | 2010-05-14 | 1 | -0/+29 |
This can be used for AHCI-compatible interfaces implemented inside System-On-Chip solutions, or AHCI devices connected via localbus. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com> |