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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

