From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933757AbcJZQCV (ORCPT ); Wed, 26 Oct 2016 12:02:21 -0400 Received: from mail-pf0-f170.google.com ([209.85.192.170]:36676 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932188AbcJZQCQ (ORCPT ); Wed, 26 Oct 2016 12:02:16 -0400 From: Kevin Hilman To: Sekhar Nori Cc: David Lechner , Russell King , , Subject: Re: [PATCH] ARM: davinci: da850: Fix pwm name matching Organization: BayLibre References: <1477418044-24603-1-git-send-email-david@lechnology.com> Date: Wed, 26 Oct 2016 09:02:14 -0700 In-Reply-To: (Sekhar Nori's message of "Wed, 26 Oct 2016 16:07:29 +0530") Message-ID: <7heg33rtdl.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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. I'm not seeing a fixes branch in your tree. Did you push this out? Similarily, I didn't see the updates in v4.10/defconfig either. Kevin