Messages in this thread |  | | | From | <> | | Subject | [PATCH 0/4] drivers:misc: ti-st: platform specifics | | Date | Wed, 20 Jul 2011 09:30:16 -0500 |
| |
From: Pavan Savoy <pavan_savoy@ti.com>
Greg,
resending, since I didn't see these up on lkml.org (issues with my git send-email configuration)
These are the some of the patches which have gone on top of Texas Instrument's shared transport driver which fixes issues found during field testing. These include: a. removing an annoying and misleading debug message b. various platform hooks for enabling/disabling chip and communicating PM states of the WiLink chip. c. Re-initializing completion for make sure failed firmware download doesn't create a problem the next time around. d. fail-safe fix which happens upon corner cases when UART drops bytes or chip is too busy and hence sends across h/w error events.
Pavan Savoy (3): drivers:misc: ti-st: avoid a misleading dbg msg drivers:misc:ti-st: platform hooks for chip states drivers:misc: ti-st: reinit completion on ver read
Vijay Badawadagi (1): drivers:misc: ti-st: fail-safe on wrong pkt type
drivers/misc/ti-st/st_core.c | 9 ++++++++- drivers/misc/ti-st/st_kim.c | 13 +++++++++++++ drivers/misc/ti-st/st_ll.c | 19 +++++++++++++++++++ include/linux/ti_wilink_st.h | 27 ++++++++++++++++++++++++++- 4 files changed, 66 insertions(+), 2 deletions(-) -- 1.7.4.1
|  |