summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-03isci: Removed sci_object.h from project.Maciej Patelczyk5-109/+4
2011-07-03isci: Removed sci_base_object from scic_sds_request.Maciej Patelczyk9-62/+48
2011-07-03isci: Removed sci_base_object from scic_sds_remote_node_context.Maciej Patelczyk3-31/+9
2011-07-03isci: Removed sci_base_object from scic_sds_remote_device.Maciej Patelczyk5-59/+42
2011-07-03isci: Removed sci_base_object from scic_sds_port.Maciej Patelczyk4-44/+29
2011-07-03isci: Removed sci_base_object from scic_sds_phy.Maciej Patelczyk6-68/+33
2011-07-03isci: Removed sci_base_object from scic_sds_controller.Maciej Patelczyk12-57/+49
2011-07-03isci: Removed struct sci_base_object from state machine.Maciej Patelczyk14-221/+152
2011-07-03isci: Implement SCU AFE recipe 10.Maciej Patelczyk1-2/+11
2011-07-03isci: Remove excessive log noise with expander hot-unplugDave Jiang1-7/+8
2011-07-03isci: allow fallback to option-rom if efi variable retrieval failsDan Williams1-2/+3
2011-07-03isci: removing non-working ATAPI codeDave Jiang10-1659/+0
2011-07-03isci: remove scic_sds_remote_device_get_port_indexDan Williams2-15/+5
2011-07-03isci: remove usage of sci_sas_address in scic_sds_remote_deviceDan Williams3-11/+5
2011-07-03isci: kill smp_discover_responseDan Williams4-337/+23
2011-07-03isci: kill smp_discover_response_protocols in favor of domain_device.dev_typeDan Williams9-178/+118
2011-07-03isci: cleanup remote device construction and commentsDan Williams1-59/+42
2011-07-03isci: move remote_device handling out of the coreDan Williams30-2758/+2325
2011-07-03isci: unify remote_device data structuresDan Williams9-75/+28
2011-07-03isci: remove rnc->device back pointerDan Williams4-90/+65
2011-07-03isci: make a remote_node_context a proper member of a remote_deviceDan Williams6-55/+45
2011-07-03isci: rely on irq core for intx multiplexing, and silence screaming intxDan Williams2-21/+22
2011-07-03isci: replace this_* and the_* variables with more meaningful namesDave Jiang21-1477/+1481
2011-07-03isci: validate oem parameters early, and fallbackDan Williams3-38/+49
2011-07-03isci: fix oem parameter header definitionDan Williams2-16/+16
2011-07-03isci: audit usage of BUG_ON macro in isci driverBartosz Barcinski7-18/+15
2011-07-03isci: sparse warnings cleanupBartosz Barcinski6-17/+16
2011-07-03isci: replace sci_sas_link_rate with sas_linkrateDan Williams9-33/+22
2011-07-03isci: remove base_phy abstractionMaciej Trela6-412/+260
2011-07-03isci: remove base_port abstractionMaciej Trela5-524/+285
2011-07-03isci: remove base_remote_device abstractionMaciej Trela6-741/+572
2011-07-03isci: remove scic_controller state handlersChristoph Hellwig6-776/+193
2011-07-03isci: simplify dma coherent allocationChristoph Hellwig11-903/+111
2011-07-03isci: simplify request state handlersChristoph Hellwig6-357/+80
2011-07-03isci: kill dead data structurs in scic_io_request.hChristoph Hellwig2-184/+0
2011-07-03isci: remove base_request abstractionChristoph Hellwig15-941/+551
2011-07-03isci: remove base_controller abstractionChristoph Hellwig8-638/+364
2011-07-03isci: remove mmio wrappersChristoph Hellwig11-1167/+258
2011-07-03isci: fix fragile/conditional isci_host lookupsDan Williams9-219/+94
2011-07-03isci: cleanup isci_remote_device[_not]_ready interfaceDan Williams5-140/+92
2011-07-03isci: Qualify when the host lock is managed for STP/SATA callbacks.Jeff Skirvin4-37/+50
2011-07-03isci: Fix use of SATA soft reset state machine.Jeff Skirvin1-34/+2
2011-07-03isci: Free host lock for SATA/STP abort escalation at submission time.Jeff Skirvin1-30/+30
2011-07-03isci: Properly handle requests in the "aborting" state.Jeff Skirvin2-4/+12
2011-07-03isci: Remove "screaming" data typesDave Jiang24-174/+167
2011-07-03isci: remove unused "remote_device_started"Dan Williams3-80/+7
2011-07-03isci: namespacecheck cleanupsDan Williams30-1963/+1056
2011-07-03isci: kill some long macrosDan Williams9-1294/+389
2011-07-03isci: reorder init to cleanup unneeded declarationsDan Williams1-17/+9
2011-07-03isci: Remove event_* calls as they are just wrappersDave Jiang15-1751/+734