[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1498039313-24220-5-git-send-email-jeffy.chen@rock-chips.com>
Date: Wed, 21 Jun 2017 18:01:51 +0800
From: Jeffy Chen <jeffy.chen@...k-chips.com>
To: linux-kernel@...r.kernel.org
Cc: briannorris@...omium.org, dmitry.torokhov@...il.com,
dianders@...omium.org, Jeffy Chen <jeffy.chen@...k-chips.com>,
Lee Jones <lee.jones@...aro.org>
Subject: [RFC PATCH v3 4/6] mfd: cros ec: spi: remove unconditionally wakeup enable
We used to enable wakeup for cros-ec-spi devices unconditionally.
Now we are using the more generic wakeup-source property to enable it.
Signed-off-by: Jeffy Chen <jeffy.chen@...k-chips.com>
---
Changes in v3: None
drivers/mfd/cros_ec_spi.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/mfd/cros_ec_spi.c b/drivers/mfd/cros_ec_spi.c
index c971407..0be7051 100644
--- a/drivers/mfd/cros_ec_spi.c
+++ b/drivers/mfd/cros_ec_spi.c
@@ -674,8 +674,6 @@ static int cros_ec_spi_probe(struct spi_device *spi)
return err;
}
- device_init_wakeup(&spi->dev, true);
-
return 0;
}
--
2.1.4
Powered by blists - more mailing lists