libata: make reset related methods proper port operations
[safe/jmp/linux-2.6] / drivers / ata / libata-core.c
2008-04-17 Tejun Heolibata: make reset related methods proper port operations
2008-04-17 Tejun Heolibata: stop overloading port_info->private_data
2008-04-17 Tejun Heolibata: make ata_pci_init_one() not use ops->irq_handle...
2008-04-17 Tejun Heolibata: implement and use ops inheritance
2008-04-17 Tejun Heolibata: implement and use ata_noop_irq_clear()
2008-04-17 Tejun Heolibata: kill ata_ehi_schedule_probe()
2008-04-17 Tejun Heolibata: kill ATA_LFLAG_SKIP_D2H_BSY
2008-04-17 Tejun Heolibata: prefer hardreset
2008-04-04 Tejun Heolibata: ATA_12/16 doesn't fall into ATAPI_MISC
2008-04-04 Tejun Heolibata: uninline atapi_cmd_type()
2008-04-04 Bartlomiej Zolnier... libata: fix IDENTIFY order in ata_bus_probe()
2008-03-29 Tejun Heolibata: ATA_EHI_LPM should be ATA_EH_LPM
2008-03-25 Tejun Heolibata: improve HPA error handling
2008-03-25 Tejun Heolibata: assume no device is attached if both IDENTIFYs...
2008-03-11 Tejun Heolibata: don't allow sysfs read access to force param
2008-03-11 Harvey Harrisonata: replace remaining __FUNCTION__ occurrences
2008-02-25 Jeff GarzikRevert "power_state: get rid of write-only variable...
2008-02-25 Adrian Bunkmake atapi_dmadir static
2008-02-24 Randy Dunlaplibata-core: fix kernel-doc warning
2008-02-24 Tejun Heolibata: automatically use DMADIR if drive/bridge requir...
2008-02-24 Pavel Machekpower_state: get rid of write-only variable in SATA
2008-02-23 Rafael J. WysockiPM: Introduce PM_EVENT_HIBERNATE callback state
2008-02-20 Tejun Heolibata: implement libata.force module parameter
2008-02-19 James Bottomleylibata: implement drain buffers
2008-02-19 James Bottomleylibata: eliminate the home grown dma padding in favour of
2008-02-19 Tejun Heolibata: update ATAPI overflow draining
2008-02-19 Mikko Rapeliide/libata: ST310211A has buggy HPA too
2008-02-15 Harvey Harrisonata: fix sparse warning in libata-core.c
2008-02-11 Tejun Heolibata: ignore deverr on SETXFER if mode is configured
2008-02-06 David Milburnlibata-core: unblacklist HITACHI drives
2008-02-03 Joe Perchesdrivers/ata/: Spelling fixes
2008-01-28 Linus Nilssonlibata: Change "write_data" to "rw" for some function...
2008-01-23 Tejun Heolibata: factor out ata_pci_activate_sff_host() from...
2008-01-23 Al Virolibata annotations and fixes
2008-01-23 Jeff Garziklibata: make ata_port_queue_task() an internal function
2008-01-23 Alan Coxlibata/pata_it821x: Improve handling of poorly compatib...
2008-01-23 Tejun Heolibata: make qc->nbytes include extra buffers
2008-01-23 Tejun Heolibata: convert to chained sg
2008-01-23 Tejun Heolibata: change ATA_QCFLAG_DMAMAP semantics
2008-01-23 Tejun Heolibata: kill non-sg DMA interface
2008-01-23 Tejun Heolibata: update ->data_xfer hook for ATAPI
2008-01-23 Tejun Heolibata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
2008-01-23 Albert Leelibata: zero xfer length on ATAPI data xfer IRQ is...
2008-01-23 Tejun Heolibata: convert NCQ test in ata_qc_issue() to ata_is_ncq()
2008-01-23 Tejun Heolibata: implement ata_timing_cycle2mode() and use it...
2008-01-23 Tejun Heolibata: add ATA_CBL_PATA_IGN
2008-01-23 Tejun Heolibata: xfer_mask is unsigned long not unsigned int
2008-01-23 Tejun Heolibata: kill ata_id_to_dma_mode()
2008-01-23 Tejun Heolibata: clean up xfermode / PATA timing related stuff
2008-01-23 Tejun Heolibata: export xfermode / PATA timing related functions
2008-01-23 Tejun Heolibata: implement ATA_DFLAG_DUBIOUS_XFER
2008-01-23 Tejun Heolibata: move ata_set_mode() to libata-eh.c
2008-01-23 Tejun Heolibata: implement protocol tests
2008-01-23 Jeff Garziklibata: checkpatch fixes
2008-01-23 Alan Coxlibata: IORDY handling
2008-01-23 Alan Coxlibata: Disable ATA8-ACS proposed Trusted Computing...
2008-01-15 Andrew Morton[libata] core checkpatch fix
2007-12-18 Tejun Heolibata: fix ATAPI draining
2007-12-18 Tejun Heolibata-acpi: add new hooks ata_acpi_dissociate() and...
2007-12-18 Tejun Heolibata: ata_dev_disable() should be called from EH...
2007-12-18 Tejun Heolibata: add ST3160023AS / 3.42 to NCQ blacklist
2007-12-18 Tejun Heolibata: clear link->eh_info.serror from ata_std_postreset()
2007-12-07 Tejun Heolibata: kill spurious NCQ completion detection
2007-12-01 Alan Coxlibata: Fix early use of port printk. (Was Re: ata42949...
2007-12-01 Peter Missellibata: More IVB horkage from TSST
2007-11-24 Alan Coxlibata-core: List more documentation sources for reference
2007-11-19 Albert Leelibata: use ATA_HORKAGE_STUCK_ERR for ATAPI tape drives
2007-11-19 Albert Leelibata: workaround DRQ=1 ERR=1 for ATAPI tape drives
2007-11-19 Adrian Bunklibata: remove unused functions
2007-11-08 Tejun Heolibata: port and host should be stopped before hardware...
2007-11-08 Tejun Heolibata: skip 0xff polling for PATA controllers
2007-11-08 Paul Mundtlibata: Support PIO polling-only hosts.
2007-11-05 Alan Coxlibata: handle broken cable reporting
2007-11-05 Kristen Carlson... libata: Don't disable dipm with SET FEATURES
2007-11-03 Tejun Heolibata: don't configure downstream links faster than...
2007-11-03 Tejun Heolibata: request PHY speed configuration on SControl...
2007-11-03 Tony Battersbylibata: increase 128 KB / cmd limit for ATAPI tape...
2007-11-03 Stephen Hemmingerlibata: fix docbook
2007-11-03 Stephen Rothwelllibata: suppress two warnings
2007-10-29 Linus TorvaldsMerge branch 'alpm' of /linux/kernel/git/jgarzik/libata-dev
2007-10-29 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-10-29 Kristen Carlson... [libata] Link power management infrastructure
2007-10-29 Tejun Heolibata: add MAXTOR 7V300F0/VA111900 to NCQ blacklist
2007-10-29 Tejun Heolibata: relocate forcing PIO0 on reset
2007-10-29 Tejun Heolibata: implement ata_wait_after_reset()
2007-10-29 Tejun Heolibata: track SLEEP state and issue SRST to wake it up
2007-10-29 Tejun Heolibata: relocate and fix post-command processing
2007-10-29 Anton BlanchardInitialise scatter/gather list in ata_sg_setup
2007-10-25 Linus TorvaldsMerge branch 'sg' of git://git.kernel.dk/linux-2.6...
2007-10-25 Alan Coxlibata-core: Be a bit more relaxed about early DMA...
2007-10-25 Adrian Bunklibata-core.c: make 2 functions static
2007-10-25 Jeff Garzik[libata] Create internal helper ata_dev_set_feature()
2007-10-24 Jens AxboeSG: Change sg_set_page() to take length and offset...
2007-10-24 Tejun Heolibata: add HTS542525K9SA00 to NCQ blacklist
2007-10-24 Alan Coxlibata-core: auditting chk_status v check_status
2007-10-24 Jeff Garzik[libata] checkpatch-inspired cleanups
2007-10-22 Jens Axboe[SG] Update drivers to use sg helpers
2007-10-20 Randy Dunlaplibata: fix kernel-doc param name
2007-10-16 FUJITA Tomonorilibata sg chaining support fix
2007-10-16 Jens Axboelibata: convert to using sg helpers
next