dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/misc/ti-st
Pavan Savoy ef04d121f0 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 <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-02-04 12:41:21 -08:00
..
Kconfig
Makefile
st_core.c drivers:misc: ti-st: firmware download optimization 2011-02-04 12:41:21 -08:00
st_kim.c drivers:misc: ti-st: firmware download optimization 2011-02-04 12:41:21 -08:00
st_ll.c drivers:misc: ti-st: set right debug levels for logs 2011-02-04 12:41:21 -08:00