aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Boot2012-04-14 19:50:35 -0500
committerNicholas Bellinger2012-05-09 17:25:17 -0500
commita511ce3397803558a3591e55423f3ae6aa28c9db (patch)
tree4edeb3376af6a844a0589b54428380986b6970ea /MAINTAINERS
parentfc5f80b152896c1ffded2a91d11dcb08ffcffebb (diff)
downloadkernel-omap-a511ce3397803558a3591e55423f3ae6aa28c9db.tar.gz
kernel-omap-a511ce3397803558a3591e55423f3ae6aa28c9db.tar.xz
kernel-omap-a511ce3397803558a3591e55423f3ae6aa28c9db.zip
sbp-target: Initial merge of firewire/ieee-1394 target mode support
The FireWire SBP-2 Target is a driver for using an IEEE-1394 connection as a SCSI transport. This module uses the SCSI Target framework to expose LUNs to other machines attached to a FireWire bus, in effect acting as a FireWire hard disk similar to FireWire Target Disk mode on many Apple computers. This commit contains the squashed pull from Chris Boot's SBP-2-Target: https://github.com/bootc/Linux-SBP-2-Target.git patch-v3 firewire-sbp-target: Add sbp_base.h header firewire-sbp-target: Add sbp_configfs.c firewire-sbp-target: Add sbp_fabric.{c,h} firewire-sbp-target: Add sbp_management_agent.{c,h} firewire-sbp-target: Add sbp_login.{c,h} firewire-sbp-target: Add sbp_target_agent.{c,h} firewire-sbp-target: Add sbp_scsi_cmnd.{c,h} firewire-sbp-target: Add to target Kconfig and Makefile Also add bootc's entry to the MAINTAINERS file. Great work Chris !! Signed-off-by: Chris Boot <bootc@bootc.net> Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Cc: Andy Grover <agrover@redhat.com> Cc: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2dcfca850639..a08b46a1dcc7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2754,6 +2754,15 @@ T: git git://git.alsa-project.org/alsa-kernel.git
2754S: Maintained 2754S: Maintained
2755F: sound/firewire/ 2755F: sound/firewire/
2756 2756
2757FIREWIRE SBP-2 TARGET
2758M: Chris Boot <bootc@bootc.net>
2759L: linux-scsi@vger.kernel.org
2760L: target-devel@vger.kernel.org
2761L: linux1394-devel@lists.sourceforge.net
2762T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
2763S: Maintained
2764F: drivers/target/sbp/
2765
2757FIREWIRE SUBSYSTEM 2766FIREWIRE SUBSYSTEM
2758M: Stefan Richter <stefanr@s5r6.in-berlin.de> 2767M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2759L: linux1394-devel@lists.sourceforge.net 2768L: linux1394-devel@lists.sourceforge.net