Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1450075

[char-misc-next v2 0/9] mei: rx enhancements

From Tomas Winkler <tomas.winkler@intel.com>
Newsgroups linux.kernel
Subject [char-misc-next v2 0/9] mei: rx enhancements
Date 2016-07-26 00:10 +0200
Message-ID <rYWeu-1Uf-29@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch series contains mostly fixes and enhancements
of the rx path:
1. Better handling of fixed address clients
2. Support for consecutive reads
3. Further amthif client diet
V2:
1. Remove patches that were sent twice by mistake
2. Fix one-liner in (mei: add wrapper for queuing control commands)
3. New patch that fixes a deadlock during device reset
  (mei: amthif: fix deadlock in initialization during a reset)

Alexander Usyskin (7):
  mei: drop redundant krealloc and checks in irq read
  mei: prepare read cb for fixed address clients on the receive path
    only.
  mei: rx flow control counter
  mei: enqueue consecutive reads
  mei: amthif: drop mei_amthif_read
  mei: drop unused file transaction states
  mei: amthif: fix deadlock in initialization during a reset

Tomas Winkler (2):
  mei: use consistent naming for TX control flow credits
  mei: add wrapper for queuing control commands.

 drivers/misc/mei/amthif.c    | 120 ++++----------------------------
 drivers/misc/mei/bus.c       |   6 +-
 drivers/misc/mei/client.c    | 161 ++++++++++++++++++++++---------------------
 drivers/misc/mei/client.h    |   5 +-
 drivers/misc/mei/hbm.c       |  45 ++++++------
 drivers/misc/mei/interrupt.c |  39 ++++-------
 drivers/misc/mei/main.c      |  46 ++++++-------
 drivers/misc/mei/mei_dev.h   |  18 ++---
 8 files changed, 163 insertions(+), 277 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[char-misc-next v2 0/9] mei: rx enhancements Tomas Winkler <tomas.winkler@intel.com> - 2016-07-26 00:10 +0200
  [char-misc-next v2 7/9] mei: amthif: drop mei_amthif_read Tomas Winkler <tomas.winkler@intel.com> - 2016-07-26 00:10 +0200
  [char-misc-next v2 6/9] mei: enqueue consecutive reads Tomas Winkler <tomas.winkler@intel.com> - 2016-07-26 00:10 +0200
  [char-misc-next v2 8/9] mei: drop unused file transaction states Tomas Winkler <tomas.winkler@intel.com> - 2016-07-26 00:10 +0200
  [char-misc-next v2 4/9] mei: use consistent naming for TX control flow credits Tomas Winkler <tomas.winkler@intel.com> - 2016-07-26 00:10 +0200
  [char-misc-next v2 9/9] mei: amthif: fix deadlock in initialization during a reset Tomas Winkler <tomas.winkler@intel.com> - 2016-07-26 00:10 +0200
  [char-misc-next v2 3/9] mei: rx flow control counter Tomas Winkler <tomas.winkler@intel.com> - 2016-07-26 00:10 +0200
  [char-misc-next v2 1/9] mei: drop redundant krealloc and checks in irq read Tomas Winkler <tomas.winkler@intel.com> - 2016-07-26 00:20 +0200
  [char-misc-next v2 2/9] mei: prepare read cb for fixed address clients on the receive path only. Tomas Winkler <tomas.winkler@intel.com> - 2016-07-26 00:20 +0200

csiph-web