summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_inic162x.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-241-1/+1
* ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal2023-01-041-7/+5
* ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel2023-01-041-1/+1
* ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov2022-02-201-5/+5
* ata: sata_inic162x: Drop pointless VPRINTK() callsHannes Reinecke2022-01-051-2/+0
* ata: libata: Add ata_port_classify() helperHannes Reinecke2022-01-041-1/+1
* ata: sata_inic162x fix a spelling issueJohn Oldman2020-04-231-1/+1
* ata: make qc_prep return ata_completion_errorsJiri Slaby2019-11-011-1/+3
* libata: switch remaining drivers to use dma_set_mask_and_coherentChristoph Hellwig2019-08-261-7/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-301-2/+1
* scsi: communicate max segment size to the DMA mapping codeChristoph Hellwig2019-01-221-13/+9
* PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig2018-10-101-1/+1
* ata: declare ata_port_info structures as constBhumika Goyal2017-06-121-1/+1
* ata: remove deprecated use of pci apiQuentin Lambert2015-04-081-2/+2
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-091-2/+2
* libata: make it clear that sata_inic162x is experimentalTejun Heo2013-07-221-0/+14
* ata: use pci_get_drvdata()Jingoo Han2013-06-021-1/+1
* sata_inic162x: remove unused variable in inic_scr_read()Wei Yongjun2012-11-281-2/+0
* ata: use module_pci_driverAxel Lin2012-07-251-12/+1
* ata: Add and use ata_print_version_onceJoe Perches2011-07-231-3/+1
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-7/+8
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2011-07-231-8/+4
* libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo2010-10-211-1/+1
* libata-sff: clean up BMDMA initializationTejun Heo2010-05-191-5/+0
* sata_inic162x: kill PORT_PRD_ADDR initializationTejun Heo2010-05-171-2/+1
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-171-14/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/ata: Remove unnecessary semicolonsJoe Perches2009-09-011-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-2/+2
* libata: make SCR access ops per-linkTejun Heo2008-09-291-4/+4
* sata_inic162x: enable LED blinkingBob Stewart2008-09-131-1/+2
* sata_inic162x: update intro comment, up the version and drop EXPERIMENTALTejun Heo2008-05-061-8/+28
* sata_inic162x: add cardbus supportTejun Heo2008-05-061-12/+24
* sata_inic162x: kill now unused SFF related stuffTejun Heo2008-05-061-51/+18
* sata_inic162x: use IDMA for ATAPI commandsTejun Heo2008-05-061-34/+47
* sata_inic162x: use IDMA for non DMA ATA commandsTejun Heo2008-05-061-34/+15
* sata_inic162x: kill now unused bmdma related stuffTejun Heo2008-05-061-98/+5
* sata_inic162x: use IDMA for ATA_PROT_DMATejun Heo2008-05-061-35/+235
* sata_inic162x: update TF read handlingTejun Heo2008-05-061-2/+45
* sata_inic162x: add / update constantsTejun Heo2008-05-061-3/+56
* sata_inic162x: misc clean upsTejun Heo2008-05-061-13/+5
* libata: kill dead code paths in reset pathTejun Heo2008-04-171-2/+0
* libata: restructure SFF post-reset readiness waitsTejun Heo2008-04-171-4/+2
* libata: rename SFF port opsTejun Heo2008-04-171-6/+6
* libata: rename SFF functionsTejun Heo2008-04-171-6/+6
* libata: kill ata_chk_status()Tejun Heo2008-04-171-5/+5
* libata: make reset related methods proper port operationsTejun Heo2008-04-171-2/+3
* libata: implement and use ops inheritanceTejun Heo2008-04-171-15/+4
* libata: implement and use SHT initializersTejun Heo2008-04-171-15/+1