1. 17 Jul, 2003 15 commits
    • Michael Hunold's avatar
      [PATCH] Update dvb frontend drivers · 36d6b6bd
      Michael Hunold authored
       - grundig_29504-401.c: fix charge pump and band switch setting bug,
         caught by Robert Schlabbach <robert_s@gmx.net>
       - grundig_29504-401.c: pass apply_frontend_param() return value to
         upper layers
       - grundig_29504-401.c: try to make a more specific detection mechanism
       - grundig_29504-491.c:remove bogus out-of-range check, FEC table index
         is limited to 0...7 due to &= ~0x03 anyway...
       - nxt6000.c: Patch by Paul Andreassen: Add Support for Comtech
         DVBT-6k07 (PLL IC: SP5730)
       - ves1820.c: use Robert Schlabbach's suggestions for CLKCONF (0x03) and
         CARCONF (0x04)
       - alps_bsrv2.c: don't enable voltage on init + inversion bugfix
      36d6b6bd
    • Michael Hunold's avatar
      [PATCH] Major dvb net code cleanup, many fixes · 4f89306b
      Michael Hunold authored
       - code review and fix the old race condition in dev->set_multicast_list
       - use tq_schedule instead of tq_immediate
       - remove card_num and dev_num from struct dvb_net (now obsolete)
       - prevent interface from being removed while it is in use
       - allow add/remove only for the superuser
       - set check-CRC flag on section filter to drop broken packets
       - some more debug printfs in filter handling code
       - cleaned up and commented packet reception handler
       - fix formatting
      4f89306b
    • Michael Hunold's avatar
      [PATCH] Various small fixes in dvb-core · 0d1d8208
      Michael Hunold authored
       - indentation fixes in dvb_demux.c
       - include cleanup in various files
       - simplify dvb/ttpci/Makefile
      0d1d8208
    • Michael Hunold's avatar
      [PATCH] Update the saa7146 driver core · 4a6f3f0e
      Michael Hunold authored
       - fix WRITE_RPS0 and WRITE_RPS1 inlines, fix usage in mxb and budget
         drivers
       - export "saa7146_start_preview" and "saa7146_stop_preview" to allow
         drivers to start and stop video overlay (necessary for analog module
         support in the av7110 driver)
       - fix i2c implementation: some frontend drivers transfer a huge amount
         of firmware data (> 30kB), speed up the transmission by busy waiting
         between byte transfers for bigger transmissions
       - change ioctl function in various driver to accept a saa7146
         filehandle instead of a saa714 device structure
      4a6f3f0e
    • Peter Osterlund's avatar
      [PATCH] Incorrect timeout in CDROM_SEND_PACKET ioctl · 2201b74f
      Peter Osterlund authored
      The CDROM_SEND_PACKET ioctl passes a struct cdrom_generic_command from
      user space, which contains a timeout field.
      
      The timeout is measured in jiffies, but the conversion from user to
      kernel jiffies is missing, which makes the timeout 10 times shorter than
      it should be in 2.5 kernels on x86.  This causes CDRW formatting with
      cdrwtool to fail.  The following patch fixes this problem.
      2201b74f
    • Mikael Pettersson's avatar
      [PATCH] make clean should remove usr/initramfs_data.S · 42f77543
      Mikael Pettersson authored
      The kernel build leaves a temp file in linux/usr/ that make clean
      doesn't remove.  Fixed in the patch below.
      42f77543
    • Linus Torvalds's avatar
      Add "clock_t_to_jiffies()" conversion function with · 220443f8
      Linus Torvalds authored
      some rather minimal overflow protection. 
      220443f8
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/net-2.5 · faa3c778
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      faa3c778
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/sparc-2.5 · 0b021260
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      0b021260
    • Rudo Thomas's avatar
      [PATCH] fix emu10k1 removal oops · 703d8dae
      Rudo Thomas authored
      All of the cleanup functions in sound/oss/emu10k1/main.c were incorrectly
      marked as __devinit. This little one fixes it, so that the module no longer
      oopses when being removed.
      703d8dae
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.5 · 21f27357
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      21f27357
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] Fix dma timeout bugs · f68f2fa3
      Bartlomiej Zolnierkiewicz authored
      From Alexander Atanasov <alex@ssi.bg>
      
      Fix DMA I/O and state machine fixes, error recovery
      f68f2fa3
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] fix IDE irq disable logic · 61666547
      Bartlomiej Zolnierkiewicz authored
      Since the IO-APIC irq disable fix went in we can now enable
      the proper IRQ disabling in the IDE driver again. That had
      been disabled due to the problems with UP IO-APIC.
      61666547
    • Linus Torvalds's avatar
      Merge http://linux-acpi.bkbits.net/linux-acpi · a6b44dfe
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      a6b44dfe
    • Linus Torvalds's avatar
      Revert PCI bus number size increase - it isn't even needed · 8f1052ea
      Linus Torvalds authored
      on 2.5+, since ppc64 can (and does) use the PCI domain numbers
      for this instead.
      
      The PCI domain support should be back-ported to 2.4.x rather
      than having bigger PCI bus numbers.
      
      Cset exclude: jgarzik@pobox.com|ChangeSet|20030714162217|61624
      8f1052ea
  2. 15 Jul, 2003 17 commits
  3. 14 Jul, 2003 8 commits