1. 05 Mar, 2004 4 commits
    • David S. Miller's avatar
      Merge http://linux-mh.bkbits.net/bluetooth-2.6 · 416ecb64
      David S. Miller authored
      into nuts.davemloft.net:/disk1/BK/net-2.6
      416ecb64
    • Marcel Holtmann's avatar
      [Bluetooth] Dynamic allocation of the RFCOMM TTY devices · fc8c3e4b
      Marcel Holtmann authored
      Only allocate the RFCOMM TTY devices when they are really in use. This
      prevents the system from calling hotplug and udev 256 times to create or
      remove every device node. In fact this makes the loading and unloading
      of the RFCOMM module much faster.
      fc8c3e4b
    • Marcel Holtmann's avatar
      [Bluetooth] Add notify callback for host drivers · d1c5ea97
      Marcel Holtmann authored
      This patch adds a notification callback to the hci_dev structure which
      is used by the HCI core to tell the driver about connection creation
      and clearing. It also notifies about changed voice setting.
      d1c5ea97
    • Marcel Holtmann's avatar
      [Bluetooth] Send HCI_Reset for some Broadcom dongles · 430e67b3
      Marcel Holtmann authored
      This patch introduces a quirk flag for sending the HCI_Reset command. In
      general the HCI_Reset is not needed, but some Broadcom dongles uses this
      reset command to switch from HID to HCI mode. And it is not safe to send
      the HCI_Reset to every Bluetooth device, because the CSR firmware prior
      HCI 12.x will reset the host transport and this is wrong according to the
      Bluetooth specification.
      430e67b3
  2. 04 Mar, 2004 27 commits
  3. 03 Mar, 2004 9 commits
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/net-2.6 · 8f7155ad
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.5/linux
      8f7155ad
    • Jon Oberheide's avatar
      [CRYPTO]: Add ARC4 module. · dd2514fe
      Jon Oberheide authored
      dd2514fe
    • Stephen Hemminger's avatar
      [IRDA]: stir4200 update for 2.6.4-rc1 · 0db1f9e3
      Stephen Hemminger authored
      New revision of the Sigmatel irda driver.  This version has much
      better performance and doesn't drop frames in FIR mode.
      Tested with both UHCI and EHCI/OHCI against nsc-ircc on laptop.
      Thanks to Martin for additional testing and feedback.
      
      * Receiver:
      	- changed from interrupt to bulk URB.  Queue's one bulk
      	  urb per USB tick (1ms).
      	- FIR unpack now uses get_unaligned and cpu32_le
      	  instead of explicit shifts
      	- FIR unpack copies small frames
      * Transmitter:
      	- pack data into io buffer.  Since irda is half duplex
      	  can use same buffer for transmit and receive.
      	- use xchange and wait_event for synchronization
      * Other:
      	- use USB format messages rather than IRDA (ugly)
      	- clean up USB startup
      	- reset device on network open to clear up stuck state
      	- handle FIFO errors
      	- disconnect cleanup (from viro)
      	- don't DMA onto stack when reading fifo status
      0db1f9e3
    • David S. Miller's avatar
      Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6 · dbbffa7b
      David S. Miller authored
      into nuts.davemloft.net:/disk1/BK/sparc-2.6
      dbbffa7b
    • Linus Torvalds's avatar
      Linux 2.6.4-rc2 · 89fb030d
      Linus Torvalds authored
      89fb030d
    • Linus Torvalds's avatar
      Fix typo in radeon pll update · 3201b05b
      Linus Torvalds authored
      It was missing an "s" from "uses_dvo"
      3201b05b
    • Benjamin Herrenschmidt's avatar
      [PATCH] /proc/cpuinfo fixes for G5 · a6496491
      Benjamin Herrenschmidt authored
      This adds a "timbase" entry in /proc/cpuinfo like p/iSeries that
      provides the CPU timebase frequency.  It is using by a all sort of
      performance analysis tools we are hacking in house.
      
      It also remove a useless bit about the l2 cache that was copied over
      from ppc32.
      a6496491
    • Benjamin Herrenschmidt's avatar
      [PATCH] radeonfb: some more PLL problems · fbd90331
      Benjamin Herrenschmidt authored
      I've had reports of flicker that appear with large (23") flat panels
      and radeonfb. From experiments, it appears that forbiding the "odd"
      PLL divider values fix it (like it fixes the blur problem on TMDS2).
      
      There should not be anything special with TMDS1 and "odd" PLL values
      though, so the problem may be subtly different (a bandwidth problem),
      but until I have proper bandwidth calculation and access to this
      monitor, the following patch is an acceptable workaround (Odd PLL values
      aren't that useful anyway)
      fbd90331
    • James Simmons's avatar
      [PATCH] New Permedia2 framebuffer driver. · 87a8254b
      James Simmons authored
      This fixes the permedia2 framebuffer driver to the new API.
      
      [ Currently it doesn't even compile.  This only touches the current
        permedia driver.  ]
      87a8254b