aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/fsl_updater.c
Commit message (Collapse)AuthorAge
* ENGR00161643-3 UTP : bugfixHuang Shijie2014-04-16
| | | | | | | The origin code lossed one line. fix it. Signed-off-by: Huang Shijie <b32955@freescale.com>
* ENGR00160834 UTP : replace kzalloc() with vmalloc()Huang Shijie2014-04-16
| | | | | | | | | | | | | When allocating large memory, such as 128K, vmalloc() uses single page for the allocation process, while kzalloc() has to consume a continuous pages for the allocation. In low memory case, the kzalloc() may fails. So use the vmalloc() instead. Also add some sanity check for the NULL pointer. Signed-off-by: Huang Shijie <b32955@freescale.com>
* ENGR00140950 mfg: fix the bug that ubiformat utility breaks utp protocolPeter Chen2014-04-16
| | | | | | | | | | ubiformat includes command, data, command periods, it breaks utp protocol for PUT commands. So we add two operations to fix it. One is sending busy to host before the data periods begins. The second is adding a new command to waiting ubiformat's command period. Signed-off-by: Li Xingyu <b02754@freescale.com> Signed-off-by: Peter Chen <peter.chen@freescale.com>
* ENGR00217717 mfgtool firmware will crash during mfgtool runningTony LIU2014-04-16
| | | | | | | - the root cause of this issue is there is no protection for the resource which will be accessed by multiple thread Signed-off-by: Tony LIU <junjie.liu@freescale.com>
* ENGR00280494-1 make the kernel image for mfgtoolFrank Li2014-04-16
uboot needs pass down below parameters removable = 1 stall = 0 idVendor = 0x066F idProduct = 0x37FF iSerialNumber = "" Signed-off-by: Lu Lin <b37454@freescale.com> Signed-off-by: Frank Li<frank.li@freescale.com>