public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] pch_gpio: Delete invalid "restore" code in suspend()
@ 2011-07-20 10:10 Tomoya MORINAGA
  2011-07-20 10:10 ` [PATCH 2/6] pch_gpio: add spinlock in suspend/resume processing Tomoya MORINAGA
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Tomoya MORINAGA @ 2011-07-20 10:10 UTC (permalink / raw)
  To: Grant Likely, linux-kernel, alexander.stein
  Cc: qi.wang, yong.y.wang, joel.clark, kok.howg.ewe, toshiharu-linux,
	Tomoya MORINAGA


Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
---
 drivers/gpio/pch_gpio.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/gpio/pch_gpio.c b/drivers/gpio/pch_gpio.c
index 36919e7..ca9c7b0 100644
--- a/drivers/gpio/pch_gpio.c
+++ b/drivers/gpio/pch_gpio.c
@@ -241,7 +241,6 @@ static int pch_gpio_suspend(struct pci_dev *pdev, pm_message_t state)
 	struct pch_gpio *chip = pci_get_drvdata(pdev);
 
 	pch_gpio_save_reg_conf(chip);
-	pch_gpio_restore_reg_conf(chip);
 
 	ret = pci_save_state(pdev);
 	if (ret) {
-- 
1.7.4.4


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-10-04  9:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-20 10:10 [PATCH 1/6] pch_gpio: Delete invalid "restore" code in suspend() Tomoya MORINAGA
2011-07-20 10:10 ` [PATCH 2/6] pch_gpio: add spinlock in suspend/resume processing Tomoya MORINAGA
2011-07-20 10:10 ` [PATCH 3/6] pch_gpio: support ML7223 IOH n-Bus Tomoya MORINAGA
2011-07-20 10:11 ` [PATCH 4/6] pch_gpio: modify gpio_nums and mask Tomoya MORINAGA
2011-07-20 10:11 ` [PATCH 5/6] pch_gpio: Save register value in suspend() Tomoya MORINAGA
2011-07-20 10:11 ` [PATCH 6/6 v5] pch_gpio: Support interrupt function Tomoya MORINAGA
2011-08-03 10:48   ` Tomoya MORINAGA
2011-08-19 11:01     ` Tomoya MORINAGA
2011-10-04  9:06       ` Tomoya MORINAGA
2011-07-20 18:51 ` [PATCH 1/6] pch_gpio: Delete invalid "restore" code in suspend() Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox