1. 08 3月, 2007 1 次提交
  2. 20 2月, 2007 13 次提交
  3. 02 1月, 2007 1 次提交
  4. 20 12月, 2006 1 次提交
    • Y
      ACPI: video: Add dev argument for backlight_device_register · 519ab5f2
      Yu Luming 提交于
      This patch set adds generic abstract layer support for acpi video driver to
      have generic user interface to control backlight and output switch control by
      leveraging the existing backlight sysfs class driver, and by adding a new
      video output sysfs class driver.
      
      This patch:
      
      Add dev argument for backlight_device_register to link the class device to
      real device object.  The platform specific driver should find a way to get the
      real device object for their video device.
      
      [akpm@osdl.org: build fix]
      [akpm@osdl.org: fix msi-laptop.c]
      Signed-off-by: NLuming Yu <Luming.yu@intel.com>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      519ab5f2
  5. 09 12月, 2006 3 次提交
  6. 31 10月, 2006 1 次提交
  7. 25 10月, 2006 2 次提交
  8. 28 9月, 2006 1 次提交
  9. 27 9月, 2006 1 次提交
  10. 01 8月, 2006 1 次提交
  11. 01 7月, 2006 1 次提交
  12. 28 6月, 2006 1 次提交
  13. 27 6月, 2006 2 次提交
  14. 16 5月, 2006 1 次提交
  15. 01 4月, 2006 3 次提交
  16. 26 3月, 2006 1 次提交
  17. 10 3月, 2006 1 次提交
  18. 08 2月, 2006 1 次提交
  19. 02 2月, 2006 1 次提交
  20. 06 1月, 2006 1 次提交
  21. 11 11月, 2005 1 次提交
    • R
      [ARM] 3096/1: Add SharpSL Zaurus power and battery management core driver · 078abcf9
      Richard Purdie 提交于
      Patch from Richard Purdie
      
      This patch adds a power and battery management core driver which with
      the addition of the right device files, supports the c7x0 and cxx00
      series of Sharp Zaurus handhelds.
      
      The driver is complex for several reasons. Battery charging is manually
      monitored and controlled. When suspended, the device needs to
      periodically partially resume, check the charging status and then
      re-suspend. It does without bothering the higher linux layers as
      a full resume and re-suspend is unnecessary. The code is carefully
      written to avoid interrupts or calling code outside the module under
      these circumstances. It also vets the various wake up sources and
      monitors the device's power situation.
      
      Hooks to limit the backlight intensity and to notify the battery
      monitoring code of backlight events are connected/added as the
      backlight is one of the biggest users of power on the device.
      Signed-off-by: NRichard Purdie <rpurdie@rpsys.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      078abcf9
  22. 10 11月, 2005 1 次提交