summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-01-07ncr5380: Cleanup #include directivesFinn Thain
2016-01-07ncr5380: Fix off-by-one bug in extended_msg[] bounds checkFinn Thain
2016-01-07ncr5380: Standardize reselection handlingFinn Thain
2016-01-07ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPSFinn Thain
2016-01-07ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUPFinn Thain
2016-01-07ncr5380: Introduce NCR5380_poll_politely2Finn Thain
2016-01-07ncr5380: Standardize interrupt handlingFinn Thain
2016-01-07ncr5380: Remove UNSAFE macroFinn Thain
2016-01-07ncr5380: Standardize work queueing algorithmFinn Thain
2016-01-07ncr5380: Use work_struct instead of delayed_workFinn Thain
2016-01-07ncr5380: Dont wait for BUS FREE after disconnectFinn Thain
2016-01-07atari_NCR5380: Use arbitration timeoutFinn Thain
2016-01-07atari_NCR5380: Set do_abort() timeoutsFinn Thain
2016-01-07ncr5380: Fix bus phase in do_abort()Finn Thain
2016-01-07ncr5380: Fix !REQ timeout in do_abort()Finn Thain
2016-01-07ncr5380: Add missing break after case MESSAGE_REJECTFinn Thain
2016-01-07ncr5380: Remove references to linked commandsHannes Reinecke
2016-01-07ncr5380: Drop DEF_SCSI_QCMD macroFinn Thain
2016-01-07ncr5380: Add missing lock in eh_abort_handlerFinn Thain
2016-01-07ncr5380: Fix NCR5380_transfer_pio() resultFinn Thain
2016-01-07ncr5380: Rework disconnect versus poll logicFinn Thain
2016-01-07ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macroFinn Thain
2016-01-07ncr5380: Always retry arbitration and selectionFinn Thain
2016-01-07ncr5380: Eliminate selecting stateFinn Thain
2016-01-07ncr5380: Sleep when polling, if possibleFinn Thain
2016-01-07ncr5380: Introduce unbound workqueueFinn Thain
2016-01-07ncr5380: Cleanup bogus {request,release}_region() callsFinn Thain
2016-01-07ncr5380: Eliminate USLEEP_WAITLONG delayFinn Thain
2016-01-07ncr5380: Keep BSY asserted when entering SELECTION phaseFinn Thain
2016-01-07ncr5380: Proceed with next command after NCR5380_select() calls scsi_doneFinn Thain
2016-01-07ncr5380: Always escalate bad target time-out in NCR5380_select()Finn Thain
2016-01-07ncr5380: Use return instead of goto in NCR5380_select()Finn Thain
2016-01-07ncr5380: Remove redundant register writesFinn Thain
2016-01-07ncr5380: Remove unused hostdata->aborted flagFinn Thain
2016-01-07ncr5380: Simplify bus reset handlersFinn Thain
2016-01-07atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...Finn Thain
2016-01-07atari_NCR5380: Reset bus on driver initialization if requiredFinn Thain
2016-01-07ncr5380: Move NCR53C400-specific codeFinn Thain
2016-01-07ncr5380: Split NCR5380_init() into two functionsFinn Thain
2016-01-07ncr5380: Remove NCR5380_instance_name macroFinn Thain
2016-01-07ncr5380: Remove NCR5380_local_declare and NCR5380_setup macrosFinn Thain
2016-01-07ncr5380: Remove more pointless macrosFinn Thain
2016-01-07ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macrosFinn Thain
2016-01-07ncr5380: Remove redundant static variable initializersFinn Thain
2016-01-07atari_scsi: Fix SCSI host ID settingFinn Thain
2016-01-07cxlflash: Enable device id for future IBM CXL adapterManoj Kumar
2016-01-07cxlflash: Resolve oops in wait_port_offlineManoj Kumar
2016-01-07cxlflash: Fix to resolve cmd leak after host resetManoj Kumar
2016-01-07cxlflash: Removed driver date printUma Krishnan
2016-01-07cxlflash: Fix to avoid virtual LUN failover failureMatthew R. Ochs