| Commit message (Expand) | Author | Age | Files | Lines |
* | Move libata to drivers/ata. | Jeff Garzik | 2006-08-10 | 1 | -1222/+0 |
* | [PATCH] libata: replace pci_module_init() with pci_register_driver() | Pavel Roskin | 2006-08-10 | 1 | -1/+1 |
* | [PATCH] sata_sil24: don't set probe_ent->mmio_base | Tejun Heo | 2006-08-05 | 1 | -1/+0 |
* | [PATCH] sata_sil24: add suspend/sleep support | Tejun Heo | 2006-07-05 | 1 | -0/+25 |
* | [PATCH] sata_sil24: separate out sil24_init_controller() | Tejun Heo | 2006-07-05 | 1 | -45/+62 |
* | [PATCH] libata: clean up debounce parameters and improve parameter selection | Tejun Heo | 2006-07-05 | 1 | -1/+1 |
* | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | [libata] Bump versions | Jeff Garzik | 2006-06-26 | 1 | -1/+1 |
* | [PATCH] sata_sil24: endian anotations | Alexey Dobriyan | 2006-06-11 | 1 | -8/+8 |
* | [PATCH] sata_sil24: convert to new probing mechanism and add hotplug support | Tejun Heo | 2006-05-31 | 1 | -19/+8 |
* | [PATCH] libata-hp: hook warmplug | Tejun Heo | 2006-05-31 | 1 | -0/+1 |
* | [PATCH] sata_sil24: update sil24_hardreset() | Tejun Heo | 2006-05-31 | 1 | -12/+14 |
* | [PATCH] sata_sil24: rename PORT_PRB to PORT_LRAM and add PORT_LRAM_SLOT_SZ | Tejun Heo | 2006-05-31 | 1 | -2/+4 |
* | [PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset() | Tejun Heo | 2006-05-31 | 1 | -1/+2 |
* | [PATCH] sata_sil24: implement NCQ support | Tejun Heo | 2006-05-15 | 1 | -21/+47 |
* | [PATCH] sata_sil24: convert to new EH | Tejun Heo | 2006-05-15 | 1 | -141/+187 |
* | [PATCH] libata: use ATA printk helpers | Tejun Heo | 2006-05-15 | 1 | -3/+3 |
* | [PATCH] libata: use new SCR and on/offline functions | Tejun Heo | 2006-05-15 | 1 | -3/+3 |
* | [PATCH] sata_sil24: update TF image only when necessary | Tejun Heo | 2006-05-15 | 1 | -10/+2 |
* | [PATCH] libata: rename ata_down_sata_spd_limit() and friends | Tejun Heo | 2006-05-15 | 1 | -1/+1 |
* | [PATCH] sata_sil24: enable 64bit | Tejun Heo | 2006-04-11 | 1 | -19/+28 |
* | [PATCH] sata_sil24: fix on-memory structure byteorder | Tejun Heo | 2006-04-11 | 1 | -7/+6 |
* | [PATCH] sata_sil24: don't do hardreset during driver initialization | Tejun Heo | 2006-04-11 | 1 | -5/+0 |
* | [PATCH] sata_sil24: reimplement hardreset | Tejun Heo | 2006-04-11 | 1 | -3/+40 |
* | [PATCH] sata_sil24: kill 10ms sleep in softreset | Tejun Heo | 2006-04-11 | 1 | -6/+1 |
* | [PATCH] sata_sil24: put port into known state before softresetting | Tejun Heo | 2006-04-11 | 1 | -0/+6 |
* | [PATCH] sata_sil24: implement sil24_init_port() | Tejun Heo | 2006-04-11 | 1 | -0/+16 |
* | [PATCH] sata_sil24: implement loss of completion interrupt on PCI-X errta fix | Tejun Heo | 2006-04-11 | 1 | -2/+25 |
* | [PATCH] sata_sil24: consolidate host flags into SIL24_COMMON_FLAGS | Tejun Heo | 2006-04-11 | 1 | -9/+7 |
* | [PATCH] sata_sil24: add more constants | Tejun Heo | 2006-04-11 | 1 | -1/+12 |
* | [PATCH] sata_sil24: rename PORT_IRQ_SDB_FIS to PORT_IRQ_SDB_NOTIFY | Tejun Heo | 2006-04-11 | 1 | -3/+3 |
* | [PATCH] sata_sil24: typo fix | Tejun Heo | 2006-04-11 | 1 | -1/+1 |
* | [PATCH] sata_sil24: use ata_wait_register() | Tejun Heo | 2006-04-11 | 1 | -20/+10 |
* | [PATCH] sata_sil24: better error message from softreset | Tejun Heo | 2006-04-11 | 1 | -2/+10 |
* | [PATCH] sata_sil24: fix timeout calculation in sil24_softreset | Tejun Heo | 2006-04-11 | 1 | -1/+1 |
* | [PATCH] libata: make reset methods complain when they fail | Tejun Heo | 2006-04-11 | 1 | -1/+1 |
* | [PATCH] libata: kill @verbose from ata_reset_fn_t | Tejun Heo | 2006-04-11 | 1 | -5/+3 |
* | Merge branch 'master' | Jeff Garzik | 2006-04-11 | 1 | -1/+0 |
|\ |
|
| * | [PATCH] move ->eh_strategy_handler to the transport class | Christoph Hellwig | 2006-04-10 | 1 | -1/+0 |
* | | [libata] bump versions | Jeff Garzik | 2006-04-02 | 1 | -1/+1 |
* | | [PATCH] libata: rename ATA_FLAG_PORT_DISABLED to ATA_FLAG_DISABLED | Tejun Heo | 2006-04-02 | 1 | -1/+1 |
|/ |
|
* | [libata] export ata_dev_pair; trim trailing whitespace | Jeff Garzik | 2006-03-24 | 1 | -1/+1 |
* | [libata sata_sil24] cleanups: use pci_iomap(), kzalloc() | Jeff Garzik | 2006-03-22 | 1 | -13/+10 |
* | [SCSI] libata: implement minimal transport template for ->eh_timed_out | Tejun Heo | 2006-03-21 | 1 | -1/+0 |
* | [PATCH] sata_sil24: lengthen softreset timeout | Tejun Heo | 2006-03-11 | 1 | -4/+4 |
* | [PATCH] sata_sil24: exit early from softreset if SStatus reports no device | Tejun Heo | 2006-03-11 | 1 | -8/+14 |
* | [PATCH] sata_sil24: fix mwdma_mask setting | Tejun Heo | 2006-03-05 | 1 | -0/+1 |
* | [PATCH] sata_sil24: add a new PCI ID for SiI 3124 | Tejun Heo | 2006-03-01 | 1 | -0/+1 |
* | [PATCH] libata: kill sht->max_sectors | Tejun Heo | 2006-02-12 | 1 | -1/+0 |
* | [PATCH] libata: move cdb_len for host to device | Tejun Heo | 2006-02-12 | 1 | -2/+2 |