summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-07ncr5380: Cleanup #include directivesFinn Thain12-34/+7
2016-01-07ncr5380: Fix off-by-one bug in extended_msg[] bounds checkFinn Thain2-3/+4
2016-01-07ncr5380: Standardize reselection handlingFinn Thain2-72/+93
2016-01-07ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPSFinn Thain1-17/+11
2016-01-07ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUPFinn Thain4-53/+25
2016-01-07ncr5380: Introduce NCR5380_poll_politely2Finn Thain2-53/+75
2016-01-07ncr5380: Standardize interrupt handlingFinn Thain4-171/+178
2016-01-07ncr5380: Remove UNSAFE macroFinn Thain3-18/+0
2016-01-07ncr5380: Standardize work queueing algorithmFinn Thain2-75/+6
2016-01-07ncr5380: Use work_struct instead of delayed_workFinn Thain2-8/+5
2016-01-07ncr5380: Dont wait for BUS FREE after disconnectFinn Thain2-18/+0
2016-01-07atari_NCR5380: Use arbitration timeoutFinn Thain2-52/+49
2016-01-07atari_NCR5380: Set do_abort() timeoutsFinn Thain2-26/+34
2016-01-07ncr5380: Fix bus phase in do_abort()Finn Thain1-2/+2
2016-01-07ncr5380: Fix !REQ timeout in do_abort()Finn Thain1-5/+5
2016-01-07ncr5380: Add missing break after case MESSAGE_REJECTFinn Thain1-0/+1
2016-01-07ncr5380: Remove references to linked commandsHannes Reinecke2-102/+0
2016-01-07ncr5380: Drop DEF_SCSI_QCMD macroFinn Thain2-16/+16
2016-01-07ncr5380: Add missing lock in eh_abort_handlerFinn Thain1-1/+8
2016-01-07ncr5380: Fix NCR5380_transfer_pio() resultFinn Thain2-8/+15
2016-01-07ncr5380: Rework disconnect versus poll logicFinn Thain4-161/+15
2016-01-07ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macroFinn Thain11-31/+56
2016-01-07ncr5380: Always retry arbitration and selectionFinn Thain2-2/+2
2016-01-07ncr5380: Eliminate selecting stateFinn Thain3-96/+29
2016-01-07ncr5380: Sleep when polling, if possibleFinn Thain3-53/+94
2016-01-07ncr5380: Introduce unbound workqueueFinn Thain13-41/+96
2016-01-07ncr5380: Cleanup bogus {request,release}_region() callsFinn Thain4-12/+0
2016-01-07ncr5380: Eliminate USLEEP_WAITLONG delayFinn Thain2-15/+5
2016-01-07ncr5380: Keep BSY asserted when entering SELECTION phaseFinn Thain2-4/+11
2016-01-07ncr5380: Proceed with next command after NCR5380_select() calls scsi_doneFinn Thain2-6/+10
2016-01-07ncr5380: Always escalate bad target time-out in NCR5380_select()Finn Thain3-32/+0
2016-01-07ncr5380: Use return instead of goto in NCR5380_select()Finn Thain2-25/+11
2016-01-07ncr5380: Remove redundant register writesFinn Thain2-5/+0
2016-01-07ncr5380: Remove unused hostdata->aborted flagFinn Thain3-5/+0
2016-01-07ncr5380: Simplify bus reset handlersFinn Thain2-27/+23
2016-01-07atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...Finn Thain7-178/+51
2016-01-07atari_NCR5380: Reset bus on driver initialization if requiredFinn Thain2-12/+134
2016-01-07ncr5380: Move NCR53C400-specific codeFinn Thain3-27/+18
2016-01-07ncr5380: Split NCR5380_init() into two functionsFinn Thain9-14/+35
2016-01-07ncr5380: Remove NCR5380_instance_name macroFinn Thain3-6/+5
2016-01-07ncr5380: Remove NCR5380_local_declare and NCR5380_setup macrosFinn Thain13-161/+77
2016-01-07ncr5380: Remove more pointless macrosFinn Thain6-48/+14
2016-01-07ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macrosFinn Thain6-97/+19
2016-01-07ncr5380: Remove redundant static variable initializersFinn Thain6-16/+16
2016-01-07atari_scsi: Fix SCSI host ID settingFinn Thain1-1/+1
2016-01-07cxlflash: Enable device id for future IBM CXL adapterManoj Kumar2-2/+5
2016-01-07cxlflash: Resolve oops in wait_port_offlineManoj Kumar2-3/+26
2016-01-07cxlflash: Fix to resolve cmd leak after host resetManoj Kumar1-2/+17
2016-01-07cxlflash: Removed driver date printUma Krishnan2-3/+1
2016-01-07cxlflash: Fix to avoid virtual LUN failover failureMatthew R. Ochs1-0/+2