lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 25 Dec 2012 19:05:58 +0200
From:	Tomas Winkler <tomas.winkler@...el.com>
To:	gregkh@...uxfoundation.org
Cc:	arnd@...db.de, alan@...ux.intel.com, linux-kernel@...r.kernel.org,
	Tomas Winkler <tomas.winkler@...el.com>
Subject: [RESEND char-misc-next 00/14] mei: cleanups

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ