1. 22 3月, 2007 2 次提交
  2. 16 3月, 2007 2 次提交
  3. 09 3月, 2007 7 次提交
  4. 08 3月, 2007 3 次提交
  5. 06 3月, 2007 1 次提交
  6. 02 3月, 2007 1 次提交
  7. 20 2月, 2007 2 次提交
    • R
      backlight: Separate backlight properties from backlight ops pointers · 599a52d1
      Richard Purdie 提交于
      Per device data such as brightness belongs to the indivdual device
      and should therefore be separate from the the backlight operation
      function pointers. This patch splits the two types of data and
      allows simplifcation of some code.
      Signed-off-by: NRichard Purdie <rpurdie@rpsys.net>
      599a52d1
    • R
      backlight: Fix external uses of backlight internal semaphore · 28ee086d
      Richard Purdie 提交于
      backlight_device->sem has a very specific use as documented in the
      header file. The external users of this are using it for a different
      reason, to serialise access to the update_status() method.
      
      backlight users were supposed to implement their own internal
      serialisation of update_status() if needed but everyone is doing
      things differently and incorrectly. Therefore add a global mutex to
      take care of serialisation for everyone, once and for all.
      
      Locking for get_brightness remains optional since most users don't
      need it.
      
      Also update the lcd class in a similar way.
      Signed-off-by: NRichard Purdie <rpurdie@rpsys.net>
      28ee086d
  8. 18 2月, 2007 3 次提交
  9. 17 2月, 2007 8 次提交
  10. 16 2月, 2007 4 次提交
  11. 14 2月, 2007 7 次提交