All of lore.kernel.org
 help / color / mirror / Atom feed
* [char-misc-next 0/4] mei: fix txe write issue
@ 2014-02-12 19:41 Tomas Winkler
  2014-02-12 19:41 ` [char-misc-next 1/4] mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT Tomas Winkler
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Tomas Winkler @ 2014-02-12 19:41 UTC (permalink / raw)
  To: gregkh; +Cc: arnd, linux-kernel, Tomas Winkler

This series fixes issue on the TXE hardware
when parallel clients would override each others
writes to host.

In order to avoid conflicts please apply after
mei: set client's read_cb to NULL when flow control fails
https://lkml.org/lkml/2014/2/12/389


Tomas Winkler (4):
  mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT
  mei: get rid of ext_msg
  mei: add mei_hbuf_acquire wrapper
  mei: revamp writing slot counting

 drivers/misc/mei/amthif.c    |  28 ++++------
 drivers/misc/mei/client.c    |  77 +++++++++++++++-----------
 drivers/misc/mei/client.h    |   4 +-
 drivers/misc/mei/hbm.c       |  66 +++++++++++++++-------
 drivers/misc/mei/hbm.h       |   1 +
 drivers/misc/mei/hw-me.c     |   7 +--
 drivers/misc/mei/hw-txe.c    |  38 ++++++-------
 drivers/misc/mei/hw-txe.h    |   1 +
 drivers/misc/mei/init.c      |   1 -
 drivers/misc/mei/interrupt.c | 127 ++++++++++++++++++++++++-------------------
 drivers/misc/mei/mei_dev.h   |  26 ++++-----
 drivers/misc/mei/wd.c        |  14 ++---
 12 files changed, 220 insertions(+), 170 deletions(-)

-- 
1.8.5.3


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

end of thread, other threads:[~2014-02-15 17:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-12 19:41 [char-misc-next 0/4] mei: fix txe write issue Tomas Winkler
2014-02-12 19:41 ` [char-misc-next 1/4] mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT Tomas Winkler
2014-02-12 19:41 ` [char-misc-next 2/4] mei: get rid of ext_msg Tomas Winkler
2014-02-12 19:41 ` [char-misc-next 3/4] mei: add mei_hbuf_acquire wrapper Tomas Winkler
2014-02-14 19:13   ` Greg KH
2014-02-15  7:46     ` Winkler, Tomas
2014-02-15 17:37       ` Greg KH
2014-02-12 19:41 ` [char-misc-next 4/4] mei: revamp writing slot counting Tomas Winkler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.