Feng Tang
f351d027ee
ACPI / EC: Cleanup the member name for spinlock/mutex in struct
...
Current member names for mutex/spinlock are a little confusing.
Change the
{
struct mutex lock;
spinlock_t curr_lock;
}
to
{
struct mutex mutex;
spinlock_t lock;
}
So that the code is cleaner and easier to read.
Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2012-11-15 00:15:59 +01:00
..
2012-09-21 00:35:12 -04:00
2012-07-14 11:01:42 -04:00
2012-08-10 13:35:32 +02:00
2010-12-14 00:22:14 -05:00
2012-06-04 01:09:21 -04:00
Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuidle-coupled', 'cpuidle-tweaks', 'intel_idle-ivb', 'ost', 'red-hat-bz-772730', 'thermal', 'thermal-spear' and 'turbostat-v2' into release
2012-07-26 00:03:58 -04:00
2012-08-10 13:35:32 +02:00
2012-09-29 12:21:03 -07:00
2011-10-31 19:30:33 -04:00
2012-09-25 00:15:07 -04:00
2012-09-21 13:38:29 -04:00
2009-08-28 19:57:27 -04:00
2012-06-04 01:09:22 -04:00
2011-05-29 01:50:40 -04:00
2011-10-31 19:30:34 -04:00
2012-01-13 09:32:20 +10:30
2012-04-05 15:25:50 -07:00
2012-11-15 00:15:59 +01:00
2011-10-31 19:30:34 -04:00
2012-09-21 13:39:03 -04:00
2012-10-23 00:53:58 +02:00
2012-09-21 13:39:25 -04:00
2012-11-15 00:15:59 +01:00
2012-09-29 12:21:03 -07:00
2012-10-16 18:07:12 -07:00
2012-08-03 00:15:53 -04:00
2012-03-30 02:46:57 -04:00
2012-06-01 11:51:53 -04:00
2010-02-22 16:21:02 -08:00
2012-01-06 12:11:16 -08:00
2012-05-08 08:55:26 -07:00
2012-09-24 16:36:10 -06:00
2012-09-24 15:29:40 -06:00
2012-09-14 20:54:44 +02:00
2012-09-21 13:30:29 -04:00
2012-07-12 22:39:32 +02:00
2012-10-26 01:05:56 +02:00
2012-10-08 22:51:27 -04:00
2012-09-09 22:05:02 +02:00
2012-03-22 02:16:14 -04:00
2012-03-30 16:06:12 -04:00
2012-04-20 11:19:35 -07:00
2012-08-10 13:35:32 +02:00
2012-09-21 13:39:40 -04:00
2012-10-06 16:00:32 -04:00
2012-08-03 00:31:23 -04:00
2010-10-19 13:44:37 -04:00
2012-07-26 21:35:28 -04:00
2012-10-06 15:51:49 -04:00
2012-10-09 01:35:52 -04:00
2012-09-21 00:31:33 -04:00
2012-07-28 00:11:48 -04:00
2012-11-03 09:52:54 +08:00
2011-02-12 01:39:53 +01:00