Re: [PATCH] drivers: Remove OF dependency in drv260x driver

2017-03-08 Thread Jingkui Wang
Sorry.. my text editor was misconfigured. Will fix and send again. On Wed, Mar 8, 2017 at 5:08 PM, Dmitry Torokhov wrote: > On Wed, Mar 08, 2017 at 04:54:02PM -0800, Jingkui Wang wrote: >> As the driver is using generic device properties, it should work >> properly

Re: [PATCH] drivers: Remove OF dependency in drv260x driver

2017-03-08 Thread Jingkui Wang
Sorry.. my text editor was misconfigured. Will fix and send again. On Wed, Mar 8, 2017 at 5:08 PM, Dmitry Torokhov wrote: > On Wed, Mar 08, 2017 at 04:54:02PM -0800, Jingkui Wang wrote: >> As the driver is using generic device properties, it should work >> properly when CONFIG_OF is turned off.

Re: [PATCH] drivers: Remove OF dependency in drv260x driver

2017-03-08 Thread Dmitry Torokhov
On Wed, Mar 08, 2017 at 04:54:02PM -0800, Jingkui Wang wrote: > As the driver is using generic device properties, it should work > properly when CONFIG_OF is turned off. This patch removes the > ifdef CONFIGOF and make sure the driver always have of_match_table. > > Signed-off-by: Jingkui Wang

Re: [PATCH] drivers: Remove OF dependency in drv260x driver

2017-03-08 Thread Dmitry Torokhov
On Wed, Mar 08, 2017 at 04:54:02PM -0800, Jingkui Wang wrote: > As the driver is using generic device properties, it should work > properly when CONFIG_OF is turned off. This patch removes the > ifdef CONFIGOF and make sure the driver always have of_match_table. > > Signed-off-by: Jingkui Wang >