From: Pavan Savoy Date: Fri, 4 Feb 2011 08:23:13 +0000 (-0600) Subject: drivers:misc: ti-st: firmware download optimization X-Git-Tag: v2.6.39-rc1~471^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef04d121f030329aae0c2d3ec22beea0c5cbcfd3;p=pandora-kernel.git drivers:misc: ti-st: firmware download optimization To fasten the process of firmware download, the chip allows disabling of the command complete event generation from host. In these cases, only few very essential commands would have the command complete events and hence the wait associated with them. So now the driver would wait for a command complete event, only when it comes across a wait event during firmware parsing. This would also mean we need to skip not just the change baud rate command but also the wait for it. Signed-off-by: Pavan Savoy Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed