1. 20 Mar, 2007 16 commits
  2. 11 Mar, 2007 18 commits
  3. 10 Mar, 2007 6 commits
    • Linus Torvalds's avatar
      Revert "USB: pxa2xx_udc: fix hardcoded irq number" · be521466
      Linus Torvalds authored
      This reverts commit d2487cb4.
      
      Russell King points out that it's obviously bogus, and I have to agree.
      Not only does "irq" not even exist in that scope, but we obviously need
      to free the irq that we actually requested, and that's IRQ_USB.
      Reported-by: default avatarRussell King <rmk@arm.linux.org.uk>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Greg KH <greg@kroah.com>
      Cc: David Brownell <david-b@pacbell.net>,
      Cc: Milan Svoboda <msvoboda@ra.rockwell.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      be521466
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 · f47273e5
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6:
        [IPV6] fix ipv6_getsockopt_sticky copy_to_user leak
        [IPV6]: Fix for ipv6_setsockopt NULL dereference
        [DCCP]: Initialise write_xmit_timer also on passive sockets
        [IPV4]: Fix rtm_to_ifaddr() error handling.
      f47273e5
    • Linus Torvalds's avatar
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 · f4cd87aa
      Linus Torvalds authored
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
        [IA64] refresh config files
        [IA64] put kdump_find_rsvd_region in __init
        [IA64] Remove sparse warning from unwind code
        [IA64] add missing syscall trace clear
        [IA64] Cleanup in crash.c
        [IA64] kexec: declare ia64_mca_pal_base in mca.h rather than kexec.h
        [IA64] pci_get_legacy_ide_irq should return irq (not GSI)
        [IA64] whitespace fixes for include/asm-ia64/sal.h
        [IA64] Cache error recovery
        [IA64] Proper handling of TLB errors from duplicate itr.d dropins
      f4cd87aa
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 · 271368b6
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6:
        kobject: new_device->kref wasn't putted after error in kobject_move()
        driver core: export device_rename
        Remove devfs from MAINTAINERS
        Driver core: add device symlink back to sysfs
        Revert "driver core: refcounting fix"
      271368b6
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 · 117430b1
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6:
        pci: fix section mismatch warning
        PCI: aer: fix section mismatch warning
        pcie: fix section mismatch warning
        PCI: allow multiple calls to pcim_pin_device()
      117430b1
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 · 2695cf41
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6: (23 commits)
        USB Elan FTDI: check for workqueue creation
        USB: fix spinlock recursion in cdc-acm.c
        USB: fix Unaligned access in EHCI driver
        USB: Product ID for FT232RL in ftdi_sio
        USBNET: DM9501: Add Corega FEther USB-TXC support.
        USB: ipaq.c: Additional devices
        USB: further fix for usb-serial
        USB: fix usb-serial device naming bug
        USB: RTS/DTR signal patch for airprime driver
        USB: ftdi_sio: use port_probe / port_remove thereby fixing access to the latency_timer
        usb-serial: fix shutdown / device_unregister order
        USB: add Additional PIDs in ftdi_sio
        USB: add QL355P power supply ids to fdti_sio
        USB: New device IDs for cp2101 driver
        USB: kill dead code from hub.c
        USB: ratelimit debounce error messages
        USB: pxa2xx_udc: fix hardcoded irq number
        UHCI: fix port resume problem
        USB: set the correct interval for interrupt URBs
        USB: goku_udc: Remove crude cache coherency code
        ...
      2695cf41