[PATCH 09/10] input: enable touch on 88pm860x

Dmitry Torokhov dmitry.torokhov at gmail.com
Fri Nov 20 03:44:57 EST 2009


Hi Haojian,

On Thu, Nov 19, 2009 at 10:02:23PM -0500, Haojian Zhuang wrote:
> +
> +static int __devexit pm860x_touch_remove(struct platform_device *pdev)
> +{
> +	struct pm860x_touch *touch = platform_get_drvdata(pdev);
> +

"pm860x_free_irq(chip, irq);" is still missing here.

> +	input_unregister_device(touch->idev);
> +	return 0;
> +}
> +
>  
>  	  To compile this driver as a module, choose M here: the
>  	  module will be called pcap_ts.
> +
> +config TOUCHSCREEN_88PM860X
> +	tristate "Marvell 88PM860x touchscreen"
> +	depends on MFD_88PM860X
> +	help
> +	  Say Y here if you have a 88PM860x PMIC and want to enable
> +	  support for the built-in touchscreen.

"To compile this driver as a module..."

Thanks!

Other than that:

	Acked-by: Dmitry Torokhov <dtor at mail.ru>

-- 
Dmitry



More information about the linux-arm-kernel mailing list