08 Apr, 2011

1 commit


05 Apr, 2011

1 commit


31 Mar, 2011

1 commit


29 Dec, 2010

1 commit


21 Oct, 2010

1 commit


04 Aug, 2010

1 commit

  • Below you will find an updated version from the original series bunching all patches into one big patch
    updating broken web addresses that are located in Documentation/*
    Some of the addresses date as far far back as 1995 etc... so searching became a bit difficult,
    the best way to deal with these is to use web.archive.org to locate these addresses that are outdated.
    Now there are also some addresses pointing to .spec files some are located, but some(after searching
    on the companies site)where still no where to be found. In this case I just changed the address
    to the company site this way the users can contact the company and they can locate them for the users.

    Signed-off-by: Justin P. Mattock
    Signed-off-by: Thomas Weber
    Signed-off-by: Mike Frysinger
    Cc: Paulo Marques
    Cc: Randy Dunlap
    Cc: Michael Neuling
    Signed-off-by: Jiri Kosina

    Justin P. Mattock
     

30 Mar, 2009

2 commits


31 Oct, 2008

1 commit


18 Feb, 2007

1 commit


26 Sep, 2006

1 commit

  • Software I2C were using a very conservative value of udelay=16, meaning about
    20Kbps. According with Philips I2C datasheet, the i2c should answer well for
    times at the order of 4.7 us. So, using udelay=5 should work for all devices.
    After this patch, the speed should be close to 66,67 Kbps, with the current
    kernel software bitbang, with 30/60 duty cycle.
    Anyway, added a new parameter (i2c_udelay) that would allow using conservative
    values, if eventually a hardware doesn't support the datasheet values.
    Thanks to Jean Delvare for pointing this improvement.

    Signed-off-by: Mauro Carvalho Chehab

    Mauro Carvalho Chehab
     

25 Jun, 2006

1 commit


25 Mar, 2006

1 commit


09 Nov, 2005

2 commits


07 Nov, 2005

1 commit


05 Aug, 2005

1 commit

  • no_overlay bttv parameter implemented to fix OOPS on some PCI chipsets
    (like some VIA) with these behaviors:

    1) If pci_quicks does identify the chip as having troubles to
    handle PCI2PCI transfers, no_overlay defaults to 1. The user may force
    it to 0, to reenable (not recommended).

    2) For newer chipsets not blacklisted, no_overlay=1 is provided as a
    workaround until PCI chipset included on /drivers/pci/quirks.c

    Thanks to Bodo Eggert

    Signed-off-by: Michael Krufky
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mauro Carvalho Chehab
     

13 Jul, 2005

1 commit

  • - Card definitions updated.
    - Tail spaces removed.
    - Mark all 7135 cards as 7133.
    - Correct info about sync byte for MPEG-2 transport stream packets.

    Signed-off-by: Michael Krufky
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: hermann pitton
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mauro Carvalho Chehab
     

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!

    Linus Torvalds