Thread (16 messages) 16 messages, 6 authors, 2014-12-08

Re: [PATCH 1/2] input: Add Qualcomm PM8941 power key driver

From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-10-07 23:42:33
Also in: linux-arm-msm, linux-input, lkml

On Tue, Oct 07, 2014 at 04:30:46PM -0700, Bjorn Andersson wrote:
On Tue 07 Oct 02:54 PDT 2014, Kiran Padwal wrote:
quoted
On Tuesday 07 October 2014 06:42 AM, Bjorn Andersson wrote:
quoted
From: Courtney Cavin <redacted>

Signed-off-by: Courtney Cavin <redacted>
Signed-off-by: Bjorn Andersson <redacted>
---
 drivers/input/misc/Kconfig         |   12 +++
 drivers/input/misc/Makefile        |    1 +
 drivers/input/misc/pm8941-pwrkey.c |  196 ++++++++++++++++++++++++++++++++++++
<snip>
quoted
+
+	platform_set_drvdata(pdev, pwrkey);
+	device_init_wakeup(&pdev->dev, 1);
+
+	return 0;
+}
+
+static int pm8941_pwrkey_remove(struct platform_device *pdev)
+{
+	device_init_wakeup(&pdev->dev, 0);
Shouldn't we unregister input device?
It's allocated with devm_input_allocate_device() so I assumed that it goes away
upon the device being removed. Looking at input_register_device() seems to
confirm that.
Yes, devices allocated with devm_input_allocate_device() will be
unregistered and freed automatically.

Thanks.

-- 
Dmitry
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help