10 Jul, 2007
2 commits
-
Based on patch "the scheduled removal of RAW1394_REQ_ISO_{SEND,LISTEN}"
from Adrian Bunk, November 20 2006.This patch also removes the underlying facilities in ohci1394 and
disables them in pcilynx. That is, hpsb_host_driver.devctl() and
hpsb_host_driver.transmit_packet() are no longer used for iso reception
and transmission.Since video1394 and dv1394 only work with ohci1394 and raw1394's rawiso
interface has never been implemented in pcilynx, pcilynx is now no
longer useful for isochronous applications.raw1394 will still handle the request types but will complete the
requests with errors that indicate API version conflicts.Signed-off-by: Stefan Richter
-
to clarify who is supposed to set what
Signed-off-by: Stefan Richter
30 Apr, 2007
2 commits
-
This considerably reduces the memory requirements for a packet and
eliminates ieee1394's dependency on CONFIG_NET.Signed-off-by: Stefan Richter
-
Signed-off-by: Stefan Richter
17 Feb, 2007
1 commit
-
This implements the simultaneous read of the isochronous cycle timer and
the system clock (in usecs). This allows to express the exact receive
time of an ISO packet as a system time with microsecond accuracy.
http://bugzilla.kernel.org/show_bug.cgi?id=7773The counterpart patch for libraw1394 can be found at
http://thread.gmane.org/gmane.linux.kernel.firewire.devel/8934Patch update (Stefan R.): Disable preemption and local interrupts.
Prevent integer overflow. Add paranoid error checks and kerneldoc to
hpsb_read_cycle_timer. Move it to other ieee1394_core high-level API
functions. Change comments. Adjust whitespace. Rename struct
_raw1394_cycle_timer.Signed-off-by: Stefan Richter
Acked-by: Pieter Palmers
Acked-by: Dan Dennedy
09 Dec, 2006
1 commit
-
Signed-off-by: Josef Sipek
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
18 Sep, 2006
1 commit
-
These includes in ieee1394_core and eth1394 are obsolete.
Signed-off-by: Stefan Richter
04 Jul, 2006
2 commits
-
Remove unnecessary includes, add missing includes.
Use forward type declarations for some structs.Signed-off-by: Stefan Richter
Signed-off-by: Ben Collins -
Adjust tabulators, line wraps, empty lines, and comment style.
Update comments in ieee1394_transactions.h and highlevel.h.
Fix typo in comment in csr.h.Signed-off-by: Stefan Richter
Signed-off-by: Ben Collins
27 Jun, 2006
1 commit
-
acquired (aquired)
contiguous (contigious)
successful (succesful, succesfull)
surprise (suprise)
whether (weather)
some other misspellingsSigned-off-by: Andreas Mohr
Signed-off-by: Adrian Bunk
29 Mar, 2006
2 commits
-
since amdtp driver was deleted
Signed-off-by: Stefan Richter
Signed-off-by: Jody McIntyre -
Devfs has been disabled in the last kernel releases, so let's
remove it from ieee1394core, raw1394, video1394, dv1394.Signed-off-by: Stefan Richter
Acked-by: Greg Kroah-Hartman
Cc: Dan Dennedy
Signed-off-by: Jody McIntyre
02 Dec, 2005
1 commit
-
Signed-off-by: Stefan Richter
Signed-off-by: Jody McIntyre
07 Jul, 2005
1 commit
-
"ack_code" is assigned (and tested against) negative numbers, but was
declared as "char". Which only works if "char" is signed - which it
necessarily isn't.So make that signedness assumption specific.
21 Jun, 2005
1 commit
-
Signed-off-by: Greg Kroah-Hartman
17 Apr, 2005
1 commit
-
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!