summaryrefslogtreecommitdiff
path: root/drivers/scsi/NCR5380.c
AgeCommit message (Expand)Author
2016-01-06ncr5380: Fix autosense bugsFinn Thain
2016-01-06ncr5380: Refactor command completionFinn Thain
2016-01-06ncr5380: Use standard list data structureFinn Thain
2016-01-06ncr5380: Remove LIST and REMOVE macrosFinn Thain
2016-01-06ncr5380: Use dsprintk() for queue debuggingFinn Thain
2016-01-06ncr5380: Use shost_priv helperFinn Thain
2016-01-06ncr5380: Remove H_NO macro and introduce dsprintkFinn Thain
2016-01-06ncr5380: Remove command list debug codeFinn Thain
2016-01-06ncr5380: Change instance->host_lock to hostdata->lockFinn Thain
2016-01-06ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181EFinn Thain
2016-01-06ncr5380: Fix NDEBUG_NO_DATAOUT flagFinn Thain
2016-01-06ncr5380: Cleanup #include directivesFinn Thain
2016-01-06ncr5380: Fix off-by-one bug in extended_msg[] bounds checkFinn Thain
2016-01-06ncr5380: Standardize reselection handlingFinn Thain
2016-01-06ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPSFinn Thain
2016-01-06ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUPFinn Thain
2016-01-06ncr5380: Introduce NCR5380_poll_politely2Finn Thain
2016-01-06ncr5380: Standardize interrupt handlingFinn Thain
2016-01-06ncr5380: Remove UNSAFE macroFinn Thain
2016-01-06ncr5380: Use work_struct instead of delayed_workFinn Thain
2016-01-06ncr5380: Dont wait for BUS FREE after disconnectFinn Thain
2016-01-06atari_NCR5380: Use arbitration timeoutFinn Thain
2016-01-06atari_NCR5380: Set do_abort() timeoutsFinn Thain
2016-01-06ncr5380: Fix bus phase in do_abort()Finn Thain
2016-01-06ncr5380: Fix !REQ timeout in do_abort()Finn Thain
2016-01-06ncr5380: Add missing break after case MESSAGE_REJECTFinn Thain
2016-01-06ncr5380: Remove references to linked commandsHannes Reinecke
2016-01-06ncr5380: Drop DEF_SCSI_QCMD macroFinn Thain
2016-01-06ncr5380: Add missing lock in eh_abort_handlerFinn Thain
2016-01-06ncr5380: Fix NCR5380_transfer_pio() resultFinn Thain
2016-01-06ncr5380: Rework disconnect versus poll logicFinn Thain
2016-01-06ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macroFinn Thain
2016-01-06ncr5380: Always retry arbitration and selectionFinn Thain
2016-01-06ncr5380: Eliminate selecting stateFinn Thain
2016-01-06ncr5380: Sleep when polling, if possibleFinn Thain
2016-01-06ncr5380: Introduce unbound workqueueFinn Thain
2016-01-06ncr5380: Eliminate USLEEP_WAITLONG delayFinn Thain
2016-01-06ncr5380: Keep BSY asserted when entering SELECTION phaseFinn Thain
2016-01-06ncr5380: Proceed with next command after NCR5380_select() calls scsi_doneFinn Thain
2016-01-06ncr5380: Always escalate bad target time-out in NCR5380_select()Finn Thain
2016-01-06ncr5380: Use return instead of goto in NCR5380_select()Finn Thain
2016-01-06ncr5380: Remove redundant register writesFinn Thain
2016-01-06ncr5380: Remove unused hostdata->aborted flagFinn Thain
2016-01-06ncr5380: Simplify bus reset handlersFinn Thain
2016-01-06atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...Finn Thain
2016-01-06atari_NCR5380: Reset bus on driver initialization if requiredFinn Thain
2016-01-06ncr5380: Move NCR53C400-specific codeFinn Thain
2016-01-06ncr5380: Split NCR5380_init() into two functionsFinn Thain
2016-01-06ncr5380: Remove NCR5380_instance_name macroFinn Thain
2016-01-06ncr5380: Remove NCR5380_local_declare and NCR5380_setup macrosFinn Thain