1. 03 3月, 2009 20 次提交
  2. 02 3月, 2009 8 次提交
  3. 01 3月, 2009 9 次提交
  4. 28 2月, 2009 3 次提交
    • I
      x86: i915 needs pgprot_writecombine() and is_io_mapping_possible() · 92b9af9e
      Ingo Molnar 提交于
      Impact: build fix
      
      Theodore Ts reported that the i915 driver needs these symbols:
      
       ERROR: "pgprot_writecombine" [drivers/gpu/drm/i915/i915.ko] undefined!
       ERROR: "is_io_mapping_possible" [drivers/gpu/drm/i915/i915.ko] undefined!
      
      Reported-by: Theodore Ts'o <tytso@mit.edu> wrote:
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      92b9af9e
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 · 778ef1e6
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6:
        Staging: w35und: fix usb_control_msg() error handling in wb35_probe()
        Staging: w35und: fix registration with wlan stack
        Staging: panel: fix oops on panel_cleanup_module
        Staging: rtl8187se: Fix oops and memory poison caused by builtin ieee80211.
        Staging: rtl8187se: fix Kconfig dependencies
      778ef1e6
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 · 3c4f1158
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6: (21 commits)
        USB: musb: fix srp sysfs entry deletion
        USB: musb: resume suspended root hub on disconnect
        USB: musb: use right poll limit for low speed devices
        USB: musb: be careful with 64K+ transfer lengths, host side
        USB: musb: fix data toggle saving with shared FIFO
        USB: musb: host endpoint_disable() oops fixes
        USB: musb: fix urb_dequeue() method
        USB: musb: fix musb_host_tx() for shared endpoint FIFO
        USB: musb: be careful with 64K+ transfer lengths (gadget side)
        usb: musb: make Davinci *work* in mainline
        USB: usb_get_string should check the descriptor type
        USB: gadget: fix build error in omap_apollon_2420_defconfig
        USB: g_file_storage: automatically disable stalls under Atmel
        USB: usb-storage: add IGNORE_RESIDUE flag for Genesys Logic adapters
        USB: Quirk for Hummingbird huc56s / Conexant ACM modem
        USB: serial: add support for second revision of Ericsson F3507G WWAN card
        USB: cdc-acm: add usb id for motomagx phones
        USB: option: add BenQ 3g modem information
        usb: gadget: obex: select correct ep descriptors
        USB: EHCI: slow down ITD reuse
        ...
      3c4f1158