1. 14 8月, 2012 1 次提交
  2. 26 7月, 2012 1 次提交
  3. 22 5月, 2012 1 次提交
  4. 20 5月, 2012 1 次提交
  5. 13 4月, 2012 9 次提交
  6. 11 4月, 2012 1 次提交
  7. 28 3月, 2012 7 次提交
  8. 26 3月, 2012 2 次提交
  9. 01 3月, 2012 6 次提交
  10. 14 2月, 2012 1 次提交
    • Y
      drm/i915: Fix race condition in accessing GMBUS · 8a8ed1f5
      Yufeng Shen 提交于
      GMBUS has several ports and each has it's own corresponding
      I2C adpater. When multiple I2C adapters call gmbus_xfer() at
      the same time there is a race condition in using the underlying
      GMBUS controller. Fixing this by adding a mutex lock when calling
      gmbus_xfer().
      
      v2: Moved gmbus_mutex below intel_gmbus and added comments.
      Rebased to drm-intel-next-queued.
      Signed-off-by: NYufeng Shen <miletus@chromium.org>
      [danvet: Shortened the gmbus_mutex comment a bit and add the patch
      revision comment to the commit message.]
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      8a8ed1f5
  11. 13 2月, 2012 1 次提交
  12. 03 2月, 2012 1 次提交
  13. 01 11月, 2011 1 次提交
  14. 21 10月, 2011 1 次提交
  15. 17 6月, 2011 1 次提交
  16. 31 3月, 2011 1 次提交
  17. 01 2月, 2011 1 次提交
  18. 10 11月, 2010 1 次提交
    • J
      drm/i915: Fix I2C adapter registration · 69669455
      Jean Delvare 提交于
      Fix many small bugs in I2C adapter registration:
      * Properly reject unsupported GPIO pin.
      * Fix improper use of I2C_NAME_SIZE (which is the size of
        i2c_client.name, not i2c_adapter.name.)
      * Prefix adapter names with "i915" so that the user knows what the
        I2C channel is connected to.
      * Fix swapped characters in the string used to name the GPIO-based
        adapter.
      * Add missing comma in gmbus name table.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      69669455
  19. 09 11月, 2010 1 次提交
  20. 08 11月, 2010 1 次提交