1. 07 Aug, 2003 1 commit
    • Gerd Knorr's avatar
      [PATCH] v4l: bttv driver update · 66332b52
      Gerd Knorr authored
       * the usual pile of tv card database updates.
       * various signed/unsigned fixups (fix gcc 3.3 warnings)
         and releated cleanups (use ARRAY_SIZE macro, ...).
       * moved some code which can be shared with the new,
         upcoming cx2388x driver to a separate module.
       * split the irq handler into smaller functions.
       * some new features (field rate capture support for example).
       * simplified i2c code a bit by removing redundant
         bookkeeping of attached i2c clients.
       * merged i2c changes back into my tree, there are some no-op
         changes due to this.
       * various other bugfixes.
       * fix build failure with CONFIG_FW_LOADER enabled
      66332b52
  2. 17 Jul, 2003 1 commit
  3. 08 Apr, 2003 1 commit
  4. 03 Feb, 2003 1 commit
  5. 08 Jan, 2003 3 commits
    • Dave Jones's avatar
      [PATCH] Correct header · 9d41d4d7
      Dave Jones authored
      9d41d4d7
    • Gerd Knorr's avatar
      [PATCH] add v4l1-compat module. · 3019e9c0
      Gerd Knorr authored
      This adds the v4l1-compat module.  This is a module which can translate
      most (old) v4l1 ioctls into the new v4l2 API.  This makes it easier for
      v4l2 drivers to present both old v4l and new v4l2 APIs to video4linux
      applications.  The saa7134 driver uses this for example.
      3019e9c0
    • Gerd Knorr's avatar
      [PATCH] add tda9887 module · 60e4b5d3
      Gerd Knorr authored
      This adds the tda9887 i2c module to the linux kernel.  This one is
      needed for some TV cards.  It also adds the missing #define to
      audiochip.h which currently breaks the bttv build.
      60e4b5d3
  6. 15 Dec, 2002 1 commit
  7. 05 Dec, 2002 1 commit
    • Rusty Russell's avatar
      [PATCH] saa7134 build fix · ae4f7b12
      Rusty Russell authored
      From:  Gerd Knorr <kraxel@bytesex.org>
      
        This adds the missing video-buf.o module to the module list if
        CONFIG_VIDEO_SAA7134 is enabled.
      ae4f7b12
  8. 31 Oct, 2002 2 commits
    • Gerd Knorr's avatar
      [PATCH] new v4l2 driver: saa7134 · e12a2bd0
      Gerd Knorr authored
      This patch adds a new device driver to the linux kernel.  It is for TV
      cards based on the Philips SAA7134 chip.  It supports the v4l2 API and
      thus depends on the v4l2 patches of the previous mails.
      e12a2bd0
    • Gerd Knorr's avatar
      [PATCH] add v4l2 api · e028b61b
      Gerd Knorr authored
      This adds the v4l2 API to the linux kernel.
      
      The first, original video4linux API has a number of design bugs.  They
      are fixed in this new API revision.  It already exists for quite some
      time.  Last weeks it got a number of cleanups based on the experiences
      of the last years (drop stuff nobody uses, fix some inconsistencies).
      We consider it being in a pretty good shape now and like to see it in
      2.6.
      
      This patch is basically the header file with all the structs and ioctls
      in there.  A small module with some helper functions for v4l2 drivers is
      included too.  Related updates (bttv, ...) will follow as separate
      patches.
      e028b61b
  9. 25 Jul, 2002 1 commit
  10. 28 May, 2002 1 commit
  11. 22 Mar, 2002 1 commit
  12. 13 Mar, 2002 2 commits
    • Gerd Knorr's avatar
      [PATCH] v4l: major bttv update · 12eb9056
      Gerd Knorr authored
      This is a major update of the bttv core (0.7.x to 0.8.x).  There are way
      too many changes to list them all, the complete core code for video
      frame capture has been rewritten from scratch.
      12eb9056
    • Gerd Knorr's avatar
      [PATCH] v4l: new videobuf helper module · 62c22274
      Gerd Knorr authored
      This patch adds a helper module to manage pci dma buffers for video
      frames.  I've recently started writing a driver for another frame
      grabber / TV card chip and tried to separate out common code to avoid
      duplicating code.  The bttv core update (next mail) depends this patch.
      62c22274
  13. 05 Feb, 2002 4 commits
    • Linus Torvalds's avatar
      v2.5.0.9 -> v2.5.0.10 · 80044607
      Linus Torvalds authored
      - Jens Axboe: more bio stuff
      - Ingo Molnar: mempool for bio
      - Niibe Yutaka: Super-H update
      80044607
    • Linus Torvalds's avatar
      v2.4.14.1 -> v2.4.14.2 · a8a2069f
      Linus Torvalds authored
        - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
        - Kai Germaschewski: ISDN updates
        - Jeff Garzik: network driver updates, sysv fs update
        - Kai Mäkisara: SCSI tape update
        - Alan Cox: large drivers merge
        - Nikita Danilov: reiserfs procfs information
        - Andrew Morton: ext3 merge
        - Christoph Hellwig: vxfs livelock fix
        - Trond Myklebust: NFS updates
        - Jens Axboe: cpqarray + cciss dequeue fix
        - Tim Waugh: parport_serial base_baud setting
        - Matthew Dharm: usb-storage Freecom driver fixes
        - Dave McCracken: wait4() thread group race fix
      a8a2069f
    • Linus Torvalds's avatar
      v2.4.6.1 -> v2.4.6.2 · adbc4706
      Linus Torvalds authored
        - merge with Alan (USB, zoran, sony motion-eye, rio, dmi-scan)
      adbc4706
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32