public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [char-misc-next 00/11] mei fixes and cleanups
@ 2014-02-17 13:13 Tomas Winkler
  2014-02-17 13:13 ` [char-misc-next 01/11 RESEND] mei: add mei_hbuf_acquire wrapper Tomas Winkler
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Tomas Winkler @ 2014-02-17 13:13 UTC (permalink / raw)
  To: gregkh; +Cc: arnd, linux-kernel, Tomas Winkler


Alexander Usyskin (4):
  mei: hbm: revamp client connect and disconnection status
  mei: fix potential read outside of array bounds
  mei: use helper function to find me client by id
  mei: make return values consistent across the driver

Tomas Winkler (7):
  mei: add mei_hbuf_acquire wrapper
  mei: revamp writing slot counting
  mei: Remove all bus devices from the mei_dev list when stopping the
    MEI
  mei: wd and amthif use mei_cl_ api for dis/connection
  mei: don't of list_for_each_entry_safe when not deleting
  mei: wd: simplify wd_send command
  mei: wd: fix stop completion failure

 drivers/misc/mei/amthif.c    |  63 +++++-------
 drivers/misc/mei/bus.c       |  20 +++-
 drivers/misc/mei/client.c    | 222 +++++++++++++++++++++++--------------------
 drivers/misc/mei/client.h    |   4 +-
 drivers/misc/mei/hbm.c       | 209 ++++++++++++++++++++--------------------
 drivers/misc/mei/hw-me.c     |  12 ++-
 drivers/misc/mei/hw-txe.c    |  38 ++++----
 drivers/misc/mei/hw-txe.h    |   1 +
 drivers/misc/mei/hw.h        |  16 ++--
 drivers/misc/mei/init.c      |   2 +
 drivers/misc/mei/interrupt.c | 113 ++++++++++------------
 drivers/misc/mei/main.c      |   4 +-
 drivers/misc/mei/mei_dev.h   |   9 +-
 drivers/misc/mei/nfc.c       |  14 +--
 drivers/misc/mei/wd.c        | 135 ++++++++++++++------------
 15 files changed, 441 insertions(+), 421 deletions(-)

-- 
1.8.5.3


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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 13:13 [char-misc-next 00/11] mei fixes and cleanups Tomas Winkler
2014-02-17 13:13 ` [char-misc-next 01/11 RESEND] mei: add mei_hbuf_acquire wrapper Tomas Winkler
2014-02-18 18:03   ` Greg KH
2014-02-19  9:58     ` Winkler, Tomas
2014-02-19 14:35       ` Greg KH
2014-02-19 14:34         ` Winkler, Tomas
2014-02-17 13:13 ` [char-misc-next 02/11 RESEND] mei: revamp writing slot counting Tomas Winkler
2014-02-17 13:13 ` [char-misc-next 03/11] mei: Remove all bus devices from the mei_dev list when stopping the MEI Tomas Winkler
2014-02-17 13:13 ` [char-misc-next 04/11] mei: hbm: revamp client connect and disconnection status Tomas Winkler
2014-02-17 13:13 ` [char-misc-next 05/11] mei: wd and amthif use mei_cl_ api for dis/connection Tomas Winkler
2014-02-17 13:13 ` [char-misc-next 06/11] mei: fix potential read outside of array bounds Tomas Winkler
2014-02-17 13:13 ` [char-misc-next 07/11] mei: use helper function to find me client by id Tomas Winkler
2014-02-17 13:13 ` [char-misc-next 08/11] mei: make return values consistent across the driver Tomas Winkler
2014-02-17 13:13 ` [char-misc-next 09/11] mei: don't of list_for_each_entry_safe when not deleting Tomas Winkler
2014-02-17 13:13 ` [char-misc-next 10/11] mei: wd: simplify wd_send command Tomas Winkler
2014-02-17 13:13 ` [char-misc-next 11/11] mei: wd: fix stop completion failure Tomas Winkler

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