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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to