From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 13 Jul 2012 12:53:54 +0200 Subject: [U-Boot] [U-Boot-DM] FDT driver initialization function declaration In-Reply-To: References: <4FFC02BD.7060106@monstr.eu> <4FFE8930.2010506@monstr.eu> Message-ID: <201207131253.54222.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Tomas Hlavacek, > On Thu, Jul 12, 2012 at 10:22 AM, Michal Simek wrote: > >> thats what platform_data is for, if i understand what you mean > > > > That's my understanding too. But the point is how it is passed to the > > driver itself > > because I didn't see any pointer to it there. > > I had an impression that platform data are and should be static and > therefore universally visible/known...? Passed through struct driver_info * which is in turn available through struct instance * > Tomas Best regards, Marek Vasut