From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH 0/4] Component helper updates Date: Tue, 24 Nov 2015 00:38:59 +0100 Message-ID: <20151123233859.GC22339@lunn.ch> References: <20151123160210.GR8644@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20151123160210.GR8644@n2100.arm.linux.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Russell King - ARM Linux Cc: linux-arm-kernel@lists.infradead.org, gregkh@linux-foundation.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Mon, Nov 23, 2015 at 04:02:11PM +0000, Russell King - ARM Linux wrote: > Greg, > > These four patches update the component helper by: Hi Russell Is there any documentation for the component helper, in particular, when devm_ can be used? It seems like slaves should only do a component_add() in their probe function, and then do resource allocation using devm_* in the bind callback? It seems like a master device can however use devm_ in its probe function? Thanks Andrew