1. 08 Oct, 2003 17 commits
    • Michael Hunold's avatar
      [PATCH] Kconfig and Makefile updates, inspired by Adrian Bunk and Roman Zippel · 583e3c0c
      Michael Hunold authored
       - split up saa7146 compilation in core part (saa7146.o) and video+vbi
         part (saa7146_vv).  some drivers need both (av7110.c), some drivers
         only need the core stuff (budget*.c)
       - add entry for sp887x DVB-T modulator to corresponding Kconfig
       - use new SELECT facility of Kconfig, first mentioned by Adrian Bunk
         and Roman Zippel in DVB subsystem
       - use SELECT in media/video/Kconfig, too.
      583e3c0c
    • Michael Hunold's avatar
      [PATCH] update dvb frontend drivers · a2e17cb5
      Michael Hunold authored
       - add budget driver as possible client of the ves1820 frontend driver
       - fix wrong include in sp887x.c frontend driver
       - fix wrong chip description in tda1004xh frontend driver
       - fixed detection of stv0299 if chip is in standby mode
       - change some #ifdef to #if, for easier debug enable/disable
       - ves1820: patch by Peter Bieringer: nicer log output
       - ves1820: allow PWM (tuner calibaration) value from EEPROM to be
         overridden on command line (based on patch by Peter Bieringer).  New
         module paramters: "pwm" (max 4 ints, range -1..0xff) and "verbose"
         (to print AFC value aftger tuning).
      a2e17cb5
    • Michael Hunold's avatar
      [PATCH] various av7110 dvb-driver updates · b2235dee
      Michael Hunold authored
       - various av7110 updates
      b2235dee
    • Michael Hunold's avatar
      [PATCH] various patches for non-av7110 dvb-drivers · 414bbd75
      Michael Hunold authored
       - patch by Jon Burgess to fix DMA issues
       - reduce the number of dropped TS packets when an error is detected
         (Jon Burgess)
       - use budget-ci driver for new TT DVB-T cards with onboard MSP430.
      414bbd75
    • Michael Hunold's avatar
      [PATCH] usual c99 initializer fixes · dbb91092
      Michael Hunold authored
       - the usual c99 initialization fixes all over the DVB place
      dbb91092
    • Michael Hunold's avatar
      [PATCH] update copyright and licensing · 8966f893
      Michael Hunold authored
       - fix copyright stuff in various files:
         - remove e-mail addresses that don't exist anymore, but of course keep
           the names
         - change license from GPL to LGPL in dvb_i2c.h (Convergence code)
         - change license from GPL to LGPL in dvb_ringbuffer.h (ack by original
           author Oliver Endriss)
         - add LGPL license to dvb_functions
      8966f893
    • Michael Hunold's avatar
      [PATCH] multiple device *read* opens support · e8d1d9de
      Michael Hunold authored
       - allow multiple read device opens
      e8d1d9de
    • Michael Hunold's avatar
      [PATCH] video capture updates for saa7146 core · 38beb0c0
      Michael Hunold authored
       - some Kconfig simplifications
       - FIELD_ALTERNATE capture was broken, add a "wait for vbi" command
         before actually waiting for the field change
       - improvements regarding streaming capture to gfx card memory.
       - captured frames could only be page aligned.  fixed.
       - fix pgtable_build_single, it should work for all kinds of buffers now
         (system memory (kernel/user) and gfx-memory)
       - Fix bytesperline-calculation for V4L2_FIELD_ALTERNATE vs.
         V4L2_FIELD_INTERLACED capture
      38beb0c0
    • Michael Hunold's avatar
      [PATCH] add new DVB-T frontend driver · f780446e
      Michael Hunold authored
       - add new DVB-T frontend driver sp887x.c
      f780446e
    • Michael Hunold's avatar
      [PATCH] firmware update for av7110 dvb driver · 0f59fdac
      Michael Hunold authored
       - av7110 DVB driver firmware update.  don't worry: we're planning to
         switch to firmware_class soon...
      0f59fdac
    • Matthew Wilcox's avatar
      [PATCH] unify drivers/Kconfig · 31f42cec
      Matthew Wilcox authored
      It's a pain for architecture maintainers to keep the toplevel Kconfig
      files in sync.  This addresses part of the problem by moving all the
      standard driver includes to drivers/Kconfig.  As a bonus, it moves all
      the device drivers together in a menu which tames menuconfig somewhat.
      
      This patch only touches i386.  Other architectures can join the party
      as soon as they feel ready to inflict all the choices on their userbase.
      31f42cec
    • Miles Bader's avatar
      [PATCH] Changes to v850 platform linker-script fragments · eb658cfa
      Miles Bader authored
      This does two things:
      
       (1) Move the v850 platform-specific linker-script fragments into
           arch/v850/kernel, from arch/v850.  This move was prompted by a
           recent (all-architecture) move for vmlinux.lds.S, to keep the
           script together, but I think it also makes sense -- this way, all
           platform-specific non-header files are in the same directory with
           similar names.
      
       (2) Remove some hardwired constants in the linker script fragments,
           using already defined cpp macros anyway.  This eliminates one
           annoying source of duplicate definitions (which had to be kept in
           sync).
      eb658cfa
    • Miles Bader's avatar
      [PATCH] Move `ptrinfo' function from mm/slab.c to mm/memory.c · 91cdee4c
      Miles Bader authored
      This function doesn't compile on non-MMU systems, so put it in a place
      where it won't cause problems (mm/memory.c is only compiled if
      CONFIG_MMU is defined).
      91cdee4c
    • Miles Bader's avatar
      [PATCH] Update v850 Kconfig debugging menu · cbe39894
      Miles Bader authored
      cbe39894
    • Miles Bader's avatar
      670851d3
    • Miles Bader's avatar
      [PATCH] Add sched_clock on v850 · 6a8fcaf3
      Miles Bader authored
      This is a horrid implementation, but whatever.
      6a8fcaf3
    • Miles Bader's avatar
  2. 07 Oct, 2003 23 commits