Re: [PATCH] cpufreq: davinci: move configuration to include/linux/platform_data

2019-02-17 Thread Viresh Kumar
On 18-02-19, 11:56, Sekhar Nori wrote: > On 18/02/19 11:46 AM, Viresh Kumar wrote: > > Applied. Thanks. > > Here is a belated ack from my side. > > Acked-by: Sekhar Nori Included that and pushed again :) -- viresh

Re: [PATCH] cpufreq: davinci: move configuration to include/linux/platform_data

2019-02-17 Thread Sekhar Nori
On 18/02/19 11:46 AM, Viresh Kumar wrote: > Applied. Thanks. Here is a belated ack from my side. Acked-by: Sekhar Nori Thanks, Sekhar

Re: [PATCH] cpufreq: davinci: move configuration to include/linux/platform_data

2019-02-17 Thread Viresh Kumar
On 14-02-19, 18:05, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The header containing the configuration structure for davinci cpufreq > driver lives in mach-davinci/include/mach/. This is fine for now but > if we want to make davinci part of the multi_v5 build, no code external > t

[PATCH] cpufreq: davinci: move configuration to include/linux/platform_data

2019-02-14 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The header containing the configuration structure for davinci cpufreq driver lives in mach-davinci/include/mach/. This is fine for now but if we want to make davinci part of the multi_v5 build, no code external to mach-davinci should include machine-specific headers. Mo