Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751418Ab2KFKJc (ORCPT ); Tue, 6 Nov 2012 05:09:32 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:59080 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751234Ab2KFKJ3 convert rfc822-to-8bit (ORCPT ); Tue, 6 Nov 2012 05:09:29 -0500 From: "Bedia, Vaibhav" To: "Philip, Avinash" , "thierry.reding@avionic-design.de" , "paul@pwsan.com" , "tony@atomide.com" , "linux@arm.linux.org.uk" , "Cousson, Benoit" CC: "linux-doc@vger.kernel.org" , "devicetree-discuss@lists.ozlabs.org" , "Nori, Sekhar" , "linux-kernel@vger.kernel.org" , "Hiremath, Vaibhav" , "Hebbar, Gururaja" , "AnilKumar, Chimata" , "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: RE: [PATCH 3/8] ARM: OMAP: AM33xx hwmod: Add parent-child relationship for PWM subsystem Thread-Topic: [PATCH 3/8] ARM: OMAP: AM33xx hwmod: Add parent-child relationship for PWM subsystem Thread-Index: AQHNuzjuQHVeXv8PqUaBCjNLgJBO5ZfclUEQ Date: Tue, 6 Nov 2012 10:09:11 +0000 Message-ID: References: <1352106749-9437-1-git-send-email-avinashphilip@ti.com> <1352106749-9437-4-git-send-email-avinashphilip@ti.com> In-Reply-To: <1352106749-9437-4-git-send-email-avinashphilip@ti.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.24.156.160] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 729 Lines: 24 On Mon, Nov 05, 2012 at 14:42:24, Philip, Avinash wrote: [...] > + > +static struct omap_hwmod_ocp_if am33xx_epwmss0__ecap0 = { > + .master = &am33xx_epwmss0_hwmod, > + .slave = &am33xx_ecap0_hwmod, > + .clk = "l4ls_gclk", > + .addr = am33xx_ecap0_addr_space, > + .user = OCP_USER_MPU, > +}; Noticed this in another patch which is quite similar so commenting here again. Is the user field required if you are just creating a parent-child relationship here? Regards, Vaibhav -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/