From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753336AbcFJMDk (ORCPT ); Fri, 10 Jun 2016 08:03:40 -0400 Received: from muru.com ([72.249.23.125]:56044 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752320AbcFJMDh (ORCPT ); Fri, 10 Jun 2016 08:03:37 -0400 Date: Fri, 10 Jun 2016 05:03:32 -0700 From: Tony Lindgren To: Franklin S Cooper Jr Cc: thierry.reding@gmail.com, robh+dt@kernel.org, linux@arm.linux.org.uk, paul@pwsan.com, t-kristo@ti.com, mturquette@baylibre.com, sboyd@codeaurora.org, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, vigneshr@ti.com, nsekhar@ti.com Subject: Re: [PATCH v8 8/9] ARM: AM335x/AM437x: hwmod: Remove eQEP, ePWM and eCAP hwmod entries Message-ID: <20160610120332.GL22406@atomide.com> References: <1462291015-1919-1-git-send-email-fcooper@ti.com> <1462291015-1919-9-git-send-email-fcooper@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462291015-1919-9-git-send-email-fcooper@ti.com> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Franklin S Cooper Jr [160503 08:58]: > Devices that utilize the OCP registers and/or PRCM registers and > register bit fields should be modeled using hwmod. Since eQEP, ePWM and > eCAP don't fall under this category, remove their hwmod entries. > > Instead these clocks simply use the clock that is passed through by its > parent PWMSS. Therefore, PWMSS handles the clock for itself and its > subdevices. > > Signed-off-by: Franklin S Cooper Jr > Acked-by: Paul Walmsley And this one I'm applying into omap-for-v4.8/soc. Tony