Skip to content

Commit

Permalink
isci: uplevel register hardware data structures and unsolicited frame…
Browse files Browse the repository at this point in the history
… handling

Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
  • Loading branch information
Dan Williams committed Jul 3, 2011
1 parent cc9203b commit 63a3a15
Show file tree
Hide file tree
Showing 17 changed files with 121 additions and 257 deletions.
2 changes: 1 addition & 1 deletion drivers/scsi/isci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ isci-objs := init.o phy.o request.o sata.o \
host.o task.o probe_roms.o \
remote_node_context.o \
remote_node_table.o \
unsolicited_frame_control.o \
core/scic_sds_request.o \
core/scic_sds_stp_request.o \
core/scic_sds_port.o \
core/scic_sds_port_configuration_agent.o \
core/scic_sds_phy.o \
core/scic_sds_ssp_request.o \
core/scic_sds_smp_request.o \
core/scic_sds_unsolicited_frame_control.o \
core/sci_base_state_machine.o \
core/sci_util.o
2 changes: 1 addition & 1 deletion drivers/scsi/isci/core/scic_sds_phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

#include "sas.h"
#include "scic_phy.h"
#include "scu_registers.h"
#include "registers.h"
#include "sci_base_state_machine.h"
#include <scsi/libsas.h>

Expand Down
2 changes: 1 addition & 1 deletion drivers/scsi/isci/core/scic_sds_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#include "remote_device.h"
#include "remote_node_context.h"
#include "scic_sds_request.h"
#include "scu_registers.h"
#include "registers.h"
#include "timers.h"

#define SCIC_SDS_PORT_MIN_TIMER_COUNT (SCI_MAX_PORTS)
Expand Down
2 changes: 1 addition & 1 deletion drivers/scsi/isci/core/scic_sds_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#include <linux/kernel.h>
#include "isci.h"
#include "sas.h"
#include "scu_registers.h"
#include "registers.h"
#include "sci_base_state_machine.h"

struct scic_sds_controller;
Expand Down
66 changes: 0 additions & 66 deletions drivers/scsi/isci/core/scic_sds_port_registers.h

This file was deleted.

4 changes: 2 additions & 2 deletions drivers/scsi/isci/core/scic_sds_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@

#include <scsi/sas.h>
#include "scic_io_request.h"
#include "scu_registers.h"
#include "registers.h"
#include "scic_sds_port.h"
#include "remote_device.h"
#include "scic_sds_request.h"
#include "scic_sds_smp_request.h"
#include "scic_sds_stp_request.h"
#include "scic_sds_unsolicited_frame_control.h"
#include "unsolicited_frame_control.h"
#include "sci_util.h"
#include "scu_completion_codes.h"
#include "scu_task_context.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/scsi/isci/core/scic_sds_stp_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#include "scic_sds_request.h"
#include "scic_sds_stp_pio_request.h"
#include "scic_sds_stp_request.h"
#include "scic_sds_unsolicited_frame_control.h"
#include "unsolicited_frame_control.h"
#include "sci_util.h"
#include "scu_completion_codes.h"
#include "scu_event_codes.h"
Expand Down
178 changes: 0 additions & 178 deletions drivers/scsi/isci/core/scu_viit_data.h

This file was deleted.

2 changes: 1 addition & 1 deletion drivers/scsi/isci/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#include "sci_util.h"
#include "scu_completion_codes.h"
#include "scu_event_codes.h"
#include "scu_registers.h"
#include "registers.h"
#include "scu_remote_node_context.h"
#include "scu_task_context.h"
#include "scu_unsolicited_frame.h"
Expand Down
4 changes: 2 additions & 2 deletions drivers/scsi/isci/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
#include "pool.h"
#include "sci_base_state_machine.h"
#include "remote_node_table.h"
#include "scu_registers.h"
#include "registers.h"
#include "scu_unsolicited_frame.h"
#include "scic_sds_unsolicited_frame_control.h"
#include "unsolicited_frame_control.h"
#include "scic_sds_port_configuration_agent.h"

struct scic_sds_request;
Expand Down
Loading

0 comments on commit 63a3a15

Please sign in to comment.