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_O
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
---
drivers/input/misc/drv260x.c | 4 +---
1 file changed, 1 insertion
Opps, sorry for containing html.
Thanks again.
Jingkui
On Mon, Dec 12, 2016 at 11:02 AM, Jingkui Wang wrote:
> It looks great! Really appreciate your help.
>
> Thanks,
> Jingkui Wang
>
> On Sat, Dec 10, 2016 at 11:22 PM, Dmitry Torokhov
> wrote:
>>
>> Hi Jingk
Update driver drv260x to use generic device properties
Remove platform data and corresponding header file
Signed-off-by: Jingkui Wang
---
Changes in v2:
- Delete unused header file
drivers/input/misc/drv260x.c| 43 ++---
include/linux/platform_data
Make sense. Will do.
Jingkui Wang
On Thu, Dec 8, 2016 at 12:21 PM, Dan Murphy wrote:
> On 12/08/2016 02:17 PM, Jingkui Wang wrote:
>> Update driver drv260x to use generic device properties
>> Remove platform data
>>
>> Signed-off-by: Jingkui Wang
>> ---
>
Update driver drv260x to use generic device properties
Remove platform data
Signed-off-by: Jingkui Wang
---
drivers/input/misc/drv260x.c | 43 ---
1 file changed, 8 insertions(+), 35 deletions(-)
diff --git a/drivers/input/misc/drv260x.c b/drivers/input
6 matches
Mail list logo