Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1735434
| From | Suniel Mahesh <sunil.m@techveda.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device |
| Date | 2017-09-20 06:20 +0200 |
| Message-ID | <urEEp-6kH-7@gated-at.bofh.it> (permalink) |
| References | <uqST9-7rF-5@gated-at.bofh.it> <ur9Kh-21I-7@gated-at.bofh.it> <urstA-77o-19@gated-at.bofh.it> <urzlo-2Sr-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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, sunil.m@techveda.org wrote: >>> From: Suniel Mahesh <sunil.m@techveda.org> >>> >>> 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- >>> device creation should be done by ti-cpufreq driver before cpufreq-dt >>> driver comes into place. >>> >>> This patch add's TI SoC am33xx (uses opp-v2 property) in the blacklist of >>> devices in cpufreq-dt-platform driver to avoid creating platform-device >>> twice and remove build warnings (suggested by Viresh Kumar). >> >> This looks good to me, but this also affects "ti,am43" and "ti,dra7" platforms, >> care to add those to the blacklist as well with this patch? Thanks. Thanks and will also add those platforms. > > Also please rebase on top of the pm/linux-next branch as I have pushed > a similar patch there. (Actually its applied to pm/bleeding-edge > branch for now and may take a day to get to pm/linux-next. You can > wait in that case.). > Will check both pm/linux-next and pm/bleeding-edge branches, will wait in that case and then rebase. Thanks
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device sunil.m@techveda.org - 2017-09-16 20:40 +0200
Re: [PATCH] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device Viresh Kumar <viresh.kumar@linaro.org> - 2017-09-18 03:20 +0200
Re: [PATCH] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device Suniel Mahesh <sunil.m@techveda.org> - 2017-09-18 19:00 +0200
[PATCH v2] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device sunil.m@techveda.org - 2017-09-18 21:20 +0200
Re: [PATCH v2] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device Dave Gerlach <d-gerlach@ti.com> - 2017-09-19 17:20 +0200
Re: [PATCH v2] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device Viresh Kumar <viresh.kumar@linaro.org> - 2017-09-20 00:40 +0200
Re: [PATCH v2] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device Suniel Mahesh <sunil.m@techveda.org> - 2017-09-20 06:20 +0200
[PATCH v3] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device sunil.m@techveda.org - 2017-09-21 15:40 +0200
Re: [PATCH v3] drivers: cpufreq: Fix sysfs duplicate filename creation for platform-device Viresh Kumar <viresh.kumar@linaro.org> - 2017-09-21 20:00 +0200
csiph-web