From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 10 Jun 2011 23:02:26 +0200 Subject: [PATCH v4 4/4] dt: add amba device creation to platform bus scan In-Reply-To: <1307738923-7564-5-git-send-email-robherring2@gmail.com> References: <1307738923-7564-1-git-send-email-robherring2@gmail.com> <1307738923-7564-5-git-send-email-robherring2@gmail.com> Message-ID: <201106102302.26462.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 10 June 2011 22:48:43 Rob Herring wrote: > > From: Rob Herring > > Add support to the platform bus scanning to call custom device creation > function for amba devices. > > Cc: Jeremy Kerr > Cc: Grant Likely > Cc: arnd at arndb.de > Signed-off-by: Rob Herring Reviewed-by: Arnd Bergmann Looks so trivial now ;-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v4 4/4] dt: add amba device creation to platform bus scan Date: Fri, 10 Jun 2011 23:02:26 +0200 Message-ID: <201106102302.26462.arnd@arndb.de> References: <1307738923-7564-1-git-send-email-robherring2@gmail.com> <1307738923-7564-5-git-send-email-robherring2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1307738923-7564-5-git-send-email-robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Rob Herring Cc: Jeremy Kerr , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Rob Herring , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Friday 10 June 2011 22:48:43 Rob Herring wrote: > > From: Rob Herring > > Add support to the platform bus scanning to call custom device creation > function for amba devices. > > Cc: Jeremy Kerr > Cc: Grant Likely > Cc: arnd-r2nGTMty4D4@public.gmane.org > Signed-off-by: Rob Herring Reviewed-by: Arnd Bergmann Looks so trivial now ;-)