[RESEND char-misc-next 00/14] mei: cleanups

From: Tomas Winkler
Date: Tue Dec 25 2012 - 12:09:24 EST


This is resned of the mei driver cleanup series
1. Patch 'mei: use wrietl/readl instead of io wrappers' was dropped
as suggested by Alan Cox and series was rebased
2. Fixed some typos in the commit messages


Tomas Winkler (14):
mei: drop redundant length parameter from mei_write_message function
mei: use unified format for printing mei message header
mei: move internal host clients ids to mei_dev.h from hw.h
mei: extract device dependent constants into hw-me.h
mei: include local headers after the system ones
mei: kill not used BAR0 length and base variables
mei: mei_me_client is not hw API move to mei_dev.h
mei: move hw dependent functions to interface.c
mei: move host bus message handling to hbm.c
mei: drop nonexistent function prototype
mei: simplify preparing client host bus messages
mei: use structured buffer for the write buffer
mei: add common prefix to hbm function
mei: move hbm responses from interrupt.c to hbm.c

drivers/misc/mei/Makefile | 1 +
drivers/misc/mei/amthif.c | 42 ++--
drivers/misc/mei/hbm.c | 631 ++++++++++++++++++++++++++++++++++++++++++
drivers/misc/mei/hw-me.h | 167 +++++++++++
drivers/misc/mei/hw.h | 125 +--------
drivers/misc/mei/init.c | 123 +--------
drivers/misc/mei/interface.c | 187 +++++++------
drivers/misc/mei/interface.h | 16 +-
drivers/misc/mei/interrupt.c | 515 ++--------------------------------
drivers/misc/mei/iorw.c | 8 +-
drivers/misc/mei/main.c | 11 +-
drivers/misc/mei/mei_dev.h | 131 +++------
drivers/misc/mei/wd.c | 23 +-
13 files changed, 1037 insertions(+), 943 deletions(-)
create mode 100644 drivers/misc/mei/hbm.c
create mode 100644 drivers/misc/mei/hw-me.h

--
1.7.4.4

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