Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753988AbcCHGzo (ORCPT ); Tue, 8 Mar 2016 01:55:44 -0500 Received: from utopia.booyaka.com ([74.50.51.50]:46658 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753530AbcCHGzj (ORCPT ); Tue, 8 Mar 2016 01:55:39 -0500 Date: Tue, 8 Mar 2016 06:55:37 +0000 (UTC) From: Paul Walmsley To: Franklin S Cooper Jr cc: thierry.reding@gmail.com, robh+dt@kernel.org, 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, 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 0/6] ARM: am335x/am437x/dra7: Add PWM support for DRA7 In-Reply-To: <1457400224-24797-1-git-send-email-fcooper@ti.com> Message-ID: References: <1457400224-24797-1-git-send-email-fcooper@ti.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 734 Lines: 23 Hi Franklin On Mon, 7 Mar 2016, Franklin S Cooper Jr wrote: > This patch series adds support for PWM for DRA7. The IP is same as that > present in AM33XX and AM437XX. > > However, before doing so remove unnecessary hwmod entries for eCAP, ePWM > and eQEP. > > This series is almost identical to v4. Only difference is the addition of > eCAP DT nodes in the dra7.dtsi file. > > This series was tested on AM335x GP, AM437x GP and X15 + LCD screen for > PWM based backlight. > > This series was also verified to be backwards compatible with old dtbs. Looking at these to see what I can pick for v4.7, I'm curious about the dependencies. Can I take patches 2 and 3 before 1 is merged, or does 1 need to be merged first? - Paul