aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_inic162x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-2/+2
2008-09-29libata: make SCR access ops per-linkTejun Heo1-4/+4
2008-09-13sata_inic162x: enable LED blinkingBob Stewart1-1/+2
2008-05-06sata_inic162x: update intro comment, up the version and drop EXPERIMENTALTejun Heo1-8/+28
2008-05-06sata_inic162x: add cardbus supportTejun Heo1-12/+24
2008-05-06sata_inic162x: kill now unused SFF related stuffTejun Heo1-51/+18
2008-05-06sata_inic162x: use IDMA for ATAPI commandsTejun Heo1-34/+47
2008-05-06sata_inic162x: use IDMA for non DMA ATA commandsTejun Heo1-34/+15
2008-05-06sata_inic162x: kill now unused bmdma related stuffTejun Heo1-98/+5
2008-05-06sata_inic162x: use IDMA for ATA_PROT_DMATejun Heo1-35/+235
2008-05-06sata_inic162x: update TF read handlingTejun Heo1-2/+45
2008-05-06sata_inic162x: add / update constantsTejun Heo1-3/+56
2008-05-06sata_inic162x: misc clean upsTejun Heo1-13/+5
2008-04-17libata: kill dead code paths in reset pathTejun Heo1-2/+0
2008-04-17libata: restructure SFF post-reset readiness waitsTejun Heo1-4/+2
2008-04-17libata: rename SFF port opsTejun Heo1-6/+6
2008-04-17libata: rename SFF functionsTejun Heo1-6/+6
2008-04-17libata: kill ata_chk_status()Tejun Heo1-5/+5
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-2/+3
2008-04-17libata: implement and use ops inheritanceTejun Heo1-15/+4
2008-04-17libata: implement and use SHT initializersTejun Heo1-15/+1
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo1-6/+1
2008-02-05iommu sg merging: sata_inic162x: use pci_set_dma_max_seg_sizeFUJITA Tomonori1-12/+13
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo1-1/+1
2007-10-29[libata] Address some checkpatch-spotted issuesJeff Garzik1-1/+1
2007-10-29libata: implement ata_wait_after_reset()Tejun Heo1-1/+1
2007-10-12libata: implement and use ata_port_desc() to report port configurationTejun Heo1-3/+11
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik1-1/+0
2007-10-12[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik1-1/+0
2007-10-12libata-link: linkify resetTejun Heo1-6/+7
2007-10-12libata-link: linkify PHY-related functionsTejun Heo1-2/+2
2007-10-12libata-link: introduce ata_linkTejun Heo1-3/+4
2007-08-31[libata] Bump driver versionsJeff Garzik1-1/+1
2007-07-20libata: make ->scr_read/write callbacks return error codeTejun Heo1-8/+8
2007-07-09[libata] Use ATA_UDMAx standard masks when filling driver's udma_mask infoJeff Garzik1-1/+1
2007-07-09[libata] drivers: remove 'void __iomem *' casts from pre-iomap daysJeff Garzik1-2/+2
2007-07-02sata_inic162x: disable LBA48 devicesTejun Heo1-0/+7
2007-05-21libata: bump versionsJeff Garzik1-1/+1
2007-05-11libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo1-4/+0
2007-05-01libata: improve 0xff status handlingTejun Heo1-1/+2
2007-05-01libata: add deadline support to prereset and reset methodsTejun Heo1-6/+8
2007-04-28libata: convert the remaining SATA drivers to new init modelTejun Heo1-49/+29
2007-04-28libata: improve AC_ERR_DEV handling for ->post_internal_cmdTejun Heo1-1/+1
2007-04-28libata: handle ata_pci_device_do_resume() failure while resumingDmitriy Monakhov1-1/+3
2007-04-28libata: dev_config does not need ap and adev passingAlan1-1/+1
2007-03-19sata_inic162x: kill double region requestsTejun Heo1-4/+0
2007-03-02libata: add missing CONFIG_PM in LLDsTejun Heo1-1/+6
2007-02-14[PATCH] scheduled removal of SA_XXX interrupt flags: ata fixAndrew Morton1-1/+1
2007-02-09sata_inic162x: fix a few glitches in hardresetTejun Heo1-8/+4