[linux-yocto] [PULL REQUEST] MEI drivers updates to linux-yocto-4.4

Bruce Ashfield bruce.ashfield at windriver.com
Fri Jul 8 09:27:17 PDT 2016


On 2016-07-07 06:33 PM, Winkler, Tomas wrote:
> Please pull the upstream mei driver changes for linux-yocto-4.4
> This can merged ether standard/base or standard/intel/base
>
>

Since these are all upstream commits, and looked sane to me. I've staged
them on standard/base (and hence all branches will get them merged).
I'll do a quick sanity build and then send the SRCREV updates when
it passes.

Bruce

> The following changes since commit c49ed01a7e4c4fe9bfe4a4548480afd27d51088d:
> Merge branch 'standard/base' into standard/intel/base (2016-07-05 11:00:40 -0400)
> are available in the git repository at:
>
>    https://github.com/tomasbw/linux-yocto-4.4.git standard/intel/base-mei
>
> for you to fetch changes up to d2de5bb3caeaca91022a01d2d86caaba7a15e21b:
>
>    mei: don't use wake_up_interruptible for wr_ctrl (2016-07-07 13:40:16 +0300)
>
> ----------------------------------------------------------------
> Alexander Usyskin (30):
>        mei: prevent queuing new flow control credit.
>        mei: always copy the read buffer if data is ready
>        mei: wd: drop the watchdog code from the core mei driver
>        watchdog: mei_wdt: register wd device only if required
>        watchdog: mei_wdt: re-register device on event
>        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: 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
>        mei: fix double freeing of a cb during link reset
>        mei: fix format string in debug prints
>        mei: drop global me_client_index
>        mei: don't clean control queues on notify request timeout
>        mei: fix waiting for wr_ctrl for corner cases.
>        mei: don't use wake_up_interruptible for wr_ctrl
>
> Alexey Khoroshilov (1):
>        mei: do not pin module if cldrv->probe() failed
>
> Rasmus Villemoes (1):
>        mei: bus: use scnprintf in *_show
>
> Tomas Winkler (14):
>        mei: bus: remove redundant uuid string in debug messages
>        mei: drop nfc leftovers from the mei driver
>        watchdog: mei_wdt: implement MEI iAMT watchdog driver
>        watchdog: mei_wdt: add status debugfs entry
>        mei: bus: whitelist the watchdog client
>        mei: trace pci configuration space io
>        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
>        mei: wd: drop AGAIN the watchdog code from the core mei driver
>
>   Documentation/misc-devices/mei/mei.txt |  12 +-
>   MAINTAINERS                            |   1 +
>   drivers/misc/mei/Kconfig               |   6 +-
>   drivers/misc/mei/Makefile              |   1 -
>   drivers/misc/mei/amthif.c              | 130 ++++++-----------
>   drivers/misc/mei/bus-fixup.c           |  41 +++++-
>   drivers/misc/mei/bus.c                 |  75 ++++++----
>   drivers/misc/mei/client.c              | 215 ++++++++++++++-------------
>   drivers/misc/mei/client.h              |  27 ++--
>   drivers/misc/mei/debugfs.c             |  65 +++++++--
>   drivers/misc/mei/hbm.c                 |  47 +++---
>   drivers/misc/mei/hw-me.c               |  10 +-
>   drivers/misc/mei/hw-txe.c              |  10 +-
>   drivers/misc/mei/hw.h                  |  32 +++-
>   drivers/misc/mei/init.c                |  20 +--
>   drivers/misc/mei/interrupt.c           |  94 +++++-------
>   drivers/misc/mei/main.c                | 106 ++++++--------
>   drivers/misc/mei/mei-trace.c           |   2 +
>   drivers/misc/mei/mei-trace.h           |  40 ++++-
>   drivers/misc/mei/mei_dev.h             | 120 +++------------
>   drivers/misc/mei/pci-me.c              |   4 +-
>   drivers/misc/mei/pci-txe.c             |   4 +-
>   drivers/misc/mei/wd.c                  | 391 -------------------------------------------------
>   drivers/watchdog/Kconfig               |  15 ++
>   drivers/watchdog/Makefile              |   1 +
>   drivers/watchdog/mei_wdt.c             | 746 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>   26 files changed, 1294 insertions(+), 921 deletions(-)
>   delete mode 100644 drivers/misc/mei/wd.c
>   create mode 100644 drivers/watchdog/mei_wdt.c
>



More information about the linux-yocto mailing list