From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933177AbcAYSIg (ORCPT ); Mon, 25 Jan 2016 13:08:36 -0500 Received: from muru.com ([72.249.23.125]:57431 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932630AbcAYSIc (ORCPT ); Mon, 25 Jan 2016 13:08:32 -0500 Date: Mon, 25 Jan 2016 10:08:30 -0800 From: Tony Lindgren To: Neil Armstrong Cc: thierry.reding@gmail.com, linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Subject: Re: [PATCH repost] arm: plat-omap: Add PWM dmtimer platform data quirks Message-ID: <20160125180829.GV19432@atomide.com> References: <20151130183707.GK2517@atomide.com> <1453479351-21825-1-git-send-email-narmstrong@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453479351-21825-1-git-send-email-narmstrong@baylibre.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Neil Armstrong [160122 08:16]: > In order to set the currently platform dependent dmtimer > functions pointers as platform data for the pwm-omap-dmtimer > platform driver, add it to plat-omap auxdata_lookup table. > > Suggested-by: Tony Lindgren > Signed-off-by: Neil Armstrong > --- > arch/arm/mach-omap2/pdata-quirks.c | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > Tony, Thierry, > > The previous patches are now upstream, here is a repost of the patch re-tested > against mainline. > > Ref: http://lkml.kernel.org/r/56374592.4060201@baylibre.com > Patchset: http://lkml.kernel.org/r/5620ED2C.1090107@baylibre.com OK great. I'll add this into omap-for-v4.5/fixes so we get the PWM driver working. Regards, Tony