1. 22 Aug, 2008 35 commits
  2. 21 Aug, 2008 5 commits
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · a22c50c3
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 5212/1: pxa: fix build error when CPU_PXA310 is not defined
        [ARM] 5208/1: fsg-setup.c fixes
        [ARM] fix impd1.c build warning
        [ARM] e400 config use MFP
        [ARM] e740 config use MFP
        [ARM] Fix eseries IRQ limit
        [ARM] clocklib: Update users of aliases to new API
        [ARM] clocklib: Allow dynamic alias creation
        [ARM] eseries: whitespace fixes and cleanup
      a22c50c3
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 · 61311e1b
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6:
        pnp: fix "add acpi:* modalias entries"
        UIO: generic irq handling for some uio platform devices
        UIO: uio_pdrv: fix license specification
        UIO: uio_pdrv: fix memory leak
        block: drop references taken by class_find_device()
        block: fix partial read() of /proc/{partitions,diskstats}
        PM: Remove WARN_ON from device_pm_add
        driver core: add init_name to struct device
        PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is set
        driver model: anti-oopsing medicine
        dev_printk(): constify the `dev' argument
        drivers/base/driver.c: remove unused to_dev() macro
        Documentation: HOWTO-ja_JP-sync patch
        Japanese translation of Documentation/SubmitChecklist
        kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.
      61311e1b
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 · 691a5599
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6:
        USB: sisusbvga: add USB ID for 0711:0918 Magic Control Technology Corp.
        USB: automatically enable RHSC interrupts
        USB: Don't rebind before "complete" callback
        USB: Add new PM callback methods for USB
        USB: Defer Set-Interface for suspended devices
        USB: Add udev argument to interface suspend/resume functions
        USB: cdc-acm: don't unlock acm->mutex on error path
        MUSB: Fix index register corruption seen with g_ether and Windows host
        usb: musb: get rid of MUSB_LOGLEVEL and use parameter
        usb: musb: get rid of procfs entry
        USB: Fix pxa27x_udc usb speed handling.
        USB: cdc-acm: quirk for Conexant CX93010 USB modem
        USB: fix bug in usb_unlink_anchored_urbs()
        usb-serial: option support HSDPA modem A2502
        USB: ISP1760: fixed trivial math in comment
      691a5599
    • Martin Schwidefsky's avatar
      cce7496d
    • Gerald Schaefer's avatar
      [S390] dcssblk: fix race in dcssblk_add_store() · 04f64b57
      Gerald Schaefer authored
      Concurrently adding the same segment may lead to duplicate device_register()
      calls, which will trigger an error in kobject code:
      "... don't try to register things with the same name in the same directory".
      This patch adds a check to avoid this.
      Signed-off-by: default avatarGerald Schaefer <gerald.schaefer@de.ibm.com>
      Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
      04f64b57