aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-01scsi: fix various printk and comment typosMasanari Iida1-1/+1
2012-05-17isci: Check IDEV_GONE before performing abort path operations.Jeff Skirvin1-0/+23
2012-05-17isci: Only set IDEV_GONE in the device stop path.Jeff Skirvin1-23/+0
2012-05-17isci: Add suspension cases for RNC INVALIDATING, POSTING states.Jeff Skirvin1-11/+0
2012-05-17isci: Manage the link layer hang detect timer for RNC suspensions.Jeff Skirvin1-1/+25
2012-05-17isci: enable BCN in sci_port_add_phy()Maciej Trela1-0/+2
2012-05-17isci: kill isci_port.domain_dev_listDan Williams1-7/+0
2012-05-17isci: kill sci_phy_protocol and sci_request_protocolDan Williams1-8/+6
2012-02-29[SCSI] isci: debug, provide state-enum-to-string conversionsDan Williams1-18/+28
2012-02-29[SCSI] isci: ->lldd_ata_check_ready handlerDan Williams1-0/+25
2012-02-29[SCSI] isci: fix interpretation of "hard" resetDan Williams1-11/+20
2012-02-29[SCSI] isci: kill isci_port->statusDan Williams1-78/+11
2012-02-29[SCSI] isci: kill iphy->isci_port lookupsDan Williams1-23/+61
2012-01-16[SCSI] isci: fix, prevent port from getting stuck in the 'configuring' stateMarcin Tomczak1-42/+50
2012-01-16[SCSI] isci: enable wide port targetsBartek Nowakowski1-1/+1
2012-01-16[SCSI] isci: Fix IO fails when pull cable from phy in x4 wideport in MPC mode.Marcin Tomczak1-3/+7
2011-10-31[SCSI] isci: revert bcn filteringDan Williams1-41/+4
2011-10-31[SCSI] isci: Fix hard reset timeout conditions.Jeff Skirvin1-42/+59
2011-10-02[SCSI] isci: The port state should be set to stopping on the last phy.Jeff Skirvin1-1/+1
2011-07-03isci: kill 'get/set' macrosDan Williams1-2/+2
2011-07-03isci: retire scic_sds_ and scic_ prefixesDan Williams1-344/+207
2011-07-03isci: unify isci_host and scic_sds_controllerDan Williams1-49/+40
2011-07-03isci: unify isci_remote_device and scic_sds_remote_deviceDan Williams1-2/+2
2011-07-03isci: unify isci_port and scic_sds_portDan Williams1-317/+305
2011-07-03isci: unify isci_phy and scic_sds_phyDan Williams1-180/+119
2011-07-03isci: unify isci_request and scic_sds_requestDan Williams1-2/+2
2011-07-03isci: unify can_queue tracking on the tci_pool, uplevel tag assignmentDan Williams1-38/+23
2011-07-03isci: atomic device lookup and reference countingDan Williams1-2/+1
2011-07-03isci: cleanup tag macrosDan Williams1-12/+5
2011-07-03isci: Hard reset failure will link reset all phys in the portJeff Skirvin1-5/+17
2011-07-03isci: filter broadcast change notifications during SMP phy resetsJeff Skirvin1-40/+75
2011-07-03isci: additional state machine cleanupEdmund Nadolski1-5/+1
2011-07-03isci: state machine cleanupEdmund Nadolski1-93/+93
2011-07-03isci: remove isci_timer interfaceEdmund Nadolski1-1/+0
2011-07-03isci: replace isci_timer list with proper embedded timersEdmund Nadolski1-21/+18
2011-07-03isci: add some type safety to the state machine interfaceDan Williams1-23/+22
2011-07-03isci: unify port start_io and complete_io handlersDan Williams1-375/+57
2011-07-03isci: unify port link_up and link_down handlersPiotr Sawicki1-169/+72
2011-07-03isci: remove port frame and event handlersPiotr Sawicki1-40/+0
2011-07-03isci: unify port reset, add_phy, and remove_phy handlersPiotr Sawicki1-308/+163
2011-07-03isci: remove port destruct handlerPiotr Sawicki1-34/+0
2011-07-03isci: unify port stop handlersPiotr Sawicki1-53/+22
2011-07-03isci: remove port start handlerPiotr Sawicki1-103/+77
2011-07-03isci: merge port ready substates into primary state machinePiotr Sawicki1-220/+189
2011-07-03isci: c99 port state handlersPiotr Sawicki1-121/+106
2011-07-03isci: clarify phy to port lookupsDan Williams1-2/+2
2011-07-03isci: uplevel port infrastructureDan Williams1-60/+2391
2011-07-03isci: uplevel phy infrastructureDan Williams1-2/+0
2011-07-03isci: uplevel request infrastructureDan Williams1-1/+0
2011-07-03isci: move core/controller to hostDan Williams1-8/+0