From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by ozlabs.org (Postfix) with ESMTP id 83B7167D29 for ; Sat, 15 Jul 2006 02:38:56 +1000 (EST) Received: by ug-out-1314.google.com with SMTP id h2so854211ugf for ; Fri, 14 Jul 2006 09:38:54 -0700 (PDT) Message-ID: Date: Sat, 15 Jul 2006 00:21:11 +0800 From: "Li Yang" Sender: linuxppcleo@gmail.com To: "Kumar Gala" Subject: Re: [PATCH] Add USB to MPC8349 PB platform support In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed References: <44B7857A.2060101@freescale.com> Cc: linuxppc-dev@ozlabs.org, linux-usb-devel@lists.sourceforge.net List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 7/14/06, Kumar Gala wrote: > Nack, my expectation is this is all setup by the boot loader. That's a good wish. ;) However, USB is not required by bootloader. So it is not likely to be initialized there. And if we put it in bootloader, it will be hard to change the mode(MPH/DR), which requires a re-burn of bootloader. It's better that we make sure it's correctly configured here. > > - k > > On Jul 14, 2006, at 6:52 AM, Li Yang wrote: > > > This adds USB platform support to MPC8349 PB. It works with the > > fsl_usb2_udc driver. > > > > Signed-off-by: Li Yang > > ---