summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] aic7xxx: semaphore to completion conversionChristoph Hellwig2006-02-282-38/+12Star
* [SCSI] Add spi_populate_*_msg functionsMatthew Wilcox2006-02-282-34/+14Star
* [SCSI] aic79xx: Fix timer handlingHannes Reinecke2006-01-314-26/+17Star
* [SCSI] aic79xx: SLOWCRC fixHannes Reinecke2006-01-314-3/+49
* [SCSI] aic79xx: sequencer fixesHannes Reinecke2006-01-319-553/+834
* [SCSI] aic7xxx: Update aicasmHannes Reinecke2006-01-314-17/+140
* [SCSI] aic79xx: bump version to 3.0James Bottomley2006-01-121-1/+1
* [SCSI] aic79xx: Sequencer updateHannes Reinecke2006-01-129-1538/+1911
* [SCSI] aic79xx: Sanitize inb/outb handlingHannes Reinecke2006-01-121-59/+21Star
* [SCSI] aic79xx: Use struct map_nodeHannes Reinecke2006-01-123-33/+58
* [SCSI] aic7xxx/aic79xx: New device idsHannes Reinecke2006-01-124-14/+40
* [SCSI] aic7xxx: fix timer handling bugJames Bottomley2006-01-123-41/+16Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-01-051-0/+6
|\
| * gitignore: misc filesBrian Gerst2006-01-011-0/+6
* | [SCSI] handle scsi_add_host failure for aic7xxx and fix compiler warningJesper Juhl2005-12-151-5/+13
* | [SCSI] handle scsi_add_host failure for aic79xx and fix compiler warningJesper Juhl2005-12-151-2/+9
* | [SCSI] aic7xxx: reset handler selects a wrong commandVasily Averin2005-11-282-2/+2
|/
* Merge by hand (whitespace conflicts in libata.h)James Bottomley2005-11-102-2/+0Star
|\
| * [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-092-2/+0Star
* | [SCSI] aic79xx: remove scsi_assign_lock usageChristoph Hellwig2005-11-061-23/+14Star
* | [SCSI] aic7xxx: remove scsi_assign_lock usageChristoph Hellwig2005-11-061-23/+16Star
|/
* [SCSI] use scmd_id(), scmd_channel() throughout codeJeff Garzik2005-10-292-10/+11
* [SCSI] use sfoo_printk() in driversJeff Garzik2005-10-292-35/+15Star
* [SCSI] aic7xxx/aic79xx: fix module removal path not to panicJames Bottomley2005-10-025-10/+15
* [SCSI] aic7xxx: move to dma_get_required_mask() and correct 39 bit assumptionsJames Bottomley2005-09-133-14/+5Star
* Merge by hand (conflicts in sd.c)James Bottomley2005-09-076-165/+253
|\
| * [SCSI] aic7xxx: remove aiclib.cChristoph Hellwig2005-09-056-165/+253
* | Merge HEAD from ../scsi-misc-2.6-tmp James Bottomley2005-08-2822-6484/+1746Star
|\|
| * [SCSI] aiclib remove deadChristoph Hellwig2005-08-152-2124/+0Star
| * [SCSI] aic79xx: sane pci probingChristoph Hellwig2005-08-157-291/+60Star
| * [SCSI] aic79xx: remove some dead codeChristoph Hellwig2005-08-152-38/+0Star
| * [SCSI] aic7xxx: lost multifunction flags handlingJames Bottomley2005-08-131-0/+29
| * [SCSI] fix warning in aic7770.cakpm@osdl.org2005-08-121-1/+0Star
| * [SCSI] aic79xx: fix boot panic with no hardwareJames Bottomley2005-08-092-5/+1Star
| * [SCSI] aic79xx: needs to select SPI_TRANSPORT_ATTRSakpm@osdl.org2005-08-071-0/+1
| * [SCSI] aic7xxx/79xx: fix another potential panic due to a non existent targetJames Bottomley2005-08-052-4/+4
| * [SCSI] aic7xxx: upport all sequencer and core fixes from adaptec version 6.3.9James Bottomley2005-08-0510-512/+544
| * [SCSI] aic79xx: fixup DT settingHannes Reinecke2005-08-051-2/+3
| * [SCSI] aic79xx: add hold_mcs to the transport parametersJames Bottomley2005-08-031-1/+37
| * [SCSI] aic79xx: fix up transport settingsJames Bottomley2005-08-032-32/+11Star
| * [SCSI] aic79xx: DV parameter settingsHannes Reinecke2005-08-031-13/+218
| * [SCSI] aic79xx: update to use scsi_transport_spiHannes Reinecke2005-08-033-2837/+799Star
| * [SCSI] aic79xx: Remove busyqHannes Reinecke2005-08-034-724/+139Star
| * [SCSI] aic byteorder fixes after recent cleanupOlaf Hering2005-07-302-5/+7
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds2005-08-041-13/+11Star
|\ \
| * | [SCSI] fix aic7xxx performance issues since 2.6.12-rc2James Bottomley2005-08-041-9/+5Star
| * | [SCSI] aic7xxx: final fixes for DT handlingJames Bottomley2005-08-021-4/+4
| * | [SCSI] aic7xxx: fix bug in DT handingJames Bottomley2005-07-301-4/+6
| |/
* / [PATCH] aic byteorder fixes after recent cleanupOlaf Hering2005-08-022-5/+7
|/
* [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-282-2/+2