Re: [PATCH 2/2] input: cros_ec_keyb: Add of match table

2014-10-08 Thread Dmitry Torokhov
On Fri, Sep 19, 2014 at 10:08:13AM +0200, Sjoerd Simons wrote: To enable the cros_ec_keyb driver to be auto-loaded when build as module add an of match table (and export it) to match the modalias information passed on to userspace as the Cros EC MFD driver registers the MFD subdevices with an

[PATCH 2/2] input: cros_ec_keyb: Add of match table

2014-09-19 Thread Sjoerd Simons
To enable the cros_ec_keyb driver to be auto-loaded when build as module add an of match table (and export it) to match the modalias information passed on to userspace as the Cros EC MFD driver registers the MFD subdevices with an of_compatibility string. Signed-off-by: Sjoerd Simons

Re: [PATCH 2/2] input: cros_ec_keyb: Add of match table

2014-08-25 Thread Sjoerd Simons
Hey, On Sat, 2014-08-23 at 17:42 +0400, Sergei Shtylyov wrote: Hello. On 8/23/2014 3:03 AM, Sjoerd Simons wrote: To enable the cros_ec_keyb driver to be auto-loaded when build as module add an of match table (and export it) to match the modalias information passed on to userspace as

Re: [PATCH 2/2] input: cros_ec_keyb: Add of match table

2014-08-25 Thread Javier Martinez Canillas
Hello, On Mon, Aug 25, 2014 at 9:34 AM, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: static SIMPLE_DEV_PM_OPS(cros_ec_keyb_pm_ops, NULL, cros_ec_keyb_resume); +#ifdef CONFIG_OF +static const struct of_device_id cros_ec_keyb_of_match[] = { Perhaps better to use

Re: [PATCH 2/2] input: cros_ec_keyb: Add of match table

2014-08-23 Thread Sergei Shtylyov
Hello. On 8/23/2014 3:03 AM, Sjoerd Simons wrote: To enable the cros_ec_keyb driver to be auto-loaded when build as module add an of match table (and export it) to match the modalias information passed on to userspace as the Cros EC MFD driver registers the MFD subdevices with an

[PATCH 2/2] input: cros_ec_keyb: Add of match table

2014-08-22 Thread Sjoerd Simons
To enable the cros_ec_keyb driver to be auto-loaded when build as module add an of match table (and export it) to match the modalias information passed on to userspace as the Cros EC MFD driver registers the MFD subdevices with an of_compatibility string. Signed-off-by: Sjoerd Simons