1. 23 1月, 2010 2 次提交
  2. 16 12月, 2009 1 次提交
  3. 25 11月, 2009 3 次提交
  4. 09 9月, 2009 1 次提交
  5. 29 8月, 2009 1 次提交
  6. 27 8月, 2009 4 次提交
  7. 27 5月, 2009 4 次提交
  8. 07 4月, 2009 1 次提交
    • L
      hwmon: Add Asus ATK0110 support · 2c03d07a
      Luca Tettamanti 提交于
      Asus boards have an ACPI interface for interacting with the hwmon (fan,
      temperatures, voltages) subsystem; this driver exposes the relevant
      information via the standard sysfs interface.
      
      There are two different ACPI interfaces:
      - an old one (based on RVLT/RFAN/RTMP)
      - a new one (GGRP/GITM)
      Both may be present but there a few cases (my board, sigh) where the
      new interface is just an empty stub; the driver defaults to the old one
      when both are present.
      The old interface has received a considerable testing, but I'm still
      awaiting confirmation from my tester that the new one is working as
      expected (hence the debug code is still enabled).
      
      Currently all the attributes are read-only, though a (partial) control
      should be possible with a bit more work.
      Signed-off-by: NLuca Tettamanti <kronos.it@gmail.com>
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      2c03d07a
  9. 28 3月, 2009 1 次提交
  10. 27 3月, 2009 5 次提交
  11. 09 2月, 2009 1 次提交
    • Y
      acpi/x86: introduce __apci_map_table, v4 · 7d97277b
      Yinghai Lu 提交于
      to prevent wrongly overwriting fixmap that still want to use.
      
      ACPI used to rely on low mappings being all linearly mapped and
      grew a habit: it never really unmapped certain kinds of tables
      after use.
      
      This can cause problems - for example the hypothetical case
      when some spurious access still references it.
      
      v2: remove prev_map and prev_size in __apci_map_table
      v3: let acpi_os_unmap_memory() call early_iounmap too, so remove extral calling to
      early_acpi_os_unmap_memory
      v4: fix typo in one acpi_get_table_with_size calling
      Signed-off-by: NYinghai Lu <yhlu.kernel@gmail.com>
      Acked-by: NLen Brown <len.brown@intel.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      7d97277b
  12. 09 1月, 2009 1 次提交
  13. 31 12月, 2008 7 次提交
  14. 30 12月, 2008 1 次提交
  15. 12 11月, 2008 1 次提交
  16. 17 7月, 2008 2 次提交
  17. 24 4月, 2008 1 次提交
  18. 23 4月, 2008 1 次提交
  19. 03 2月, 2008 1 次提交
  20. 02 2月, 2008 1 次提交
    • R
      ACPI: Separate invocations of _GTS and _BFS from _PTS and _WAK · c95d47a8
      Rafael J. Wysocki 提交于
      The execution of ACPI global control methods _GTS and _BFS is
      currently tied to the preparation to enter a sleep state and to the
      leaving of the sleep state, respectively.  However, these functions
      are called before disabling the nonboot CPUs and after enabling
      them, respectively (in fact, on ACPI 1.0x systems the first of them
      ought to be called before suspending devices), while according to the
      ACPI specification, _GTS is to be executed right prior to entering
      the system sleep state and _BFS is to be executed right after the
      platfor firmware has returned control to the OS on wake up.
      
      Move the execution of _GTS and _BFS to the right places.
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Acked-by: NPavel Machek <pavel@suse.cz>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      c95d47a8