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

2017-09-19 Thread Suniel Mahesh
On Wednesday 20 September 2017 04:06 AM, Viresh Kumar wrote: > On 19-09-17, 10:12, Dave Gerlach wrote: >> Hi, >> On 09/18/2017 02:18 PM, suni...@techveda.org wrote: >>> From: Suniel Mahesh >>> >>> ti-cpufreq and cpufreq-dt-platdev drivers are registering platform-device >>>

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

2017-09-19 Thread Suniel Mahesh
On Wednesday 20 September 2017 04:06 AM, Viresh Kumar wrote: > On 19-09-17, 10:12, Dave Gerlach wrote: >> Hi, >> On 09/18/2017 02:18 PM, suni...@techveda.org wrote: >>> From: Suniel Mahesh >>> >>> ti-cpufreq and cpufreq-dt-platdev drivers are registering platform-device >>> with same name

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

2017-09-19 Thread Viresh Kumar
On 19-09-17, 10:12, Dave Gerlach wrote: > Hi, > On 09/18/2017 02:18 PM, suni...@techveda.org wrote: > > From: Suniel Mahesh > > > > ti-cpufreq and cpufreq-dt-platdev drivers are registering platform-device > > with same name "cpufreq-dt" using platform_device_register_*()

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

2017-09-19 Thread Viresh Kumar
On 19-09-17, 10:12, Dave Gerlach wrote: > Hi, > On 09/18/2017 02:18 PM, suni...@techveda.org wrote: > > From: Suniel Mahesh > > > > ti-cpufreq and cpufreq-dt-platdev drivers are registering platform-device > > with same name "cpufreq-dt" using platform_device_register_*() routines. > > This is

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

2017-09-19 Thread Dave Gerlach
Hi, On 09/18/2017 02:18 PM, suni...@techveda.org wrote: > From: Suniel Mahesh > > ti-cpufreq and cpufreq-dt-platdev drivers are registering platform-device > with same name "cpufreq-dt" using platform_device_register_*() routines. > This is leading to build warnings

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

2017-09-19 Thread Dave Gerlach
Hi, On 09/18/2017 02:18 PM, suni...@techveda.org wrote: > From: Suniel Mahesh > > ti-cpufreq and cpufreq-dt-platdev drivers are registering platform-device > with same name "cpufreq-dt" using platform_device_register_*() routines. > This is leading to build warnings appended below. > >

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

2017-09-18 Thread sunil . m
From: Suniel Mahesh ti-cpufreq and cpufreq-dt-platdev drivers are registering platform-device with same name "cpufreq-dt" using platform_device_register_*() routines. This is leading to build warnings appended below. Providing hardware information to OPP framework along

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

2017-09-18 Thread sunil . m
From: Suniel Mahesh ti-cpufreq and cpufreq-dt-platdev drivers are registering platform-device with same name "cpufreq-dt" using platform_device_register_*() routines. This is leading to build warnings appended below. Providing hardware information to OPP framework along with the platform-