summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)Author
2007-02-09libata: build fix after dmesg probe output changesJeff Garzik
2007-02-09libata: Early CFA adapters are not required to support mode settingAlan
2007-02-09libata: add 150ms between completion of hardreset and status checkingTejun Heo
2007-02-09libata: rearrange dmesg info to add full ATA revisionEric D. Mudama
2007-02-09libata: add another IRQ calls (core and headers)Akira Iguchi
2007-02-09libata: convert to iomapTejun Heo
2007-02-09[libata] Shuffle DRV_xxx in core and SiS drivers, to kill warningsJeff Garzik
2007-02-09libata: remove unused functionsTejun Heo
2007-02-09libata: update libata core layer to use devresTejun Heo
2007-02-09libata: implement ata_host_detach()Tejun Heo
2007-02-09libata: trivial stuffAlan
2007-02-09libata: kill qc->nsect and cursectTejun Heo
2007-02-09libata: handle pci_enable_device() failure while resumingTejun Heo
2007-02-09libata: use ata_id_c_string()Tejun Heo
2007-02-09libata: straighten out ATA_ID_* constantsTejun Heo
2007-02-09drivers/ata/: make 4 functions staticAdrian Bunk
2007-02-09[libata] trim trailing whitespaceJeff Garzik
2007-02-02libata: Initialize nbytes for internal sg commandsBrian King
2007-01-30ata_if_xfermask() word 51 fixLennert Buytenhek
2007-01-24libata: set_mode, Fix the FIXMEAlan
2006-12-16[PATCH] libata: don't initialize sg in ata_exec_internal() if DMA_NONE (take #2)Tejun Heo
2006-12-07[PATCH] libata: Incorrect timing computation for PIO5/6Alan
2006-12-07[PATCH] libata: let ATA_FLAG_PIO_POLLING use polling pio for ATA_PROT_NODATAAlbert Lee
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-03[PATCH] libata: always use polling IDENTIFYTejun Heo
2006-12-03[PATCH] libata: prepare ata_sg_clean() for invocation from EHTejun Heo
2006-12-03[PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf()Tejun Heo
2006-12-03[PATCH] libata: implement ata_exec_internal_sg()Tejun Heo
2006-12-03[PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze()Tejun Heo
2006-12-03[PATCH] libata: move BMDMA host status recording from EH to interrupt handlerTejun Heo
2006-12-03[PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, ta...Tejun Heo
2006-12-01[PATCH] libata: implement ata_tf_read_block()Tejun Heo
2006-12-01[PATCH] libata: sync result_tf.flags w/ command tf.flagsTejun Heo
2006-12-01[PATCH] libata: trivial updates to ata_sg_init_one()Tejun Heo
2006-12-01[PATCH] libata: implement presence detection via polling IDENTIFYTejun Heo
2006-12-01[PATCH] libata: convert @post_reset to @flags in ata_dev_read_id()Tejun Heo
2006-12-01[PATCH] libata: use FLUSH_EXT only when driver is larger than LBA28 limitTejun Heo
2006-12-01[PATCH] libata: move dev->max_sectors configuration into ata_dev_configure()Tejun Heo
2006-12-01[PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_POST_SETMODETejun Heo
2006-12-01[PATCH] libata: implement ATA_EHI_PRINTINFOTejun Heo
2006-12-01[PATCH] libata: separate out and export sata_port_hardreset()Tejun Heo
2006-12-01[PATCH] libata: handle 0xff status properlyTejun Heo
2006-12-01[PATCH] libata: Revamp blacklist support to allow multiple kinds of blacklist...Alan Cox
2006-12-01[PATCH] libata: add 40pin "short" cable support, honour drive side speed dete...Alan Cox
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells
2006-11-14[PATCH] libata: Convert from module_init to subsys_initcallBrian King
2006-10-31[PATCH] libata: unexport ata_dev_revalidate()Tejun Heo
2006-10-05Merge branch 'master' into upstream-fixesJeff Garzik
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells