Re: [PATCH] ARM: davinci: da850: Fix pwm name matching

2016-11-02 Thread David Lechner
On 11/01/2016 05:31 AM, Sekhar Nori wrote: On Monday 31 October 2016 08:18 PM, David Lechner wrote: On 10/31/2016 05:18 AM, Sekhar Nori wrote: On Tuesday 25 October 2016 11:24 PM, David Lechner wrote: This fixes pwm name matching for DA850 familiy devices. When using device tree, the da850_aux

Re: [PATCH] ARM: davinci: da850: Fix pwm name matching

2016-11-01 Thread Sekhar Nori
On Monday 31 October 2016 08:18 PM, David Lechner wrote: > On 10/31/2016 05:18 AM, Sekhar Nori wrote: >> On Tuesday 25 October 2016 11:24 PM, David Lechner wrote: >>> This fixes pwm name matching for DA850 familiy devices. When using >>> device >>> tree, the da850_auxdata_lookup[] table caused pwm

Re: [PATCH] ARM: davinci: da850: Fix pwm name matching

2016-10-31 Thread David Lechner
On 10/31/2016 05:18 AM, Sekhar Nori wrote: On Tuesday 25 October 2016 11:24 PM, David Lechner wrote: This fixes pwm name matching for DA850 familiy devices. When using device tree, the da850_auxdata_lookup[] table caused pwm devices to have the exact same name, which caused errors when trying to

Re: [PATCH] ARM: davinci: da850: Fix pwm name matching

2016-10-31 Thread Sekhar Nori
On Tuesday 25 October 2016 11:24 PM, David Lechner wrote: > This fixes pwm name matching for DA850 familiy devices. When using device > tree, the da850_auxdata_lookup[] table caused pwm devices to have the exact > same name, which caused errors when trying to register the devices. > > The names fo

Re: [PATCH] ARM: davinci: da850: Fix pwm name matching

2016-10-26 Thread Sekhar Nori
On Wednesday 26 October 2016 09:32 PM, Kevin Hilman wrote: > Hi Sekhar, > > Sekhar Nori writes: > >> On Tuesday 25 October 2016 11:24 PM, David Lechner wrote: >>> This fixes pwm name matching for DA850 familiy devices. When using device >>> tree, the da850_auxdata_lookup[] table caused pwm devic

Re: [PATCH] ARM: davinci: da850: Fix pwm name matching

2016-10-26 Thread Kevin Hilman
Hi Sekhar, Sekhar Nori writes: > On Tuesday 25 October 2016 11:24 PM, David Lechner wrote: >> This fixes pwm name matching for DA850 familiy devices. When using device >> tree, the da850_auxdata_lookup[] table caused pwm devices to have the exact >> same name, which caused errors when trying to

Re: [PATCH] ARM: davinci: da850: Fix pwm name matching

2016-10-26 Thread Sekhar Nori
On Tuesday 25 October 2016 11:24 PM, David Lechner wrote: > This fixes pwm name matching for DA850 familiy devices. When using device > tree, the da850_auxdata_lookup[] table caused pwm devices to have the exact > same name, which caused errors when trying to register the devices. > > The names fo

[PATCH] ARM: davinci: da850: Fix pwm name matching

2016-10-25 Thread David Lechner
This fixes pwm name matching for DA850 familiy devices. When using device tree, the da850_auxdata_lookup[] table caused pwm devices to have the exact same name, which caused errors when trying to register the devices. The names for clock matching in da850_clks[] also have to be updated to to exact