All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND char-misc-next 00/18] mei: resend of rebased patches
@ 2014-09-29 13:31 Tomas Winkler
  2014-09-29 13:31 ` [RESEND char-misc-next 01/18] mei: add hbm and pg state in devstate debugfs print Tomas Winkler
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Tomas Winkler @ 2014-09-29 13:31 UTC (permalink / raw)
  To: gregkh; +Cc: arnd, linux-kernel, Tomas Winkler

Resend of two series that haven't applied 
1. Remove pci dependencies from mei module to support testing hw module 
2. Overall documentation formating fix and other collateral fixes.

Added two more cleanups:
mei: drop me_client_presentation_num
mei: trivial: fix errors in prints in comments
 

Alexander Usyskin (6):
  mei: add hbm and pg state in devstate debugfs print
  mei: debugfs: adjust print buffer
  mei: trivial: fix errors in prints in comments
  mei: drop me_client_presentation_num
  mei: fix KDoc documentation formatting
  mei: fix kernel-doc warnings

Tomas Winkler (12):
  mei: debugfs: add single buffer indicator
  mei: pg: fix cat and paste error in comments
  mei: fix style warning: Missing a blank line after declarations
  mei: nfc: fix style warning
  mei: kill error message for allocation failure
  mei: move mei_hbm_hdr function from hbm.h the hbm.c
  mei: push all standard settings into mei_device_init
  mei: get rid of most of the pci dependencies in mei
  mei: move fw_status back to hw ops handlers
  mei: remove the reference to pdev from mei_device
  mei: push pci cfg structure me hw
  mei: remove include to pci header from mei module files

 drivers/misc/mei/amthif.c    | 110 +++++++++---------
 drivers/misc/mei/bus.c       |  11 +-
 drivers/misc/mei/client.c    | 127 ++++++++++++---------
 drivers/misc/mei/client.h    |   4 +-
 drivers/misc/mei/debugfs.c   |  53 ++++++---
 drivers/misc/mei/hbm.c       | 155 +++++++++++++++----------
 drivers/misc/mei/hbm.h       |  11 +-
 drivers/misc/mei/hw-me.c     | 175 +++++++++++++++++++---------
 drivers/misc/mei/hw-me.h     |  32 +++++-
 drivers/misc/mei/hw-txe.c    | 252 +++++++++++++++++++++++++---------------
 drivers/misc/mei/hw-txe.h    |   6 +-
 drivers/misc/mei/hw.h        |  48 ++++----
 drivers/misc/mei/init.c      | 104 ++++++++---------
 drivers/misc/mei/interrupt.c |  75 ++++++------
 drivers/misc/mei/main.c      |  64 +++++------
 drivers/misc/mei/mei_dev.h   | 265 ++++++++++++++++++++++++++++---------------
 drivers/misc/mei/nfc.c       |  56 ++++-----
 drivers/misc/mei/pci-me.c    |  14 +--
 drivers/misc/mei/pci-txe.c   |  13 ++-
 drivers/misc/mei/wd.c        |  50 ++++----
 include/linux/mei_cl_bus.h   |   1 +
 21 files changed, 966 insertions(+), 660 deletions(-)

-- 
1.9.3


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

end of thread, other threads:[~2014-09-29 15:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-29 13:31 [RESEND char-misc-next 00/18] mei: resend of rebased patches Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 01/18] mei: add hbm and pg state in devstate debugfs print Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 02/18] mei: debugfs: adjust print buffer Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 03/18] mei: debugfs: add single buffer indicator Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 04/18] mei: pg: fix cat and paste error in comments Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 05/18] mei: fix style warning: Missing a blank line after declarations Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 06/18] mei: nfc: fix style warning Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 07/18] mei: kill error message for allocation failure Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 08/18] mei: move mei_hbm_hdr function from hbm.h the hbm.c Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 09/18] mei: push all standard settings into mei_device_init Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 10/18] mei: get rid of most of the pci dependencies in mei Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 11/18] mei: move fw_status back to hw ops handlers Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 12/18] mei: remove the reference to pdev from mei_device Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 13/18] mei: push pci cfg structure me hw Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 14/18] mei: remove include to pci header from mei module files Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 15/18] mei: trivial: fix errors in prints in comments Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 16/18] mei: drop me_client_presentation_num Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 17/18] mei: fix KDoc documentation formatting Tomas Winkler
2014-09-29 13:31 ` [RESEND char-misc-next 18/18] mei: fix kernel-doc warnings Tomas Winkler
2014-09-29 15:56 ` [RESEND char-misc-next 00/18] mei: resend of rebased patches Greg KH

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.