Re: [ 102/105] usb: gadget: at91_udc: fix dt support

2012-10-29 Thread Ben Hutchings
On Mon, 2012-10-29 at 07:21 +0100, Fabio Porcedda wrote: > On Mon, Oct 29, 2012 at 12:17 AM, Ben Hutchings wrote: > > 3.2-stable review patch. If anyone has any objections, please let me know. > > Hi Ben, > this patch is only useful only for kernel version 3.4 and later, > because the dt support

Re: [ 102/105] usb: gadget: at91_udc: fix dt support

2012-10-28 Thread Fabio Porcedda
On Mon, Oct 29, 2012 at 12:17 AM, Ben Hutchings wrote: > 3.2-stable review patch. If anyone has any objections, please let me know. Hi Ben, this patch is only useful only for kernel version 3.4 and later, because the dt support was introduced in the 3.4 release with the following commit: d1

[ 102/105] usb: gadget: at91_udc: fix dt support

2012-10-28 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Fabio Porcedda commit 9c6d196d5aa35e07482f23c3e37755e7a82140e0 upstream. Don't fail the initialization check for the platform_data if there is avaiable an associated device tree node. Signed-o