An error occurred fetching the project authors.
  1. 21 Mar, 2006 4 commits
  2. 27 Feb, 2006 3 commits
  3. 13 Jan, 2006 1 commit
    • Michael Krufky's avatar
      V4L/DVB (3359): Redesign tuners struct for maximum flexibility · 7b0ac9cd
      Michael Krufky authored
      - Tunertype struct redefined to allow one or more tuner_params structs
        per tuner definition, one for each video standard.
      - Each tuner_params struct has an element containing an arbitrary
        amount of tuner_ranges.
        (this is needed for dvb tuners - to be handled later)
      - A tuner_range may be referenced by multiple tuner_params structs.
        There are many duplicates in here. Reusing tuner_range structs,
        rather than defining new ones for each tuner, will cut down on
        memory usage, and is preferred when possible.
      - tunertype struct contains an element, has_tda988x.
        We must set this for all tunertypes that contain a tda988x
        chip, and then we can remove this setting from the various
        card structs.
      - Improves tuners array memory usage efficiency.
      - Right now, all tuners are using the first tuner_params[] array element
        for analog mode. In the future, we will be merging similar tuner
        definitions together, such that each tuner definition will have a
        tuner_params struct for each available video standard. At that point,
        the tuner_params[] array element will be chosen based on the video
        standard in use.
      Signed-off-by: default avatarMichael Krufky <mkrufky@m1k.net>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      7b0ac9cd
  4. 09 Jan, 2006 3 commits
  5. 14 Nov, 2005 3 commits
  6. 09 Nov, 2005 3 commits
  7. 09 Sep, 2005 1 commit
  8. 07 Sep, 2005 1 commit
  9. 29 Jun, 2005 1 commit
    • Mauro Carvalho Chehab's avatar
      [PATCH] v4l: tuner improvements · 586b0cab
      Mauro Carvalho Chehab authored
      *tuner-core.c:
      - some tuner_info msgs will be generated only if insmod opt
              tuner_debug enabled.
      - Implemented tuner-core support for VIDIO_S_TUNER to allow
              changing mono/stereo mode
      - Remove unneeded config options.
      - I2C_CLIENT_MULTI option removed.
      - support for Philips FMD12ME hybrid tuner
      - allow to initialize with another tuner
      - Move PHILIPS_FMD initialization code to set_type function,
      
      * tda8290:
      
      - Fix dumb error in tda8290 tunning.
      - Radio tuner uses high-precision step instead of 62.5 KHz.
      
      *tea5767.c:
      - tuner_info msgs will be generated only if insmod tuner option
              tuner_debug enabled.
      - some cleanups for better reading.
      - Radio tuner uses high-precision step instead of 62.5 KHz.
      - Changing radio mode stereo/mono for tea5767 working.
      
      *tuner-simple.c:
      - TNF9533-D/IF UHF fixup.
      - Radio tuners now uses high-precision step instead of 62.5 KHz.
      
      *mt20xx.c:
              - Radio tuner uses high-precision step instead of 62.5 KHz.
      
      *tda9887.c:
              - tab and blank spaces corrections.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
      Signed-off-by: default avatarGerd Knorr <kraxel@bytesex.org>
      Signed-off-by: default avatarNickolay V Shmyrev <nshmyrev@yandex.ru>
      Signed-off-by: default avatarHartmut Hackmann <hartmut.hackmann@t-online.de>
      Signed-off-by: default avatarMichael Krufky <mkrufky@m1k.net>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      586b0cab
  10. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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!
      1da177e4