1. 06 Aug, 2015 33 commits
  2. 27 Jul, 2015 4 commits
  3. 26 Jul, 2015 1 commit
  4. 24 Jul, 2015 2 commits
    • Dave Airlie's avatar
      Merge tag 'topic/connector-locking-2015-07-23' of... · dcd14dd9
      Dave Airlie authored
      Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next
      
      connector hotplug locking cleanup and fixes to make it save against
      atomic. Note that because of depencies this is based on top of the
      drm-intel-next pull, so that one needs to go in before this one.
      
      I've also thrown in the mode_group removal on top since it's defunct,
      never worked really, no one seems to care and the code can be resurrected
      easily.
      
      * tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel:
        drm: gc now dead mode_group code
        drm: Stop filtering according to mode_group in getresources
        drm: Roll out drm_for_each_{plane,crtc,encoder}
        drm/cma-helper: Fix locking in drm_fb_cma_debugfs_show
        drm: Roll out drm_for_each_connector more
        drm: Amend connector list locking rules
        drm/radeon: Take all modeset locks for DP MST hotplug
        drm/i915: Take all modeset locks for DP MST hotplug
        drm: Check locking in drm_for_each_fb
        drm/i915: Use drm_for_each_fb in i915_debugfs.c
        drm: Check locking in drm_for_each_connector
        drm/fbdev-helper: Grab mode_config.mutex in drm_fb_helper_single_add_all_connectors
        drm/probe-helper: Grab mode_config.mutex in poll_init/enable
        drm: Add modeset object iterators
        drm: Simplify drm_for_each_legacy_plane arguments
      dcd14dd9
    • Dave Airlie's avatar
      Merge tag 'topic/crc-pmic-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next · ce4c464b
      Dave Airlie authored
      crystalcove pmic support from Shobhit. Patch series has all acks/r-bs from
      other mainainers so ok to pull into drm-next. But I'm cc'ing all other
      maintainers as fyi and in case they want to pull it into their trees too
      to avoid conflicts.
      
      * tag 'topic/crc-pmic-2015-07-23' of git://anongit.freedesktop.org/drm-intel:
        mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabled
        drm/i915: Backlight control using CRC PMIC based PWM driver
        drm/i915: Use the CRC gpio for panel enable/disable
        pwm: crc: Add Crystalcove (CRC) PWM driver
        mfd: intel_soc_pmic_core: ADD PWM lookup table for CRC PMIC based PWM
        mfd: intel_soc_pmic_crc: Add PWM cell device for Crystalcove PMIC
        mfd: intel_soc_pmic_core: Add lookup table for Panel Control as GPIO signal
        gpiolib: Add support for removing registered consumer lookup table
      ce4c464b