Hi, On 2/11/23 07:32, Srinivas Pandruvada wrote: > Add TPMI as one of the device type which can be registered with ISST > common driver. > > Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxxxxxxxx> Thank I've applied this patches 2-4 to my review-hans branch: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans These patches are intended for the next rc1. This branch will get rebased to the next rc1 when it is out and after the rebasing the contents of review-hans will be pushed to the platform-drivers-x86/for-next branch. Please base the next version of this series (minus patches 1-4) on pdx86/review-hans or if patches 1-4 have landed there on platform-drivers-x86/for-next . Regards, Hans > --- > drivers/platform/x86/intel/speed_select_if/isst_if_common.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/platform/x86/intel/speed_select_if/isst_if_common.h b/drivers/platform/x86/intel/speed_select_if/isst_if_common.h > index 35ff506b402e..967c338e83c5 100644 > --- a/drivers/platform/x86/intel/speed_select_if/isst_if_common.h > +++ b/drivers/platform/x86/intel/speed_select_if/isst_if_common.h > @@ -30,7 +30,8 @@ > > #define ISST_IF_DEV_MBOX 0 > #define ISST_IF_DEV_MMIO 1 > -#define ISST_IF_DEV_MAX 2 > +#define ISST_IF_DEV_TPMI 2 > +#define ISST_IF_DEV_MAX 3 > > /** > * struct isst_if_cmd_cb - Used to register a IOCTL handler