Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935850AbcCQPG1 (ORCPT ); Thu, 17 Mar 2016 11:06:27 -0400 Received: from mail.kernel.org ([198.145.29.136]:56879 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752118AbcCQPGY (ORCPT ); Thu, 17 Mar 2016 11:06:24 -0400 Date: Thu, 17 Mar 2016 10:06:19 -0500 From: Rob Herring To: Franklin S Cooper Jr Cc: thierry.reding@gmail.com, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, bcousson@baylibre.com, tony@atomide.com, linux@arm.linux.org.uk, paul@pwsan.com, 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, vigneshr@ti.com Subject: Re: [PATCH v5 3/6] ARM: AM335x/AM437x: hwmod: Remove eQEP, ePWM and eCAP hwmod entries Message-ID: <20160317150619.GA28105@rob-hp-laptop> References: <1457400224-24797-1-git-send-email-fcooper@ti.com> <1457400224-24797-4-git-send-email-fcooper@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457400224-24797-4-git-send-email-fcooper@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1113 Lines: 24 On Mon, Mar 07, 2016 at 07:23:41PM -0600, Franklin S Cooper Jr wrote: > Devices that utilize the OCP registers and/or PRCM registers and > register bit fields should be modelled using hwmod. Since eQEP, ePWM and s/modelled/modeled/ > eCAP don't fall under this category, remove their hwmod entries. > > Instead these clocks simply use the clock that is pass through by its > parent PWMSS. Therefore, PWMSS handles the clock for itself and its > subdevices. Are you breaking compatibility with old DTs here? > Signed-off-by: Franklin S Cooper Jr > --- > .../devicetree/bindings/pwm/pwm-tiecap.txt | 1 - > .../devicetree/bindings/pwm/pwm-tiehrpwm.txt | 7 +- > .../mach-omap2/omap_hwmod_33xx_43xx_common_data.h | 18 ----- > .../omap_hwmod_33xx_43xx_interconnect_data.c | 64 ----------------- > .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 84 ---------------------- > arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 9 --- > arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 54 -------------- > 7 files changed, 4 insertions(+), 233 deletions(-)