mei: abstract fw status register read.
authorTomas Winkler <tomas.winkler@intel.com>
Wed, 6 Nov 2019 22:38:41 +0000 (00:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Nov 2019 08:35:49 +0000 (09:35 +0100)
commit261e071acd9bcbcfbc30652640385615ced27f4f
tree035d8031b38c92b7181455a3c6e1b060c8e07f1a
parent261b3e1f2a01c72b1882cf5bccfbd4bf40ea62e8
mei: abstract fw status register read.

This is to allow working with mei devices embedded within
another pci device, where mei device is represented
as a platform child device and fw status registers
are not necessarily resident in the device pci config space.

Bump the copyright year to 2019 on the modified files.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20191106223841.15802-4-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/hw-me.c
drivers/misc/mei/hw-me.h
drivers/misc/mei/hw-txe.c
drivers/misc/mei/init.c
drivers/misc/mei/mei_dev.h
drivers/misc/mei/pci-me.c