summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2011-07-03isci: cleanup request allocationDan Williams3-223/+121
2011-07-03isci: cleanup/optimize queue increment macrosDan Williams4-90/+44
2011-07-03isci: cleanup tag macrosDan Williams5-114/+52
2011-07-03isci: cleanup/optimize pool implementationDan Williams4-231/+56
2011-07-03isci: Disable link layer hang detectionJeff Skirvin1-5/+2
2011-07-03isci: Hard reset failure will link reset all phys in the portJeff Skirvin1-5/+17
2011-07-03isci: Explicitly decode remote node ready and suspended statesJeff Skirvin1-2/+13
2011-07-03isci: fix isci_terminate_pending() list managementDan Williams3-71/+67
2011-07-03isci: Handle timed-out request terminations correctlyJeff Skirvin2-186/+181
2011-07-03isci: Requests that do not start must be set to "complete"Jeff Skirvin1-1/+2
2011-07-03isci: Add decode for SMP request retry error conditionJeff Skirvin2-10/+52
2011-07-03isci: filter broadcast change notifications during SMP phy resetsJeff Skirvin3-41/+338
2011-07-03isci: Move the reset delay after the remote node resumption.Jeff Skirvin1-1/+3
2011-07-03isci: remove 'min memory' infrastructureDan Williams6-472/+144
2011-07-03isci: Added support for C0 to SCU DriverAdam Gruchala5-27/+76
2011-07-03isci: additional state machine cleanupEdmund Nadolski13-294/+62
2011-07-03isci: state machine cleanupEdmund Nadolski15-1160/+1076
2011-07-03isci: Removing unused variables compiler warningsDave Jiang2-10/+1
2011-07-03isci: Retrieve the EFI variable for OEM parameterDave Jiang2-51/+24
2011-07-03isci: removing the kmalloc in smp request constructDave Jiang1-16/+10
2011-07-03isci: remove isci_timer interfaceEdmund Nadolski9-352/+1
2011-07-03isci: Remove tmf timeout_timerEdmund Nadolski2-87/+20
2011-07-03isci: convert phy_startup_timer to sci_timerEdmund Nadolski2-47/+34
2011-07-03isci: convert scic_timeout_timer to sci_timerEdmund Nadolski2-28/+36
2011-07-03isci: convert power control timer to sci_timerEdmund Nadolski2-58/+50
2011-07-03isci: convert phy sata_timeout_timer to sci_timerEdmund Nadolski3-49/+35
2011-07-03isci: convert port config agent timer to sci_timerEdmund Nadolski3-77/+53
2011-07-03isci: replace isci_timer list with proper embedded timersEdmund Nadolski4-25/+60
2011-07-03isci: add some type safety to the state machine interfaceDan Williams8-194/+148
2011-07-03isci: unify rnc start{io|task} handlersDan Williams3-307/+47
2011-07-03isci: unify rnc suspend/resume handlersDan Williams2-234/+104
2011-07-03isci: unify rnc destruct handlersDan Williams2-80/+39
2011-07-03isci: unify rnc event handlersDan Williams2-270/+111
2011-07-03isci: unify port start_io and complete_io handlersDan Williams2-428/+59
2011-07-03isci: unify port link_up and link_down handlersPiotr Sawicki2-179/+76
2011-07-03isci: remove port frame and event handlersPiotr Sawicki2-43/+0
2011-07-03isci: unify port reset, add_phy, and remove_phy handlersPiotr Sawicki2-327/+163
2011-07-03isci: remove port destruct handlerPiotr Sawicki2-40/+0
2011-07-03isci: unify port stop handlersPiotr Sawicki3-62/+24
2011-07-03isci: remove port start handlerPiotr Sawicki3-110/+80
2011-07-03isci: merge port ready substates into primary state machinePiotr Sawicki2-256/+210
2011-07-03isci: c99 port state handlersPiotr Sawicki1-121/+106
2011-07-03isci: clarify phy to port lookupsDan Williams5-12/+11
2011-07-03isci: unify phy consume_power handlersDan Williams2-527/+83
2011-07-03isci: unify phy event handlersDan Williams2-642/+384
2011-07-03isci: unify phy frame handlersDan Williams2-179/+93
2011-07-03isci: remove phy destruct handlersDan Williams2-34/+0
2011-07-03isci: unify phy reset handlersDan Williams2-47/+12
2011-07-03isci: unify phy stop handlersDan Williams2-62/+23
2011-07-03isci: unify phy start handlersDan Williams2-61/+19