mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [char-misc-next 0/6] MEI and ME separation
@ 2013-02-06 12:06 Tomas Winkler
  2013-02-06 12:06 ` [char-misc-next 1/6] mei: sperate interface and pci code into two files Tomas Winkler
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tomas Winkler @ 2013-02-06 12:06 UTC (permalink / raw)
  To: gregkh; +Cc: arnd, alan, linux-kernel, Tomas Winkler

We are about to introduce new under laying hardware
that supports MEI interface. For that purpose we
split the driver into interface hand hardware specific layers

Tomas Winkler (6):
  mei: sperate interface and pci code into two files
  mei: initial extract of ME hw specifics from mei_device
  mei: separate compilation of the ME hardware specifics
  mei: move interrupt handlers to be me hw specific
  mei: rename to mei_host_buffer_is_empty to hbuf_is_ready
  mei: move clients cleanup code from init.c to client.c

 drivers/misc/mei/Kconfig     |   17 ++-
 drivers/misc/mei/Makefile    |    5 +-
 drivers/misc/mei/amthif.c    |   12 +-
 drivers/misc/mei/client.c    |   64 ++++++-
 drivers/misc/mei/client.h    |    5 +
 drivers/misc/mei/hw-me.c     |  376 ++++++++++++++++++++++++++++++----------
 drivers/misc/mei/hw-me.h     |   30 ++--
 drivers/misc/mei/init.c      |   58 +------
 drivers/misc/mei/interrupt.c |  130 +-------------
 drivers/misc/mei/main.c      |  363 ++------------------------------------
 drivers/misc/mei/mei_dev.h   |  168 +++++++++++++++---
 drivers/misc/mei/pci-me.c    |  396 ++++++++++++++++++++++++++++++++++++++++++
 drivers/misc/mei/wd.c        |    9 +-
 13 files changed, 960 insertions(+), 673 deletions(-)
 create mode 100644 drivers/misc/mei/pci-me.c

-- 
1.7.4.4


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

end of thread, other threads:[~2013-02-06 12:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 12:06 [char-misc-next 0/6] MEI and ME separation Tomas Winkler
2013-02-06 12:06 ` [char-misc-next 1/6] mei: sperate interface and pci code into two files Tomas Winkler
2013-02-06 12:06 ` [char-misc-next 2/6] mei: initial extract of ME hw specifics from mei_device Tomas Winkler
2013-02-06 12:06 ` [char-misc-next 3/6] mei: separate compilation of the ME hardware specifics Tomas Winkler
2013-02-06 12:06 ` [char-misc-next 4/6] mei: move interrupt handlers to be me hw specific Tomas Winkler
2013-02-06 12:06 ` [char-misc-next 5/6] mei: rename to mei_host_buffer_is_empty to hbuf_is_ready Tomas Winkler
2013-02-06 12:06 ` [char-misc-next 6/6] mei: move clients cleanup code from init.c to client.c Tomas Winkler

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

all inboxes | Powered by JetHome®