index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ieee1394
/
sbp2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-03
[PATCH] ieee1394: replace __inline__ by inline
Stefan Richter
1
-2
/
+2
2006-07-03
[PATCH] ieee1394: sbp2: enable auto spin-up for Maxtor disks
Stefan Richter
1
-0
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-13
ieee1394: add preprocessor constant for invalid csr address
Ben Collins
1
-4
/
+4
2006-06-13
sbp2: fix deregistration of status fifo address space
Ben Collins
1
-2
/
+2
2006-06-13
sbp2: fix S800 transfers if phys_dma is off
Ben Collins
1
-4
/
+14
2006-06-13
sbp2: remove ohci1394 specific constant
Ben Collins
1
-1
/
+1
2006-06-13
sbp2: log number of supported concurrent logins
Ben Collins
1
-8
/
+8
2006-06-13
sbp2: remove manipulation of inquiry response
Ben Collins
1
-34
/
+0
2006-06-13
ieee1394: support for slow links or slow 1394b phy ports
Ben Collins
1
-3
/
+1
2006-06-13
sbp2: make TSB42AA9 workaround specific to Momobay CX-1
Ben Collins
1
-1
/
+2
2006-06-05
[PATCH] sbp2: fix check of return value of hpsb_allocate_and_register_addrspa...
Stefan Richter
1
-1
/
+1
2006-05-18
[PATCH] ohci1394, sbp2: fix "scsi_add_device failed" with PL-3507 based devices
Stefan Richter
1
-2
/
+7
2006-05-18
[PATCH] sbp2: add ability to override hardwired blacklist
Stefan Richter
1
-11
/
+18
2006-05-18
[PATCH] sbp2: add read_capacity workaround for iPod
Stefan Richter
1
-4
/
+45
2006-05-18
[PATCH] sbp2: consolidate workarounds
Stefan Richter
1
-61
/
+91
2006-04-02
[PATCH] sbp2: fix spinlock recursion
Stefan Richter
1
-17
/
+15
2006-03-29
sbp2: misc debug logging cleanups
Stefan Richter
1
-77
/
+33
2006-03-29
sbp2: proper treatment of DID_OK
Stefan Richter
1
-3
/
+5
2006-03-29
sbp2: check for ARM failure
Stefan Richter
1
-3
/
+7
2006-03-29
sbp2: prevent unloading of 1394 low-level driver
Stefan Richter
1
-0
/
+9
2006-02-23
sbp2: update 36byte inquiry workaround (fix compatibility regression)
Stefan Richter
1
-23
/
+19
2006-02-23
sbp2: variable status FIFO address (fix login timeout)
Stefan Richter
1
-28
/
+36
2006-02-23
sbp2: fix another deadlock after disconnection
Stefan Richter
1
-2
/
+8
2006-02-18
[PATCH] don't mangle INQUIRY if cmddt or evpd bits are set
Al Viro
1
-9
/
+1
2005-12-13
sbp2: remove duplicate code from sbp2_start_device()
Stefan Richter
1
-50
/
+7
2005-12-13
sbp2: split sbp2_create_command_orb() for better readability
Stefan Richter
1
-177
/
+178
2005-12-13
sbp2: did not clean up after scsi_add_device() failed
Stefan Richter
1
-0
/
+2
2005-12-13
sbp2: delete sbp2scsi_direction_table
Stefan Richter
1
-29
/
+16
2005-11-20
sbp2: slimmer interface to scsi_mod
Stefan Richter
1
-13
/
+0
2005-11-07
kmalloc/kzalloc changes:
Stefan Richter
1
-5
/
+2
2005-11-07
Remove version strings from eth1394, ohci1394, sbp2.
Stefan Richter
1
-5
/
+0
2005-11-07
sbp2, ohci1394 cleanups:
Stefan Richter
1
-215
/
+218
2005-11-07
sbp2: Remove our tracking of device type,
Ben Collins
1
-28
/
+6
2005-11-07
sbp2: Merge TYPE_RBC and 10byte removal patch from scsi maintainers.
Ben Collins
1
-149
/
+2
2005-11-07
sbp2_command_orb_lock must be held when accessing the _orb_inuse list.
Jody McIntyre
1
-0
/
+6
2005-09-30
[PATCH] sbp2: default to serialize_io=1
Jody McIntyre
1
-4
/
+7
2005-09-30
[PATCH] sbp2: fix deadlocks and delays on device removal/rmmod
Jody McIntyre
1
-38
/
+58
2005-09-10
[SCSI] Alter the scsi_add_device() API to conform to what users expect
James Bottomley
1
-4
/
+4
2005-07-28
[PATCH] turn many #if $undefined_string into #ifdef $undefined_string
Olaf Hering
1
-0
/
+1
2005-07-10
[PATCH] Sync up ieee-1394
Ben Collins
1
-5
/
+130
2005-06-21
[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk...
Yani Ioannou
1
-1
/
+1
2005-06-18
merge by hand (fix up qla_os.c merge error)
James Bottomley
1
-135
/
+16
2005-06-17
[SCSI] allow sleeping in ->eh_device_reset_handler()
Jeff Garzik
1
-1
/
+13
2005-06-17
[SCSI] Remove unnecessary locking around completion function calls
Jeff Garzik
1
-6
/
+0
2005-06-16
[PATCH] sbp2 slab corruption fix
Alexandre Oliva
1
-1
/
+2
2005-05-26
[SCSI] git-scsi-misc-sbp2-warning-fix
Andrew Morton
1
-1
/
+0
2005-05-26
[SCSI] TYPE_RBC cache fixes (sbp2.c affected)
Al Viro
1
-127
/
+3
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+2864