1. 07 9月, 2014 6 次提交
  2. 06 9月, 2014 1 次提交
  3. 05 9月, 2014 14 次提交
  4. 04 9月, 2014 8 次提交
    • L
      Merge tag 'sound-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 57b252f8
      Linus Torvalds 提交于
      Pull sound fixes from Takashi Iwai:
       "This time it contains a bunch of small ASoC fixes that slipped from in
        previous updates, in addition to the usual HD-audio fixes and the
        regression fixes for FireWire updates in 3.17.
      
        All commits are reasonably small fixes"
      
      * tag 'sound-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
        ALSA: hda - Fix COEF setups for ALC1150 codec
        ASoC: simple-card: Fix bug of wrong decrement DT node's refcount
        ALSA: hda - Fix digital mic on Acer Aspire 3830TG
        ASoC: omap-twl4030: Fix typo in 2nd dai link's platform_name
        ALSA: firewire-lib/dice: add arrangements of PCM pointer and interrupts for Dice quirk
        ALSA: dice: fix wrong channel mappping at higher sampling rate
        ASoC: cs4265: Fix setting of functional mode and clock divider
        ASoC: cs4265: Fix clock rates in clock map table
        ASoC: rt5677: correct mismatch widget name
        ASoC: rt5640: Do not allow regmap to use bulk read-write operations
        ASoC: tegra: Fix typo in include guard
        ASoC: da732x: Fix typo in include guard
        ASoC: core: fix .info for SND_SOC_BYTES_TLV
        ASoC: rcar: Use && instead of & for boolean expressions
        ASoC: Use dev_set_name() instead of init_name
        ASoC: axi: Fix ADI AXI SPDIF specification
      57b252f8
    • D
      Merge tag 'drm-intel-fixes-2014-09-03' of git://anongit.freedesktop.org/drm-intel into drm-fixes · 3aacfda0
      Dave Airlie 提交于
      here's a couple of display regression fixes for 3.17.
      
      * tag 'drm-intel-fixes-2014-09-03' of git://anongit.freedesktop.org/drm-intel:
        drm/i915: Fix lock dropping in intel_tv_detect()
        drm/i915: handle G45/GM45 pulse detection connected state.
      3aacfda0
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · 44bf091f
      Linus Torvalds 提交于
      Pull input subsystem updates from Dmitry Torokhov:
       "A fix for MT breakage, enhancement to Elantech PS/2 driver and a
        couple of assorted fixes"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
        Input: elantech - add support for trackpoint found on some v3 models
        Input: elantech - reset the device when elantech probe fails
        Input: ALPS - suppress message about 'Unknown touchpad'
        Input: fix used slots detection breakage
        Input: sparc - i8042-sparcio.h: fix unused kbd_res warning
        Input: atmel_mxt_ts - improve description of gpio-keymap property
      44bf091f
    • L
      Merge tag 'regmap-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap · cce15667
      Linus Torvalds 提交于
      Pull regmap fixes from Mark Brown:
       "Several bug fixes for issues that have been lurking for a while:
      
         - Check that devices haven't set the flag saying they only support
           register at a time operation while we're doing cache syncs,
           otherwise we fail to restore caches
      
         - Ensure that we don't mark all registers on devices using
           format_write() as cacheable, avoiding adding a cache of things like
           reset registers which we don't want to rewrite during cache sync
      
         - Make sure we create the debugfs files in the correct directory"
      
      * tag 'regmap-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
        regmap: Don't attempt block writes when syncing cache on single_rw devices
        regmap: Fix handling of volatile registers for format_write() chips
        regmap: Fix regcache debugfs initialization
      cce15667
    • D
      toshiba_acpi: fix and cleanup toshiba_kbd_bl_mode_store() · aeaac098
      Dan Carpenter 提交于
      The current code just returns -EINVAL because mode can't be equal to
      both 1 and 2.
      
      Also this function is messy so I have cleaned it up:
      1) Remove initializers like "int time = -1".  Initializing variables to
         garbage values turns off GCC's uninitialized variable warnings so it
         can lead to bugs.
      2) Use kstrtoint() instead of sscanf().
      3) Use SCI_KBD_MODE_FNZ and SCI_KBD_MODE_AUTO instead of magic numbers 1
         and 2.
      4) Don't check for "mode == -1" because that can't happen.
      5) Preserve the error code from toshiba_kbd_illum_status_set().
      Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: NDarren Hart <dvhart@linux.intel.com>
      aeaac098
    • L
      Merge tag 'for-f2fs-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs · 70c8038d
      Linus Torvalds 提交于
      Pull f2fs bug fixes from Jaegeuk Kim:
       "This series includes patches to:
      
         - fix recovery routines
         - fix bugs related to inline_data/xattr
         - fix when casting the dentry names
         - handle EIO or ENOMEM correctly
         - fix memory leak
         - fix lock coverage"
      
      * tag 'for-f2fs-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs: (28 commits)
        f2fs: reposition unlock_new_inode to prevent accessing invalid inode
        f2fs: fix wrong casting for dentry name
        f2fs: simplify by using a literal
        f2fs: truncate stale block for inline_data
        f2fs: use macro for code readability
        f2fs: introduce need_do_checkpoint for readability
        f2fs: fix incorrect calculation with total/free inode num
        f2fs: remove rename and use rename2
        f2fs: skip if inline_data was converted already
        f2fs: remove rewrite_node_page
        f2fs: avoid double lock in truncate_blocks
        f2fs: prevent checkpoint during roll-forward
        f2fs: add WARN_ON in f2fs_bug_on
        f2fs: handle EIO not to break fs consistency
        f2fs: check s_dirty under cp_mutex
        f2fs: unlock_page when node page is redirtied out
        f2fs: introduce f2fs_cp_error for readability
        f2fs: give a chance to mount again when encountering errors
        f2fs: trigger release_dirty_inode in f2fs_put_super
        f2fs: don't skip checkpoint if there is no dirty node pages
        ...
      70c8038d
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security · 5a147c9f
      Linus Torvalds 提交于
      Pull key subsystem fixes from James Morris:
       "Fixes for the keys subsystem, one of which addresses a use-after-free
        bug"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
        PEFILE: Relax the check on the length of the PKCS#7 cert
        KEYS: Fix use-after-free in assoc_array_gc()
        KEYS: Fix public_key asymmetric key subtype name
        KEYS: Increase root_maxkeys and root_maxbytes sizes
      5a147c9f
    • N
      ARC: [mm] Fix compilation breakage · 014018e0
      Noam Camus 提交于
      Structure name and variable name were erroneously interchanged
      Signed-off-by: NNoam Camus <noamc@ezchip.com>
      Acked-by: NVineet Gupta <vgupta@synopsys.com>
      [ Also removed pointless cast from "void *".  - Linus ]
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      014018e0
  5. 03 9月, 2014 11 次提交