Files
ubports_kernel_google_msm/arch/x86/include/asm
Magnus Damm d7aacaddca Driver Core: Add platform device arch data V3
Allow architecture specific data in struct platform_device V3.

With this patch struct pdev_archdata is added to struct
platform_device, similar to struct dev_archdata in found in
struct device. Useful for architecture code that needs to
keep extra data associated with each platform device.

Struct pdev_archdata is different from dev.platform_data, the
convention is that dev.platform_data points to driver-specific
data. It may or may not be required by the driver. The format
of this depends on driver but is the same across architectures.

The structure pdev_archdata is a place for architecture specific
data. This data is handled by architecture specific code (for
example runtime PM), and since it is architecture specific it
should _never_ be touched by device driver code. Exactly like
struct dev_archdata but for platform devices.

[rjw: This change is for power management mostly and that's why it
 goes through the suspend tree.]

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
2009-07-22 00:28:38 +02:00
..
2009-04-08 11:51:46 -07:00
2009-02-10 00:41:58 +01:00
2009-04-28 17:42:08 +02:00
2009-01-29 14:16:51 +01:00
2009-01-29 14:17:01 +01:00
2009-06-17 21:35:10 -07:00
2009-04-07 13:36:36 +02:00
2009-02-10 00:42:00 +01:00
2009-06-11 23:31:52 +02:00
2009-06-11 23:31:52 +02:00
2009-03-27 14:43:57 -04:00
2009-04-10 20:27:13 +02:00
2009-04-29 06:54:34 +01:00
2009-01-21 17:26:06 +09:00
2009-06-13 15:37:30 +02:00
2009-07-17 21:47:44 +09:30
2009-06-12 22:27:08 +09:30
2009-06-16 16:56:10 -07:00
2009-01-31 00:17:39 +05:30
2009-05-18 09:21:04 +02:00
2009-02-05 22:30:14 +01:00
2009-07-01 11:19:29 -07:00
2009-01-23 18:42:06 +01:00
2009-06-15 15:49:20 +02:00
2009-02-02 23:27:09 +05:30
2009-06-15 12:40:02 +02:00
2009-06-15 12:40:02 +02:00
2009-04-01 08:59:16 -07:00
2009-01-31 00:19:32 +05:30
2009-03-27 14:43:57 -04:00
2009-03-02 12:07:49 +01:00
2009-06-11 08:50:59 -07:00
2009-07-10 14:24:05 -07:00
2009-06-10 12:27:08 +03:00
2009-06-15 12:40:02 +02:00