From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6CA8DC433F5 for ; Tue, 2 Nov 2021 13:17:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 43F0060C41 for ; Tue, 2 Nov 2021 13:17:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230201AbhKBNTy (ORCPT ); Tue, 2 Nov 2021 09:19:54 -0400 Received: from mga06.intel.com ([134.134.136.31]:60430 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229530AbhKBNTy (ORCPT ); Tue, 2 Nov 2021 09:19:54 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10155"; a="292090908" X-IronPort-AV: E=Sophos;i="5.87,203,1631602800"; d="scan'208";a="292090908" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2021 06:17:19 -0700 X-IronPort-AV: E=Sophos;i="5.87,203,1631602800"; d="scan'208";a="489107359" Received: from kumarsh2-mobl.gar.corp.intel.com ([10.215.113.239]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2021 06:17:14 -0700 Message-ID: <0d0f1d106cfbd98e352a0f08904d04d08a6fec04.camel@linux.intel.com> Subject: Re: [PATCH 0/6] MODULE_DEVICE_TABLE() support for the ISHTP bus From: Srinivas Pandruvada To: Jiri Kosina , Hans de Goede Cc: Thomas =?ISO-8859-1?Q?Wei=DFschuh?= , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Gross , Rushikesh S Kadam , Benjamin Tissoires , Guenter Roeck , Enric Balletbo i Serra , Benson Leung , platform-driver-x86@vger.kernel.org, linux-kbuild@vger.kernel.org Date: Tue, 02 Nov 2021 06:17:10 -0700 In-Reply-To: References: <20211029152901.297939-1-linux@weissschuh.net> <883db585-c9bb-5255-4ddd-f093616af1a1@redhat.com> <1bb82b37-06e4-4937-ba0d-57fd301eaf2e@t-8ch.de> <85cb78cd-92d9-69ed-9360-f5d6f8f904af@redhat.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.0-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Tue, 2021-11-02 at 12:50 +0100, Jiri Kosina wrote: > On Mon, 1 Nov 2021, Hans de Goede wrote: > > > > > Since most of the changes here are under drivers/hid and since > > > > the latter > > > > patches depend on 1/6, I believe it would be best to merge the > > > > entire series > > > > through the HID tree, here is my ack for this: > > > > > > > > Acked-by: Hans de Goede Acked-by: Srinivas Pandruvada > > > > > > Please note that patch 6 modifies a driver that is not yet > > > available in the HID > > > and 5.15 trees but only in pdx86/for-next. > > > > Right, but given where we are in the cycle this is going to be > > something to > > merge post 5.16-rc1 anyways which resolves the dependency issue. > > > > I guess it might be good to send this our in a later pull-req as a > > fix series > > for a later 5.16-rc# though, to avoid the eclite and chrome-ec > > drivers from > > autoloading on all systems with an ISH, even though they usually > > will not be > > used there. > > I'll be happy to take this as 5.16 fixups after the merge window is > over > (I am not adding anything new to the branches now, before Linus > merges HID > tree), but I'd still like to see Ack from Srinivas. Done. Thanks, Srinivas > > Thanks, >