1. 26 Apr, 2004 10 commits
    • Linus Torvalds's avatar
      Merge DVB updates · 804ca075
      Linus Torvalds authored
      804ca075
    • Michael Hunold's avatar
      [PATCH] DVB: Follow saa7146 changes in affected V4L drivers · 2a4e095a
      Michael Hunold authored
       - [V4L] follow changes in saa7146 driver: mxb, dpc7146, hexium_orion,
         hexium_gemini
      2a4e095a
    • Michael Hunold's avatar
      [PATCH] DVB: Misc. DVB USB driver updates · b8bd49a4
      Michael Hunold authored
       - [DVB] ttusb-dec:
         - Add a parameter to dvb_filter_pes2ts function to specify whether
           the packet is a payload unit start or not
         - Use the hotplug firmware loader for 2.6 kernels instead of
           compiling the firmware into the module. 
         - Correct the USB id of the DEC3000-s, add basic support
      
       - [DVB] ttusb-budget:
          - Remove spurious discontinuity message when starting streaming
      b8bd49a4
    • Michael Hunold's avatar
      [PATCH] DVB: Misc. DVB frontend driver updates · 76aec2dc
      Michael Hunold authored
       - [DVB] follow changes in dvb-core for frontend drivers (ves1x93,
         ves1820, nxt6000, sp887x, tda1004x, stv0299, mt312, alps_tdlb7,
         alps_tdmb7, at76c651, cx24110, dst, dvb_dummy_fe, grundig_29504-401,
         grundig_29504-491)
       - [DVB] tda1004x: updated timeout to 800ms, implemented FE_SLEEP
       - [DVB] cx24110: add FE_CAN_RECOVER to reduce kdvb-fe CPU load
       - [DVB] grundig_29504-401: added 200ms delay after first FE_INIT,
         Implemented FE_GET_FRONTEND
       - [DVB] alps_tdlb7, alps_tdmb7: upped tuning delays to fix tuning
      76aec2dc
    • Michael Hunold's avatar
      [PATCH] DVB: AV7110 DVB driver updates · a652d124
      Michael Hunold authored
       - [DVB] av7110 update:
         - speed up firmware loading
         - follow internal API changes in saa7146 driver
         - introduced some symbolic constants for a/v dec cmds
         - change default for hw_sections to 0 to enable crc checks
      a652d124
    • Michael Hunold's avatar
      [PATCH] DVB: Other DVB core updates · eb5908c7
      Michael Hunold authored
       - [DVB] remove superflous memset() which caused section data to be
         overwritten when a) there are two sections in one TS packet, and b)
         the first section was smaller than 18 bytes; thanks to Jean-Claude
         Repetto for tracking this down
       - [DVB] starting a ts filter on a running section filter's pid did
         break the section filter; fixed. 
       - [DVB] integrate ULE Decapsulation code, thanks to gcs - Global
         Communication & Services GmbH.  and Institute for Computer Sciences
         Salzburg University.  Hilmar Linder <hlinder@cosy.sbg.ac.at> and
         Wolfram Stering <wstering@cosy.sbg.ac.at>
       - [DVB] fix the module use count bugs, thanks to Hernan A.Perez Masci
         for his initial work on this problem
       - [DVB] if dvb_frontend_internal_ioctl() returns an error code, be sure
         to deliver it to the calling application, don't ignore it (fixes the
         bug that the frontend0 doesn't respond properly to unknown ioctls...)
       - [DVB] major frontend code clean up, rewritten core tuning loop.
         Thanks to Andrew de Quincey.
       - [DVB] follow changes in dvb-core in skystar2, dvb-bt8xx
      eb5908c7
    • Michael Hunold's avatar
      [PATCH] DVB: Add EN50221 cam support to dvb-core · 7679ba7b
      Michael Hunold authored
       - [DVB] add generic functions for EN50221 CAM interfaces
      7679ba7b
    • Michael Hunold's avatar
      [PATCH] DVB: Update DVB budget drivers · 2b7f4a04
      Michael Hunold authored
       - [DVB] budget-av: patch by Kenneth Aafløy to add support for Typhoon
         DVB-S budget card
       - [DVB] budget.c: support for Fujitsu-Siemens Activy Card
       - [DVB] budget-ci: add preliminary CI support
      2b7f4a04
    • Michael Hunold's avatar
      [PATCH] DVB: Documentation and Kconfig updazes · 2343a8c0
      Michael Hunold authored
       - [DVB] misc. documentation updates, KConfig help file updates
       - [DVB] make Twinhan driver depend on bt8xx
      2343a8c0
    • Michael Hunold's avatar
      [PATCH] V4L: Update the saa7146 driver · 9dab501b
      Michael Hunold authored
       - [DVB] saa7146 driver updates:
         - remove bogus v_calc and h_calc parameters, which can be easily
           retrieved from other values
         - add class parameter to i2c initialization
         - let resource handling provide more useful informations
         - sanitize overlay/capture locking
      9dab501b
  2. 25 Apr, 2004 12 commits
  3. 24 Apr, 2004 3 commits
    • Deepak Saxena's avatar
      [ARM PATCH] 1815/1: Generic DMA buffer bouncing support for ARM targets · c2e26dd2
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      Latest (and hopefully last :) patch for generic DMA buffer bouncing.
      
      - Fixed SA1111 dma_needs_bounce
      - Added check for out of bounds buffers.
      - Made dmabounce.c directly implement dma_* API
      
      Note that I didn't do the following:
      
      #ifndef CONFIG_DMABOUNCE
      inline implementations of all functions
      #else
      extern declarations
      #endif
      
      Instead I wrapped it individual in #ifndef/#else blocks to keep the
      comments in the same area as function declarations.  IMHO this makes 
      it easier for someone to go look at the comments if they need to know 
      what a specific API does.
      c2e26dd2
    • Russell King's avatar
    • Scott Feldman's avatar
      [PATCH] e100: ICH 10/H Tx hang fix · 5e18a111
      Scott Feldman authored
      * Need to carry forward this workaround from old e100 driver to
        avoid a Tx hang on ICH systems linked at 10/Half.  Workaround
        adds a stall before each Tx command queued by issuing a NOP
        command followed by 1us delay.  Yuck!  Otherwise HW locks hard.
        (Probably needed for eepro100 also ;-).
      5e18a111
  4. 23 Apr, 2004 10 commits
  5. 22 Apr, 2004 3 commits
  6. 23 Apr, 2004 1 commit
  7. 22 Apr, 2004 1 commit