[char-misc-next 00/27] mei: fixes, improvements, and cleanups

From: Tomas Winkler
Date: Sun Feb 07 2016 - 16:45:01 EST


The series contains:
1. BUS layer fixes
2. debugfs fixes
3. Support for accessing fixed address clients
4. Continuation of dissolving of amthif oddities.
5. Cleanups

Alexander Usyskin (20):
mei: debugfs: adjust active clients print buffer
mei: debugfs: allow hbm features list dump in earlier stages
mei: call stop on failed char device register
mei: amthif: don't copy from an empty buffer
mei: amthif: don't drop read packets on timeout
mei: amthif: allow only one request at a time
mei: amthif: use rx_wait queue also for amthif client
mei: amthif: interrupt reader on link reset
mei: bus: check if the device is enabled before data transfer
mei: drop superfluous closing bracket from write traces
mei: wake blocked write on link reset
mei: clean write queues and wake waiters on disconnect
mei: discard replies from unconnected fixed address clients
mei: fill file pointer in read cb for fixed address client
mei: fixed address clients for the new platforms
mei: hbm: warn about fw-initiated disconnect
mei: drop reserved host client ids
mei: bus: run rescan on me_clients list change
mei: hbm: send immediate reply flag in enum request
mei: split amthif client init from end of clients enumeration

Tomas Winkler (7):
mei: fix possible integer overflow issue
mei: constify struct file pointer
mei: rename variable names 'file_object' to fp
mei: amthif: replace amthif_rd_complete_list with rd_completed
mei: amthif: drop parameter validation from mei_amthif_write
mei: bus: fix RX event scheduling
mei: bus: fix notification event delivery

drivers/misc/mei/amthif.c | 130 +++++---------
drivers/misc/mei/bus-fixup.c | 2 +-
drivers/misc/mei/bus.c | 53 +++++-
drivers/misc/mei/client.c | 154 +++++++----------
drivers/misc/mei/client.h | 23 +--
drivers/misc/mei/debugfs.c | 65 +++++--
drivers/misc/mei/hbm.c | 24 ++-
drivers/misc/mei/hw.h | 32 +++-
drivers/misc/mei/init.c | 10 +-
drivers/misc/mei/interrupt.c | 77 ++++-----
drivers/misc/mei/main.c | 50 +++---
drivers/misc/mei/mei-trace.h | 4 +-
drivers/misc/mei/mei_dev.h | 46 ++---
drivers/misc/mei/pci-me.c | 4 +-
drivers/misc/mei/pci-txe.c | 4 +-
drivers/misc/mei/wd.c | 391 +++++++++++++++++++++++++++++++++++++++++++
16 files changed, 747 insertions(+), 322 deletions(-)
create mode 100644 drivers/misc/mei/wd.c

--
2.4.3