From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Wed, 4 Sep 2013 09:38:23 +0800 Subject: [U-Boot] [RFC PATCH 1/3] USB: gadget: add atmel usba udc driver In-Reply-To: <201309040030.57126.marex@denx.de> References: <1378180030-26101-1-git-send-email-voice.shen@atmel.com> <1378180030-26101-2-git-send-email-voice.shen@atmel.com> <201309040030.57126.marex@denx.de> Message-ID: <52268F0F.7080102@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek Vasut, On 09/04/2013 06:30 AM, Marek Vasut wrote: > Dear Bo Shen, > >> Add atmel usba udc driver support, porting from Linux kernel >> >> Signed-off-by: Bo Shen > > Please see [1] , point 4. I miss the exact point in Linux kernel history (read > commit hash) from which this code was imported at least. > > [1] http://www.denx.de/wiki/view/U-Boot/Patches#Attributing_Code_Copyrights_Sign Thanks. I will add this information into v2 after you finish reviewing the code. The original code information from Linux kernel as following ---8>--- commit e01ee9f509a927158f670408b41127d4166db1c7 Author: Jingoo Han Date: Tue Jul 30 17:00:51 2013 +0900 usb: gadget: use dev_get_platdata() Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. Signed-off-by: Jingoo Han Signed-off-by: Felipe Balbi ---<8--- > [...] > > Best regards, > Marek Vasut > Best Regards, Bo Shen