Age | Commit message (Expand) | Author | Files | Lines |
2007-07-11 | libata-core: convert to use cancel_rearming_delayed_work() | Oleg Nesterov | 1 | -1/+0 |
2007-07-09 | libata: Support chips with 64K PRD quirk | Alan Cox | 1 | -0/+2 |
2007-07-09 | libata-acpi: implement _GTM/_STM support | Tejun Heo | 1 | -0/+13 |
2007-07-09 | libata: reimplement ACPI invocation | Tejun Heo | 1 | -0/+2 |
2007-07-09 | libata-acpi: implement ata_acpi_associate() | Tejun Heo | 1 | -4/+9 |
2007-06-27 | libata: kill ATA_HORKAGE_DMA_RW_ONLY | Tejun Heo | 1 | -1/+0 |
2007-06-27 | libata: kill the infamous abnormal status message | Tejun Heo | 1 | -5/+3 |
2007-06-10 | libata-core/sff: Fix multiple assumptions about DMA | Alan Cox | 1 | -0/+1 |
2007-06-05 | libata: always use polling SETXFER | Tejun Heo | 1 | -1/+0 |
2007-05-22 | libata: Kiss post_set_mode goodbye | Alan Cox | 1 | -2/+0 |
2007-05-16 | libata: track spindown status and skip spindown_compat if possible | Tejun Heo | 1 | -0/+1 |
2007-05-16 | libata-acpi: add ATA_FLAG_ACPI_SATA port flag | Tejun Heo | 1 | -0/+1 |
2007-05-16 | libata: during revalidation, check n_sectors after device is configured | Tejun Heo | 1 | -1/+0 |
2007-05-12 | libata-acpi: s/CONFIG_SATA_ACPI/CONFIG_ATA_ACPI/ | Tejun Heo | 1 | -1/+1 |
2007-05-12 | libata: ignore EH scheduling during initialization | Tejun Heo | 1 | -0/+1 |
2007-05-12 | libata: clean up SFF init mess | Tejun Heo | 1 | -9/+5 |
2007-05-12 | libata: reimplement suspend/resume support using sdev->manage_start_stop | Tejun Heo | 1 | -13/+1 |
2007-05-01 | libata: reimplement reset sequencing | Tejun Heo | 1 | -16/+0 |
2007-05-01 | libata: add deadline support to prereset and reset methods | Tejun Heo | 1 | -9/+15 |
2007-04-28 | libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESET | Tejun Heo | 1 | -4/+6 |
2007-04-28 | libata: HPA support | Alan Cox | 1 | -0/+1 |
2007-04-28 | libata: kill probe_ent and related helpers | Tejun Heo | 1 | -31/+0 |
2007-04-28 | libata: add init helpers including ata_pci_prepare_native_host() | Tejun Heo | 1 | -0/+5 |
2007-04-28 | libata: convert native PCI host handling to new init model | Tejun Heo | 1 | -0/+2 |
2007-04-28 | libata: implement ata_host_alloc_pinfo() and ata_host_register() | Tejun Heo | 1 | -0/+5 |
2007-04-28 | libata: separate out ata_host_alloc() and ata_host_register() | Tejun Heo | 1 | -0/+3 |
2007-04-28 | libata: separate out ata_host_start() | Tejun Heo | 1 | -0/+2 |
2007-04-28 | libata: allocate ap separately from shost | Tejun Heo | 1 | -1/+1 |
2007-04-28 | libata: add support for READ/WRITE LONG | Mark Lord | 1 | -0/+2 |
2007-04-28 | libata: Change prototype of mode_filter to remove ata_port* | Alan Cox | 1 | -2/+2 |
2007-04-28 | pata: expose set_mode method so it can be wrapped | Alan | 1 | -0/+1 |
2007-04-28 | libata: cable detection fixes | Alan Cox | 1 | -0/+7 |
2007-04-28 | libata: dev_config does not need ap and adev passing | Alan | 1 | -1/+1 |
2007-04-28 | [libata] export sata_print_link_status() | Jeff Garzik | 1 | -0/+1 |
2007-04-04 | libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3) | Albert Lee | 1 | -0/+1 |
2007-04-04 | libata: Limit max sector to 128 for TORiSAN DVD drives (take 3) | Albert Lee | 1 | -0/+1 |
2007-04-04 | libata: reorder HSM_ST_FIRST for easier decoding (take 3) | Albert Lee | 1 | -2/+2 |
2007-03-03 | libata: add CONFIG_PM to libata core layer | Tejun Heo | 1 | -0/+4 |
2007-03-03 | libata-core: Fix simplex handling | Alan | 1 | -2/+1 |
2007-02-25 | Add id_to_dma_mode function for printing DMA modes | Alan | 1 | -0/+2 |
2007-02-21 | libata: s/ap->id/ap->print_id/g | Tejun Heo | 1 | -4/+4 |
2007-02-21 | libata: separate out ata_ncq_enabled() | Tejun Heo | 1 | -0/+15 |
2007-02-21 | libata: put some intelligence into EH speed down sequence | Tejun Heo | 1 | -0/+1 |
2007-02-21 | libata: PATA driver for Celleb | Akira Iguchi | 1 | -0/+1 |
2007-02-16 | [PATCH] libata: ACPI and _GTF support | Kristen Carlson Accardi | 1 | -0/+5 |
2007-02-16 | libata: Add a host flag to indicate lack of IORDY capability | Alan Cox | 1 | -0/+1 |
2007-02-10 | libata: kill ATA_ENABLE_PATA | Jeff Garzik | 1 | -2/+0 |
2007-02-10 | libata: add another IRQ calls (core and headers) | Akira Iguchi | 1 | -36/+6 |
2007-02-10 | libata: convert to iomap | Tejun Heo | 1 | -40/+28 |
2007-02-10 | libata: remove unused functions | Tejun Heo | 1 | -4/+0 |