Skip to content
  1. Dec 08, 2014
  2. Dec 07, 2014
  3. Dec 06, 2014
  4. Dec 05, 2014
    • Dylan Reid's avatar
      ASoC: rt5677: make volume TLV closer to reality · 40e3262e
      Dylan Reid authored
      
      
      The volume blocks have an step of 0.375dB, but TLV uses 0.01dB for
      units.  Only use the resolution supported, ignoring the LSB of the
      volume register.  This results in half the steps and 0.75dB per step,
      but reports accurate levels through TLV.  Update the masks to reflect
      that these are registers have the LSB ignored.
      
      Signed-off-by: default avatarDylan Reid <dgreid@chromium.org>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      40e3262e
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · ba2cb64b
      Linus Torvalds authored
      Pull drm intel fixes from Dave Airlie:
       "Two intel stable fixes, that should be it from me for this round"
      
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
        drm/i915: Unlock panel even when LVDS is disabled
        drm/i915: More cautious with pch fifo underruns
      ba2cb64b
    • Linus Torvalds's avatar
      Merge tag 'pm+acpi-3.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · 56c67ce1
      Linus Torvalds authored
      Pull ACPI backlight fix from Rafael Wysocki:
       "This is a simple fix for an ACPI backlight regression introduced by a
        recent commit that overlooked a corner case which should have been
        taken into account"
      
      * tag 'pm+acpi-3.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        ACPI / video: update condition to check if device is in _DOD list
      56c67ce1
    • Dave Airlie's avatar
      Merge tag 'drm-intel-fixes-2014-12-04' of git://anongit.freedesktop.org/drm-intel into drm-fixes · 3e3282c0
      Dave Airlie authored
      Silence some pch fifo underrun reports and panel locking backtraces,
      both cc: stable.
      
      * tag 'drm-intel-fixes-2014-12-04' of git://anongit.freedesktop.org/drm-intel:
        drm/i915: Unlock panel even when LVDS is disabled
        drm/i915: More cautious with pch fifo underruns
      3e3282c0
    • Linus Torvalds's avatar
      Merge tag 'media/v3.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media · ebea76f5
      Linus Torvalds authored
      Pull media fixes from Mauro Carvalho Chehab:
       "A core fix and some driver fixes:
         - regression fix in Remote Controller core affecting RC6 protocol
           handling
         - fix video buffer handling in cx23885
         - race fix in solo6x10
         - fix image selection in smiapp
         - fix reported payload size on s2255drv
         - two updates for MAINTAINERS file"
      
      * tag 'media/v3.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media:
        [media] rc-core: fix toggle handling in the rc6 decoder
        MAINTAINERS: Update mchehab's addresses
        [media] cx23885: use sg = sg_next(sg) instead of sg++
        [media] s2255drv: fix payload size for JPG, MJPEG
        [media] Update MAINTAINERS for solo6x10
        [media] solo6x10: fix a race in IRQ handler
        [media] smiapp: Only some selection targets are settable
      ebea76f5