An error occurred fetching the project authors.
  1. 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
  2. 24 Jun, 2005 2 commits
  3. 22 Jun, 2005 1 commit
    • Jean Delvare's avatar
      [PATCH] I2C: Kill address ranges in non-sensors i2c chip drivers · b3d5496e
      Jean Delvare authored
      Some months ago, you killed the address ranges mechanism from all
      sensors i2c chip drivers (both the module parameters and the in-code
      address lists). I think it was a very good move, as the ranges can
      easily be replaced by individual addresses, and this allowed for
      significant cleanups in the i2c core (let alone the impressive size
      shrink for all these drivers).
      
      Unfortunately you did not do the same for non-sensors i2c chip drivers.
      These need the address ranges even less, so we could get rid of the
      ranges here as well for another significant i2c core cleanup. Here comes
      a patch which does just that. Since the process is exactly the same as
      what you did for the other drivers set already, I did not split this one
      in parts.
      
      A documentation update is included.
      
      The change saves 308 bytes in the i2c core, and an average 1382 bytes
      for chip drivers which use I2C_CLIENT_INSMOD, 126 bytes for those which
      do not.
      
      This change is required if we want to merge the sensors and non-sensors
      i2c code (and we want to do this).
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      
      Index: gregkh-2.6/Documentation/i2c/writing-clients
      ===================================================================
      b3d5496e
  4. 16 Apr, 2005 3 commits