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

2016-11-01 Thread Sekhar Nori
On Tuesday 01 November 2016 01:34 AM, 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. > > We cannot

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

2016-11-01 Thread Sekhar Nori
On Tuesday 01 November 2016 01:34 AM, 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. > > We cannot

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

2016-10-31 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. We cannot have multiple entries for the same clock in in da850_clks[], so we

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

2016-10-31 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. We cannot have multiple entries for the same clock in in da850_clks[], so we