Reinette Chatre
c4e061ace7
iwlwifi: save PCI state before suspend, restore after resume
This is the right thing to do and fixes the following warning:
[ 115.012278] ------------[ cut here ]------------
[ 115.012281] WARNING: at drivers/pci/pci-driver.c:370
pci_legacy_suspend+0x85/0xc2()
[ 115.012285] Hardware name: Latitude D630
[ 115.012301] PCI PM: Device state not saved by
iwl3945_pci_suspend+0x0/0x4c [iwl3945]
[ 115.012304] Modules linked in: fuse nfsd lockd nfs_acl auth_rpcgss
exportfs sunrpc ipv6 acpi_cpufreq kvm_intel kvm snd_hda_codec_idt
snd_hda_intel snd_hda_codec snd_hwdep arc4 snd_seq_device snd_pcm_oss
snd_mixer_oss ecb snd_pcm cryptomgr aead snd_timer crypto_blkcipher
snd snd_page_alloc ohci1394 crypto_hash crypto_algapi ch341 ieee1394
usbserial thermal iwl3945 mac80211 led_class lib80211 tg3 processor
i2c_i801 i2c_core sg cfg80211 libphy usbhid battery ac button sr_mod
cdrom evdev dcdbas ata_generic ata_piix libata sd_mod scsi_mod ext3
jbd mbcache uhci_hcd ohci_hcd ehci_hcd usbcore [last unloaded:
microcode]
[ 115.012374] Pid: 4163, comm: pm-suspend Not tainted
2.6.29-rc3-00227-gf1dd849-dirty #67
[ 115.012377] Call Trace:
[ 115.012382] [<ffffffff8023d04d>] warn_slowpath+0xb1/0xed
[ 115.012387] [<ffffffff80450b5e>] ? _spin_unlock_irqrestore+0x5c/0x78
[ 115.012390] [<ffffffff80254f08>] ? up+0x34/0x39
[ 115.012394] [<ffffffff80362319>] ? acpi_ut_release_mutex+0x5d/0x61
[ 115.012397] [<ffffffff803584b2>] ? acpi_get_data+0x5e/0x70
[ 115.012400] [<ffffffff80363dd9>] ? acpi_bus_get_device+0x25/0x39
[ 115.012403] [<ffffffff80363e98>] ? acpi_bus_power_manageable+0x11/0x29
[ 115.012406] [<ffffffff803462f7>] ? acpi_pci_power_manageable+0x17/0x19
[ 115.012410] [<ffffffff8033ddfd>] ? pci_set_power_state+0xcc/0x101
[ 115.012418] [<ffffffffa01f28e9>] ? iwl3945_pci_suspend+0x0/0x4c [iwl3945]
[ 115.012422] [<ffffffff803401e6>] pci_legacy_suspend+0x85/0xc2
[ 115.012425] [<ffffffff80340316>] pci_pm_suspend+0x34/0x86
[ 115.012429] [<ffffffff8039d7ce>] pm_op+0x52/0xe5
[ 115.012432] [<ffffffff8039dd78>] device_suspend+0x32a/0x451
[ 115.012436] [<ffffffff80269ec2>] suspend_devices_and_enter+0x3e/0x13a
[ 115.012439] [<ffffffff8026a128>] enter_state+0x110/0x164
[ 115.012442] [<ffffffff8026a233>] state_store+0xb7/0xd7
[ 115.012446] [<ffffffff8032f95f>] kobj_attr_store+0x17/0x19
[ 115.012449] [<ffffffff80307d64>] sysfs_write_file+0xe4/0x119
[ 115.012453] [<ffffffff802baa7a>] vfs_write+0xae/0x137
[ 115.012456] [<ffffffff802babc7>] sys_write+0x47/0x70
[ 115.012459] [<ffffffff8020b73a>] system_call_fastpath+0x16/0x1b
[ 115.012467] ---[ end trace 829828966f6f24dc ]---
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Tested-by: Ming Lei <tom.leiming@gmail.com>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-02-04 16:11:42 -05:00
..
2009-01-07 17:22:19 -08:00
2008-12-25 23:57:21 -08:00
2009-01-26 15:12:47 -08:00
2008-12-26 15:10:00 -08:00
2008-12-25 23:58:35 -08:00
2009-01-06 10:41:56 -08:00
2008-12-17 15:37:55 -08:00
2008-12-26 15:10:00 -08:00
2008-11-06 22:43:03 -08:00
2009-01-19 16:20:16 -08:00
2009-02-03 15:18:01 -08:00
2009-01-26 12:16:26 -08:00
2009-01-13 14:48:00 +11:00
2009-01-11 00:06:36 -08:00
2009-01-14 20:43:43 -08:00
2009-01-11 00:06:34 -08:00
2009-02-02 21:39:02 -08:00
2009-01-31 00:53:18 -08:00
2009-01-14 20:55:00 -08:00
2008-12-26 15:10:00 -08:00
2009-01-19 16:55:03 -08:00
2008-12-22 20:43:12 -08:00
2009-01-15 20:43:56 -08:00
2009-01-20 14:41:18 -08:00
2009-01-29 16:56:14 -08:00
2009-02-03 15:14:05 -08:00
2009-01-22 14:07:43 -08:00
2009-02-02 13:54:31 -08:00
2009-01-30 14:06:33 -08:00
2009-01-29 17:32:20 -08:00
2009-01-06 11:28:06 +01:00
2009-02-02 21:39:02 -08:00
2009-02-03 15:13:26 -08:00
2009-01-12 21:18:32 -08:00
2009-01-29 17:18:31 -08:00
2009-02-04 16:11:42 -05:00
2009-01-11 00:06:32 -08:00
2008-11-12 23:37:49 -08:00
2008-12-08 01:14:16 -08:00
2009-01-11 00:06:36 -08:00
2008-11-12 23:37:49 -08:00
2008-04-29 01:55:11 -04:00
2008-12-03 22:19:52 -08:00
2008-11-07 03:33:44 -05:00
2008-12-03 22:19:52 -08:00
2008-12-25 23:56:45 -08:00
2008-11-03 21:11:17 -08:00
2008-11-03 21:11:17 -08:00
2009-01-11 00:06:36 -08:00
2009-01-11 00:06:36 -08:00
2009-01-11 00:06:36 -08:00
2008-11-25 18:12:49 -08:00
2009-01-11 00:06:36 -08:00
2008-12-03 22:19:52 -08:00
2008-11-03 21:11:17 -08:00
2008-10-27 17:06:18 -07:00
2009-01-11 00:06:42 -08:00
2009-01-04 16:10:02 -08:00
2009-01-07 18:09:58 -08:00
2008-11-25 18:25:32 -08:00
2008-11-03 21:11:17 -08:00
2008-12-03 22:19:52 -08:00
2008-11-12 23:37:49 -08:00
2009-01-07 18:10:24 -08:00
2008-12-25 18:02:49 -08:00
2008-10-08 16:29:57 -07:00
2009-01-14 21:05:55 -08:00
2009-01-15 15:29:35 -08:00
2009-01-15 15:29:35 -08:00
2008-11-03 21:11:17 -08:00
2008-10-08 16:29:57 -07:00
2008-11-03 21:11:17 -08:00
2008-07-18 17:54:17 -07:00
2008-10-09 12:22:38 -07:00
2008-12-23 17:56:23 -08:00
2008-12-16 23:54:23 -08:00
2008-08-13 16:05:38 -07:00
2008-08-13 16:05:37 -07:00
2008-08-13 16:01:48 -07:00
2008-11-03 16:46:19 -08:00
2009-01-19 16:20:15 -08:00
2008-12-16 23:54:24 -08:00
2009-01-26 12:36:42 -08:00
2009-01-19 16:20:15 -08:00
2009-01-19 16:20:15 -08:00
2009-02-02 23:19:50 -08:00
2008-09-22 19:27:10 -07:00
2008-12-22 20:43:12 -08:00
2008-12-30 17:36:49 -08:00
2009-01-07 17:34:36 -08:00
2009-01-07 17:34:36 -08:00
2008-11-12 23:38:14 -08:00
2008-12-03 22:19:52 -08:00
2008-11-25 17:00:39 -08:00
2008-11-21 17:31:51 -08:00
2008-11-16 12:41:35 -08:00
2008-06-24 22:57:16 -04:00
2008-11-20 20:28:00 -08:00
2009-01-07 12:59:17 -08:00
2009-01-11 00:06:36 -08:00
2008-12-25 23:56:45 -08:00
2008-12-08 01:14:16 -08:00
2008-12-29 18:42:33 -08:00
2009-01-07 17:30:09 -08:00
2009-01-07 17:27:39 -08:00
2008-11-21 17:37:54 -08:00
2008-11-25 18:23:59 -08:00
2008-12-03 22:19:52 -08:00
2008-12-03 22:19:52 -08:00
2009-01-07 17:57:47 -08:00
2008-12-21 02:54:30 -07:00
2008-11-10 13:55:14 -08:00
2008-05-01 11:05:58 -06:00
2009-01-27 16:42:03 +10:00
2008-05-01 08:08:36 -07:00
2009-01-11 00:11:28 -08:00
2008-12-17 16:51:04 -08:00
2009-01-29 17:31:13 -08:00
2008-12-16 15:29:15 -08:00
2008-08-14 04:26:38 -04:00
2009-01-26 14:33:23 -08:00
2008-12-17 16:52:00 -08:00
2009-01-11 00:06:36 -08:00
2009-01-07 18:13:49 -08:00
2009-01-11 00:06:36 -08:00
2008-11-25 18:24:57 -08:00
2008-06-11 21:58:32 -04:00
2009-01-11 00:06:36 -08:00
2008-11-03 21:11:17 -08:00
2009-01-13 14:48:00 +11:00
2009-01-06 10:47:44 -08:00
2008-11-20 20:14:53 -08:00
2008-11-03 21:11:17 -08:00
2009-01-07 17:26:14 -08:00
2008-08-14 04:26:38 -04:00
2008-12-03 22:19:52 -08:00
2009-01-13 14:48:00 +11:00
2008-10-27 17:06:18 -07:00
2008-12-22 20:43:12 -08:00
2008-12-23 17:56:23 -08:00
2009-01-27 16:42:03 +10:00
2009-01-19 16:23:01 -08:00
2008-12-08 01:14:16 -08:00
2008-12-15 15:14:59 -08:00
2008-11-03 21:11:17 -08:00
2008-11-25 18:24:38 -08:00
2008-11-20 20:14:53 -08:00
2008-11-12 23:37:49 -08:00
2008-12-03 22:19:52 -08:00
2009-01-11 00:06:36 -08:00
2009-01-19 16:20:16 -08:00
2008-10-08 16:29:57 -07:00
2008-11-12 23:37:49 -08:00
2008-11-03 21:11:17 -08:00
2008-10-27 17:06:18 -07:00
2008-12-02 19:50:27 -08:00
2009-01-07 10:00:22 -08:00
2008-11-03 21:11:17 -08:00
2008-09-24 18:59:00 -04:00
2009-01-19 17:58:07 -08:00
2008-11-12 23:38:14 -08:00
2008-12-08 01:14:16 -08:00
2008-08-29 02:13:32 -07:00
2009-01-07 17:57:19 -08:00
2008-11-28 15:55:00 -08:00
2009-01-11 00:06:36 -08:00
2008-11-25 18:23:35 -08:00
2009-01-11 00:06:36 -08:00
2008-12-25 23:52:57 -08:00
2008-10-27 17:06:18 -07:00
2008-12-05 22:54:40 -08:00
2008-12-03 22:19:52 -08:00
2008-12-03 22:19:52 -08:00
2008-12-03 22:19:52 -08:00
2008-12-25 23:56:04 -08:00
2008-11-28 15:52:00 -08:00
2009-01-11 00:06:36 -08:00
2008-11-12 23:38:14 -08:00
2009-01-13 14:47:59 +11:00
2008-12-08 01:14:16 -08:00
2009-01-08 11:17:13 -08:00
2009-01-07 17:26:48 -08:00
2008-12-25 18:03:28 -08:00
2009-01-12 22:11:56 -08:00
2008-08-14 04:26:38 -04:00
2008-12-25 18:03:28 -08:00
2008-10-31 00:17:34 -07:00
2008-12-16 01:23:49 -08:00
2008-10-17 02:38:35 +11:00
2008-10-27 17:06:18 -07:00
2008-06-03 15:00:14 -04:00
2009-02-02 17:08:24 +11:00
2008-11-10 15:11:56 -05:00
2008-12-26 15:10:00 -08:00
2008-08-07 02:11:14 -04:00
2009-01-26 21:54:21 -08:00
2008-12-22 20:43:12 -08:00
2008-11-12 23:38:14 -08:00
2008-12-03 22:19:52 -08:00
2008-05-22 06:26:21 -04:00
2008-12-26 15:10:00 -08:00
2008-09-24 18:49:04 -04:00
2009-01-07 17:56:54 -08:00
2008-12-22 20:43:12 -08:00
2009-01-11 00:06:36 -08:00
2008-12-03 22:19:52 -08:00
2008-11-12 23:38:36 -08:00
2008-11-20 16:44:00 -08:00
2008-08-07 02:20:57 -04:00
2009-01-07 17:35:41 -08:00
2009-01-14 20:46:24 -08:00
2008-12-22 20:43:12 -08:00
2009-01-30 14:06:26 -08:00
2008-08-07 01:55:50 -04:00
2009-01-07 18:09:36 -08:00
2009-01-06 11:28:06 +01:00
2008-12-03 22:23:18 -08:00
2008-12-30 17:36:49 -08:00
2009-02-02 21:39:02 -08:00
2008-12-02 14:42:26 +08:00
2008-12-25 23:56:45 -08:00
2009-01-11 00:06:36 -08:00
2008-10-27 17:06:18 -07:00
2009-01-11 00:06:36 -08:00
2009-01-29 17:30:00 -08:00
2008-12-16 02:00:00 -08:00
2009-02-02 21:39:02 -08:00
2008-12-16 02:00:00 -08:00
2008-04-25 02:08:54 -04:00
2008-11-03 21:11:17 -08:00
2008-11-12 23:38:36 -08:00
2008-11-12 23:38:36 -08:00
2008-12-28 20:15:38 -08:00
2008-04-16 20:06:50 -04:00
2009-01-07 17:58:17 -08:00
2008-11-25 18:25:49 -08:00
2008-12-08 01:14:16 -08:00
2008-11-03 21:11:17 -08:00
2008-12-08 01:14:16 -08:00
2008-08-29 02:13:33 -07:00
2009-01-07 17:58:43 -08:00
2009-02-02 23:19:50 -08:00
2009-02-02 21:39:02 -08:00
2009-01-07 17:28:35 -08:00
2008-08-29 02:14:29 -07:00
2008-11-03 21:11:17 -08:00
2009-02-02 21:39:02 -08:00
2008-08-29 02:14:43 -07:00
2009-01-06 13:20:38 -08:00
2008-12-22 20:43:12 -08:00
2009-01-06 11:28:06 +01:00
2008-09-24 18:59:00 -04:00
2009-01-19 16:57:45 -08:00
2009-01-19 16:57:45 -08:00
2009-01-07 17:27:15 -08:00
2008-05-30 22:18:02 -04:00
2009-02-02 21:39:02 -08:00
2009-01-04 17:14:46 -08:00
2009-01-07 17:29:46 -08:00
2008-11-14 18:18:17 -05:00
2009-01-29 17:28:04 -08:00
2009-01-29 17:28:04 -08:00
2009-01-29 17:28:04 -08:00
2009-01-29 17:28:04 -08:00
2008-11-20 20:14:53 -08:00
2009-01-11 00:06:36 -08:00
2009-01-20 14:44:01 -08:00
2008-09-24 18:59:00 -04:00
2009-01-26 21:00:33 -08:00
2009-01-11 00:06:36 -08:00
2009-01-06 10:44:55 -08:00
2008-10-27 17:06:18 -07:00
2009-01-11 00:06:36 -08:00
2008-11-12 23:39:10 -08:00
2009-01-11 00:06:36 -08:00