Thread: [Linux1394-cvslog] ieee1394 video1394.c
Brought to you by:
aeb,
bencollins
From: Sebastien R. <rou...@us...> - 2000-09-14 23:51:30
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv25785 Modified Files: video1394.c Log Message: . Fix compilation issue with kernel version before 2.4.0-test7. |
From: Andreas B. <ae...@us...> - 2001-06-17 16:53:29
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv416 Modified Files: video1394.c Log Message: Move memset() after check for successful allocation (sync with official kernel). |
From: Ben C. <ben...@us...> - 2001-08-17 16:53:58
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv6275 Modified Files: video1394.c Log Message: Don't call spinlock in remove_card() since it is only called under spinlock anyway |
From: Ben C. <ben...@us...> - 2001-08-17 18:13:28
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv24067 Modified Files: video1394.c Log Message: Remove unsed flags var from remove_card(), and also change DMA_SPEED_XXX to SPEED_XXX |
From: Ben C. <ben...@us...> - 2001-08-18 01:18:51
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv16002 Modified Files: video1394.c Log Message: Do not return after remove_card(), to make sure we get to the spin unlock |
From: Ben C. <ben...@us...> - 2001-08-20 17:29:04
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv20586 Modified Files: video1394.c Log Message: Fix list_for_each misusage |
From: Ben C. <ben...@us...> - 2001-08-20 23:44:19
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv25019 Modified Files: video1394.c Log Message: Fix incorrect pointer deref |
From: Ben C. <ben...@us...> - 2001-08-20 23:46:09
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv25399 Modified Files: video1394.c Log Message: Fix incorrect pointer deref |
From: Kristian H?g. <hog...@us...> - 2001-11-16 22:38:52
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv30200 Modified Files: video1394.c Log Message: Use list_for_each_safe when deleting from the list. |
From: Kristian H?g. <hog...@us...> - 2002-01-06 20:11:32
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv7135 Modified Files: video1394.c Log Message: Added flexible iso dma context handling from Kurt Konolige. |
From: Ben C. <ben...@us...> - 2002-01-12 00:56:38
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv7463 Modified Files: video1394.c Log Message: Use %s for __FUNCTION__ to avoid gcc-3.0.3 warnings |
From: Ben C. <ben...@us...> - 2002-01-27 13:58:43
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv14612 Modified Files: video1394.c Log Message: Pass only the vma struct to do_iso_mmap() and use that to get the rest of the values. Pass correct values to remap_page_range() (IOW, add vma). Also fix bug found by Alex Dick in it_ctx_talking(). |
From: Dan D. <dde...@us...> - 2002-02-12 03:04:19
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv8028 Modified Files: video1394.c Log Message: check kernel ver <2.5.3 for new remap_page_range() |
From: Ben C. <ben...@us...> - 2002-02-15 16:01:34
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv13451 Modified Files: video1394.c Log Message: Fix the versions expected for remap_page_range change. In 2.4, anything < 2.4.18 needs the old way, while in 2.5, anything < 2.5.3 needs to the old way. |
From: Ben C. <ben...@us...> - 2002-02-26 01:06:59
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv13165 Modified Files: video1394.c Log Message: Apply patch to fix closing of all ISO contexts when releasing. Based on patch by John Stanley. |
From: Dan D. <dde...@us...> - 2002-02-27 03:38:06
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv25846 Modified Files: video1394.c Log Message: fix compile on official Marcello 2.4.18 kernel, or is that 2.4.18-rc3? ;-) |
From: Dan D. <dde...@us...> - 2002-02-27 03:46:15
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv28379 Modified Files: video1394.c Log Message: oops |
From: Kristian H?g. <hog...@us...> - 2002-03-16 13:32:45
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv12466 Modified Files: video1394.c Log Message: video1394 cleanup: Move array of iso dma contexts in struct video to linked list in the file private data. Add pointer to struct video in file private data so we can look it up easily. |