]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1053d971bfba564ec10e44322fff29538228a708
tree2a2f67dfcf0028582f3cdfbad95f96bcea93e154
parentc80f23973b2ec175152ab94308a24a5065eebd10
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