1. 13 4月, 2015 1 次提交
    • K
      ASoC: Intel: fix array_size.cocci warnings · a5e5e12b
      kbuild test robot 提交于
      sound/soc/intel/haswell/sst-haswell-ipc.c:646:28-29: WARNING: Use ARRAY_SIZE
      
       Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
      
      Semantic patch information:
       This makes an effort to find cases where ARRAY_SIZE can be used such as
       where there is a division of sizeof the array by the sizeof its first
       element or by any indexed element or the element type. It replaces the
       division of the two sizeofs by ARRAY_SIZE.
      
      Generated by: scripts/coccinelle/misc/array_size.cocci
      
      CC: Jie Yang <yang.jie@intel.com>
      Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      a5e5e12b
  2. 11 4月, 2015 3 次提交
  3. 09 4月, 2015 2 次提交
  4. 08 4月, 2015 1 次提交
  5. 07 4月, 2015 6 次提交
  6. 28 3月, 2015 1 次提交
  7. 19 3月, 2015 1 次提交
  8. 18 3月, 2015 2 次提交
  9. 17 3月, 2015 4 次提交
  10. 13 3月, 2015 3 次提交
  11. 12 3月, 2015 1 次提交
  12. 11 3月, 2015 8 次提交
  13. 10 3月, 2015 3 次提交
    • M
      Merge tag 'v4.0-rc3' into asoc-rt5670 · eb5bc2a2
      Mark Brown 提交于
      Linux 4.0-rc3
      
      Conflicts:
      	sound/soc/codecs/rt5670.c
      eb5bc2a2
    • B
      ASoC: rt5670: Check sysclk source by private data · 485372dc
      Bard Liao 提交于
      Currently, is_sys_clk_from_pll check sysclk source by reading codec
      register value. And it will be invoked before updating dapm widget
      power. In some machine driver, snd_soc_dai_set_sysclk is called in
      dapm event to switch codec sysclk to RC clock in idle mode. And in
      some use cases (such as syspend/resume) hw_params will not be called
      when the dapm widget is powered up. As a result, is_sys_clk_from_pll
      will return 0 although it is supposed to be 1.
      To solve this, we let is_sys_clk_from_pll check sysclk sysclk_src
      which is stored in private data and don't change the value of sysclk_src
      when codec sysclk is switched to internal clock. The internal clock
      can only be used in idle mode, so it sould be fine if we don't set
      sysclk_src to internal clock.
      Signed-off-by: NBard Liao <bardliao@realtek.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      485372dc
    • B
      ASoC: rt5670: Revert Keep sysclk on patch · bd22f9d4
      Bard Liao 提交于
      The "Keep sysclk on if JD func is used" patch force enable/disable
      pin in rt5670_set_dai_sysclk. But some machine driver call it in
      dapm widget event. It will cause kernel crash.
      Signed-off-by: NBard Liao <bardliao@realtek.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      bd22f9d4
  14. 09 3月, 2015 4 次提交
    • L
      Linux 4.0-rc3 · 9eccca08
      Linus Torvalds 提交于
      9eccca08
    • A
      sunrpc: fix braino in ->poll() · 1711fd9a
      Al Viro 提交于
      POLL_OUT isn't what callers of ->poll() are expecting to see; it's
      actually __SI_POLL | 2 and it's a siginfo code, not a poll bitmap
      bit...
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Cc: stable@vger.kernel.org
      Cc: Bruce Fields <bfields@fieldses.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      1711fd9a
    • L
      Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 1163d504
      Linus Torvalds 提交于
      Pull USB fixes from Greg KH:
       "Here's a round of USB fixes for 4.0-rc3.
      
        Nothing major, the usual gadget, xhci and usb-serial fixes and a few
        new device ids as well.
      
        All have been in linux-next successfully"
      
      * tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (36 commits)
        xhci: Workaround for PME stuck issues in Intel xhci
        xhci: fix reporting of 0-sized URBs in control endpoint
        usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards
        USB: ch341: set tty baud speed according to tty struct
        USB: serial: cp210x: Adding Seletek device id's
        USB: pl2303: disable break on shutdown
        USB: mxuport: fix null deref when used as a console
        USB: serial: clean up bus probe error handling
        USB: serial: fix port attribute-creation race
        USB: serial: fix tty-device error handling at probe
        USB: serial: fix potential use-after-free after failed probe
        USB: console: add dummy __module_get
        USB: ftdi_sio: add PIDs for Actisense USB devices
        Revert "USB: serial: make bulk_out_size a lower limit"
        cdc-acm: Add support for Denso cradle CU-321
        usb-storage: support for more than 8 LUNs
        uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539
        USB: usbfs: don't leak kernel data in siginfo
        xhci: Clear the host side toggle manually when endpoint is 'soft reset'
        xhci: Allocate correct amount of scratchpad buffers
        ...
      1163d504
    • L
      Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · bbbce516
      Linus Torvalds 提交于
      Pull tty/serial fixes from Greg KH:
       "Here are some tty and serial driver fixes for 4.0-rc3.
      
        Along with the atime fix that you know about, here are some other
        serial driver bugfixes as well.  Most notable is a wait_until_sent
        bugfix that was traced back to being around since before 2.6.12 that
        Johan has fixed up.
      
        All have been in linux-next successfully"
      
      * tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
        TTY: fix tty_wait_until_sent maximum timeout
        TTY: fix tty_wait_until_sent on 64-bit machines
        USB: serial: fix infinite wait_until_sent timeout
        TTY: bfin_jtag_comm: remove incorrect wait_until_sent operation
        net: irda: fix wait_until_sent poll timeout
        serial: uapi: Declare all userspace-visible io types
        serial: core: Fix iotype userspace breakage
        serial: sprd: Fix missing spin_unlock in sprd_handle_irq()
        console: Fix console name size mismatch
        tty: fix up atime/mtime mess, take four
        serial: 8250_dw: Fix get_mctrl behaviour
        serial:8250:8250_pci: delete unneeded quirk entries
        serial:8250:8250_pci: fix redundant entry report for WCH_CH352_2S
        Change email address for 8250_pci
        serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is something in the FIFO"
        Revert "tty/serial: of_serial: add DT alias ID handling"
      bbbce516