Re: [PATCH] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device

2017-09-18 Thread Suniel Mahesh
On Monday 18 September 2017 06:45 AM, Viresh Kumar wrote: > On 17-09-17, 00:04, suni...@techveda.org wrote: >> From: Suniel Mahesh >> >> ti-cpufreq.c and cpufreq-dt-platdev.c are registering >> platform device with same name "cpufreq-dt" using >> platform_device_register_*() routines. >> This is l

Re: [PATCH] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device

2017-09-17 Thread Viresh Kumar
On 17-09-17, 00:04, suni...@techveda.org wrote: > From: Suniel Mahesh > > ti-cpufreq.c and cpufreq-dt-platdev.c are registering > platform device with same name "cpufreq-dt" using > platform_device_register_*() routines. > This is leading to build warnings appended below. > > This patch does the

[PATCH] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device

2017-09-16 Thread sunil . m
From: Suniel Mahesh ti-cpufreq.c and cpufreq-dt-platdev.c are registering platform device with same name "cpufreq-dt" using platform_device_register_*() routines. This is leading to build warnings appended below. This patch does the following: (a) Remove platform-device registration routine from