mei: me: store irq number in the hw struct.
authorAlexander Usyskin <alexander.usyskin@intel.com>
Wed, 6 Nov 2019 22:38:40 +0000 (00:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Nov 2019 08:35:48 +0000 (09:35 +0100)
commit261b3e1f2a01c72b1882cf5bccfbd4bf40ea62e8
tree2a2f67dfcf0028582f3cdfbad95f96bcea93e154
parent907b471ca228a5fc95f7ee8b3d189e64ade7ce9b
mei: me: store irq number in the hw struct.

Store irq number in hw struct to by used by synchronize_irq().
This is to allow working with mei devices
embedded within another pci devices, via MFD framework,
where mei device is represented as a platform device.

Bump the copyright year to 2019 on hw-me.c and hw-me.h

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20191106223841.15802-3-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/pci-me.c