public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 0/4] drivers:misc: ti-st: platform specifics
       [not found] <1310486113-29081-1-git-send-email-pavan_savoy@ti.com>
@ 2011-07-15 16:50 ` Pavan Savoy
  0 siblings, 0 replies; 3+ messages in thread
From: Pavan Savoy @ 2011-07-15 16:50 UTC (permalink / raw)
  To: Savoy, Pavan
  Cc: gregkh@suse.de, linux-kernel@vger.kernel.org,
	pavan_savoy@sify.com

On 7/12/2011 10:55 AM, Savoy, Pavan wrote:
> Greg,
>
> resending,
> since I didn't see these up on lkml.org
>
> 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.

Greg,

I hope you find some time to have a look at these.

Thanks & Regards,
Pavan Savoy.

>
>
> 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(-)
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 0/4] drivers:misc: ti-st: platform specifics
@ 2011-07-20 14:30 pavan_savoy
  2011-07-20 14:30 ` [PATCH 1/4] drivers:misc: ti-st: avoid a misleading dbg msg pavan_savoy
  0 siblings, 1 reply; 3+ messages in thread
From: pavan_savoy @ 2011-07-20 14:30 UTC (permalink / raw)
  To: greg, linux-kernel; +Cc: pavan_savoy, Pavan Savoy

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 0/4] drivers:misc: ti-st: platform specifics
  2011-07-20 14:30       ` [PATCH 4/4] drivers:misc: ti-st: fail-safe on wrong pkt type pavan_savoy
@ 2011-07-20 14:30         ` pavan_savoy
  0 siblings, 0 replies; 3+ messages in thread
From: pavan_savoy @ 2011-07-20 14:30 UTC (permalink / raw)
  To: greg, linux-kernel; +Cc: pavan_savoy, Pavan Savoy

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-20 14:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1310486113-29081-1-git-send-email-pavan_savoy@ti.com>
2011-07-15 16:50 ` [PATCH 0/4] drivers:misc: ti-st: platform specifics Pavan Savoy
2011-07-20 14:30 pavan_savoy
2011-07-20 14:30 ` [PATCH 1/4] drivers:misc: ti-st: avoid a misleading dbg msg pavan_savoy
2011-07-20 14:30   ` [PATCH 2/4] drivers:misc:ti-st: platform hooks for chip states pavan_savoy
2011-07-20 14:30     ` [PATCH 3/4] drivers:misc: ti-st: reinit completion on ver read pavan_savoy
2011-07-20 14:30       ` [PATCH 4/4] drivers:misc: ti-st: fail-safe on wrong pkt type pavan_savoy
2011-07-20 14:30         ` [PATCH 0/4] drivers:misc: ti-st: platform specifics pavan_savoy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox