19 Sep, 2009

2 commits


06 Jul, 2009

2 commits

  • The extraction routine for the MPC718 "firmware" had 2 bugs in it, where one
    bug masked the effect of the other. The loop iteration should have set
    $prevlen = $currlen at the end of the loop, and the if() check should have used
    && instead of || for deciding if the firmware length is reasonable.

    Signed-off-by: Andy Walls
    Signed-off-by: Mauro Carvalho Chehab

    Andy Walls
     
  • Add routine to support extracting the MT352 DVB-T demodulator initialization
    sequence for Yuan MPC718 cards for use by the cx18 driver.

    This routine uses a hueristic for extracting a good sequence. It should work
    on all different versions of the "yuanrap.sys" file, given the way the MT352
    tuning sequences are stored in all versions of that file I have seen so far.
    However, the current patch simply looks for one specific archive URL.

    Signed-off-by: Andy Walls
    Signed-off-by: Mauro Carvalho Chehab

    Andy Walls
     

17 Jun, 2009

2 commits


30 Mar, 2009

4 commits


27 Feb, 2009

2 commits


30 Dec, 2008

1 commit


26 Jan, 2008

1 commit

  • This patch moves the subsystem ID and subsystem vendor ID check from probing
    function to the PCI generic function by describing subsystem IDs in
    pci_device_id table. This enables to add new PCI IDs to a device driver pci_ids
    table at runtime by new_id file in sysfs pci driver tree.

    Signed-off-by: Akinobu Mita
    Signed-off-by: Manu Abraham
    Signed-off-by: Mauro Carvalho Chehab

    Akinobu Mita
     

10 Oct, 2007

1 commit

  • PCI-dependent videobuf_foo methods were renamed as videobuf_pci_foo.

    Also, videobuf_dmabuf is now part of videobuf-dma-sg private struct.
    So, to access it, a subroutine call is needed.

    This patch renames all occurences of those function calls to be
    consistent with the video-buf split.

    Signed-off-by: Mauro Carvalho Chehab
    http://thread.gmane.org/gmane.comp.video.video4linux/34978/focus=34981
    Reviewed-by: Ricardo Cerqueira

    Mauro Carvalho Chehab
     

20 Aug, 2007

1 commit


19 Jul, 2007

3 commits


09 May, 2007

1 commit


10 Dec, 2006

1 commit


30 Nov, 2006

1 commit

  • This patch fixes typos in various Documentation txts. The patch addresses some
    +words starting with the letters 'U-Z'.

    Looks like I made it through the alphabet...just in time to start over again
    +too! Maybe I can fit more profound fixes into the next round...? Time will
    +tell. :)

    Signed-off-by: Matt LaPlante
    Acked-by: Randy Dunlap
    Signed-off-by: Adrian Bunk

    Matt LaPlante
     

04 Oct, 2006

5 commits


13 May, 2006

1 commit


22 Mar, 2006

2 commits


27 Feb, 2006

2 commits


07 Feb, 2006

1 commit


10 Jan, 2006

4 commits


13 Dec, 2005

1 commit


23 Nov, 2005

1 commit

  • Correct lots of URLs in Documentation/ Also a few minor whitespace cleanups
    and typo/spello fixes. Sadly there are still a lot of bad URLs remaining.

    Signed-off-by: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

09 Nov, 2005

1 commit