Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libata: add @ap to ata_wait_register() and introduce ata_msleep() | Tejun Heo | 2010-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | Add optional @ap argument to ata_wait_register() and replace msleep() calls with ata_msleep() which take optional @ap in addition to the duration. These will be used to implement EH exclusion. This patch doesn't cause any behavior difference. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com> | ||||
* | [libata] Add Samsung PATA controller driver, pata_samsung_cf | Abhilash Kesavan | 2010-08-01 | 1 | -0/+683 |
Adds support for the Samsung PATA controller. This driver is based on the Libata subsystem and references the earlier patches sent for IDE subsystem. Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Cc: Ben Dooks <ben-linux@fluff.org> Acked-by: Sergei Shtylyov <sshtylyov@mvista.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com> |