public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [char-misc-next 00/12] mei: rx enhancements
@ 2016-07-22 12:56 Tomas Winkler
  2016-07-22 12:56 ` [char-misc-next 01/12] mei: move read cb to complete queue if not connected Tomas Winkler
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Tomas Winkler @ 2016-07-22 12:56 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Alexander Usyskin, linux-kernel, Tomas Winkler

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 


Alexander Usyskin (10):
  mei: move read cb to complete queue if not connected
  mei: add file pointer to the host client structure
  mei: add read callback on demand for fixed_address clients
  mei: amthif: drop mei_clear_lists function
  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

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

 drivers/misc/mei/amthif.c    | 148 ++++---------------------------------
 drivers/misc/mei/bus.c       |   2 +-
 drivers/misc/mei/client.c    | 170 +++++++++++++++++++++----------------------
 drivers/misc/mei/client.h    |   5 +-
 drivers/misc/mei/hbm.c       |  45 ++++++------
 drivers/misc/mei/interrupt.c |  47 ++++++------
 drivers/misc/mei/main.c      |  47 ++++++------
 drivers/misc/mei/mei_dev.h   |  23 ++----
 8 files changed, 176 insertions(+), 311 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-08-30  6:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-22 12:56 [char-misc-next 00/12] mei: rx enhancements Tomas Winkler
2016-07-22 12:56 ` [char-misc-next 01/12] mei: move read cb to complete queue if not connected Tomas Winkler
2016-07-22 12:56 ` [char-misc-next 02/12] mei: add file pointer to the host client structure Tomas Winkler
2016-07-22 12:56 ` [char-misc-next 03/12] mei: add read callback on demand for fixed_address clients Tomas Winkler
2016-07-22 12:56 ` [char-misc-next 04/12] mei: amthif: drop mei_clear_lists function Tomas Winkler
2016-07-22 12:56 ` [char-misc-next 05/12] mei: drop redundant krealloc and checks in irq read Tomas Winkler
2016-07-22 12:56 ` [char-misc-next 06/12] mei: prepare read cb for fixed address clients on the receive path only Tomas Winkler
2016-07-22 12:56 ` [char-misc-next 07/12] mei: rx flow control counter Tomas Winkler
2016-07-22 12:56 ` [char-misc-next 08/12] mei: use consistent naming for TX control flow credits Tomas Winkler
2016-07-22 12:56 ` [char-misc-next 09/12] mei: add wrapper for queuing control commands Tomas Winkler
2016-07-22 12:56 ` [char-misc-next 10/12] mei: enqueue consecutive reads Tomas Winkler
2016-07-22 12:56 ` [char-misc-next 11/12] mei: amthif: drop mei_amthif_read Tomas Winkler
2016-07-22 12:56 ` [char-misc-next 12/12] mei: drop unused file transaction states Tomas Winkler
2016-07-24 22:52 ` [char-misc-next 00/12] mei: rx enhancements Winkler, Tomas
2016-07-24 23:28   ` Greg Kroah-Hartman
2016-07-25 21:49     ` Winkler, Tomas
2016-08-29 21:27       ` Winkler, Tomas
2016-08-30  6:11         ` 'Greg Kroah-Hartman'

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