From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753228AbcJZKjp (ORCPT ); Wed, 26 Oct 2016 06:39:45 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:52187 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750859AbcJZKjl (ORCPT ); Wed, 26 Oct 2016 06:39:41 -0400 Subject: Re: [PATCH] ARM: davinci: da850: Fix pwm name matching To: David Lechner , Kevin Hilman References: <1477418044-24603-1-git-send-email-david@lechnology.com> CC: Russell King , , From: Sekhar Nori Message-ID: Date: Wed, 26 Oct 2016 16:07:29 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1477418044-24603-1-git-send-email-david@lechnology.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 for clock matching in da850_clks[] also have to be updated to > to exactly match in order for the clock lookup to work correctly. > > Signed-off-by: David Lechner Applied to "fixes" branch. Will send upstream after testing a bit and also waiting to see if anyone else has any comments. Thanks, Sekhar