1. 29 11月, 2011 2 次提交
    • M
      alpha: switch to GENERIC_PCI_IOMAP · f2971c4c
      Michael S. Tsirkin 提交于
      alpha copied pci_iomap from generic code to avoid
      pulling the rest of iomap.c in.  Since that's in
      a separate file now, we can reuse the common implementation.
      
      The only difference is handling of nocache flag,
      that turns out to be done correctly by the
      generic code since arch/alpha/include/asm/io.h
      defines ioremap_nocache same as ioremap.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      f2971c4c
    • M
      lib: add GENERIC_PCI_IOMAP · 66eab4df
      Michael S. Tsirkin 提交于
      Many architectures want a generic pci_iomap but
      not the rest of iomap.c. Split that to a separate .c
      file and add a new config symbol. select automatically
      by GENERIC_IOMAP.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      66eab4df
  2. 25 11月, 2011 1 次提交
  3. 24 11月, 2011 15 次提交
  4. 23 11月, 2011 19 次提交
  5. 22 11月, 2011 3 次提交
    • L
      Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · bbbc4791
      Linus Torvalds 提交于
      * 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
        staging: fix more ET131X build errors
        staging: et131x depends on NET
        staging: slicoss depends on NET
        linux-next: et131x: Fix build error when CONFIG_PM_SLEEP not enabled
      bbbc4791
    • L
      Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 3c688149
      Linus Torvalds 提交于
      * 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (48 commits)
        USB: Fix Corruption issue in USB ftdi driver ftdi_sio.c
        USB: option: add PID of Huawei E173s 3G modem
        OHCI: final fix for NVIDIA problems (I hope)
        USB: option: release new PID for ZTE 3G modem
        usb: Netlogic: Fix HC_LENGTH call in ehci-xls.c
        USB: storage: ene_ub6250: fix compile warnings
        USB: option: add id for 3G dongle Model VT1000 of Viettel
        USB: serial: pl2303: rm duplicate id
        USB: pch_udc: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor
        USB: pch_udc: Support new device LAPIS Semiconductor ML7831 IOH
        usb-storage: Accept 8020i-protocol commands longer than 12 bytes
        USB: quirks: adding more quirky webcams to avoid squeaky audio
        powerpc/usb: fix type cast for address of ioremap to compatible with 64-bit
        USB: at91: at91-ohci: fix set/get power
        USB: cdc-acm: Fix disconnect() vs close() race
        USB: add quirk for Logitech C600 web cam
        USB: EHCI: fix HUB TT scheduling issue with iso transfer
        USB: XHCI: resume root hubs when the controller resumes
        USB: workaround for bug in old version of GCC
        USB: ark3116 initialisation fix
        ...
      3c688149
    • L
      Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · 3b9abc7e
      Linus Torvalds 提交于
      * 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
        TTY: ldisc, wait for ldisc infinitely in hangup
        TTY: ldisc, move wait idle to caller
        TTY: ldisc, allow waiting for ldisc arbitrarily long
        Revert "tty/serial: Prevent drop of DCD on suspend for Tegra UARTs"
        RS485: fix inconsistencies in the meaning of some variables
        pch_uart: Fix DMA resource leak issue
        serial,mfd: Fix CMSPAR setup
        tty/serial: Prevent drop of DCD on suspend for Tegra UARTs
        pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor
        pch_uart: Support new device LAPIS Semiconductor ML7831 IOH
        pch_uart: Fix hw-flow control issue
        tty: hvc_dcc: Fix duplicate character inputs
        jsm: Change maintainership
      3b9abc7e