1. 06 8月, 2015 2 次提交
  2. 05 8月, 2015 1 次提交
    • O
      Merge tag 'qcom-arm64-for-4.3' of git://codeaurora.org/quic/kernel/agross-msm into next/arm64 · 754d5c78
      Olof Johansson 提交于
      Qualcomm ARM64 Updates for v4.3
      
      * Add BLSP and required pinctrl info for MSM8916
      * Add SDHC aliases and nodes for MSM8916
      * Add USB nodes for MSM8916
      * Add APQ8016 SBC specific USB configuration
      * Add APQ8016 LED configuration
      
      * tag 'qcom-arm64-for-4.3' of git://codeaurora.org/quic/kernel/agross-msm:
        arm64: dts: qcom: Add apq8016-sbc board LED's related device nodes
        arm64: dts: qcom: Fix apq8016-sbc board USB related pin definitions
        arm64: dts: qcom: apq8016-sbc: Don't hog client driver pins
        arm64: dts: qcom: Add msm8916 USB configuration nodes
        arm64: dts: qcom: Add msm8916 sdhci configuration nodes
        arm64: dts: qcom: Add msm8916 BLSP device nodes
        arm64: dts: qcom: Extend msm8916 pinctrl device coverage
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      754d5c78
  3. 31 7月, 2015 11 次提交
  4. 30 7月, 2015 5 次提交
  5. 29 7月, 2015 8 次提交
  6. 24 7月, 2015 2 次提交
  7. 21 7月, 2015 2 次提交
  8. 18 7月, 2015 6 次提交
  9. 15 7月, 2015 1 次提交
  10. 13 7月, 2015 2 次提交
    • L
      Linux 4.2-rc2 · bc0195aa
      Linus Torvalds 提交于
      bc0195aa
    • L
      Revert "drm/i915: Use crtc_state->active in primary check_plane func" · 01e2d062
      Linus Torvalds 提交于
      This reverts commit dec4f799.
      
      Jörg Otte reports a NULL pointder dereference due to this commit, as
      'crtc_state' very much can be NULL:
      
              crtc_state = state->base.state ?
                      intel_atomic_get_crtc_state(state->base.state, intel_crtc) : NULL;
      
      So the change to test 'crtc_state->base.active' cannot possibly be
      correct as-is.
      
      There may be some other minimal fix (like just checking crtc_state for
      NULL), but I'm just reverting it now for the rc2 release, and people
      like Daniel Vetter who actually know this code will figure out what the
      right solution is in the longer term.
      Reported-and-bisected-by: NJörg Otte <jrg.otte@gmail.com>
      Cc: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: Daniel Vetter <daniel.vetter@intel.com>
      CC: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      01e2d062