16 Dec, 2005
1 commit
-
Rename scsi_print_msg to spi_print_msg and move its prototype from
scsi_dbg.h to scsi_transport_spi.hSigned-off-by: Matthew Wilcox
Signed-off-by: James Bottomley
29 Oct, 2005
2 commits
-
Wrap a highly common idiom. Makes the code easier to read, helps pave
the way for sdev->{id,channel} removal, and adds a token that can easily
by grepped-for in the future.There are a couple sdev_id() and scmd_printk() updates thrown in as well.
Rejections fixed up and
Signed-off-by: James Bottomley -
Rejections fixed up and
Signed-off-by: James Bottomley
21 Jun, 2005
1 commit
-
….c: update device attribute callbacks
Signed-off-by: Yani Ioannou <yani.ioannou@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
18 Jun, 2005
3 commits
-
Signed-off-by: James Bottomley
-
Signed-off-by: James Bottomley
-
Drivers need not implement a hook that returns FAILED, and does nothing
else, since the SCSI midlayer code will do that for us.Signed-off-by: James Bottomley
17 Apr, 2005
2 commits
-
This driver has had it's own different infrastructure for doing this for
ages, but it's time it used the common one.Signed-off-by: James Bottomley
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!