From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Kumar Gala Content-Type: text/plain; charset=us-ascii Subject: issues calling of_platform_bus_probe() twice Date: Fri, 16 Mar 2012 16:21:19 -0500 Message-Id: <31B4E554-FA95-431D-B353-92680CD14A0A@kernel.crashing.org> To: Grant Likely , Benjamin Herrenschmidt Mime-Version: 1.0 (Apple Message framework v1257) Cc: "devicetree-discuss@lists.ozlabs.org Discuss" , "linuxppc-dev@lists.ozlabs.org list" , Timur Tabi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Guys, Are you aware of any reason that we can't call of_platform_bus_probe() = or multiple times. Timur's run into an issue in which all devices don't = get registered properly if we call of_platform_bus_probe() times with = different of_device_id struct's. - k=