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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DEE9FEE4996 for ; Mon, 21 Aug 2023 10:37:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234174AbjHUKhi (ORCPT ); Mon, 21 Aug 2023 06:37:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231324AbjHUKhg (ORCPT ); Mon, 21 Aug 2023 06:37:36 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F35190; Mon, 21 Aug 2023 03:37:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692614255; x=1724150255; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=O1PX+89I7v1IRWO4i5pR+pAOueIxrmu1WhQYhvVBdWY=; b=Kmj4GItuVvuoygYRRvKvViGlvQpj0cIDWIYkoguxDXsPVqm7cfI+2w1Q C5yJ8r4TMOhyDDQKYJm8ZW6IvSjGCzNqNhmwiJpZAta9cnrgUvxzwbUUs BaDl5YSTiYhx8x5DVzKXM3OfvSlr6UYrzyL7uGnS5WBID8eN+ewGB1uwF hVmrka5RQAhQCqgC6JioeRLpEZtBqBhsKci0OduQvDOI13LrEklJgKaZG BPySDSKSVVOHqNHs0QLoxG1vlfNILa3aoT/zwPSCi/uZAakfV+RFzc0kd eBT+gD4ZIQewSeFbUc99ahDvZx9x+GrfyeJbZv9wZdPjIhMykwsvZeOMt A==; X-IronPort-AV: E=McAfee;i="6600,9927,10808"; a="437476829" X-IronPort-AV: E=Sophos;i="6.01,189,1684825200"; d="scan'208";a="437476829" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2023 03:37:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10808"; a="765320994" X-IronPort-AV: E=Sophos;i="6.01,189,1684825200"; d="scan'208";a="765320994" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga008.jf.intel.com with ESMTP; 21 Aug 2023 03:37:33 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qY2Hr-00A2W0-2p; Mon, 21 Aug 2023 13:37:31 +0300 Date: Mon, 21 Aug 2023 13:37:31 +0300 From: Andy Shevchenko To: Benjamin Tissoires Cc: Benjamin Tissoires , Jiri Kosina , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 00/12] HID: cp2112: Cleanups and refactorings Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Mon, Aug 21, 2023 at 12:27:22PM +0200, Benjamin Tissoires wrote: > On Mon, Aug 21, 2023 at 12:19 PM Benjamin Tissoires > wrote: > > On Mon, Aug 21, 2023 at 11:35 AM Andy Shevchenko > > wrote: > > > On Mon, Aug 21, 2023 at 12:34:30PM +0300, Andy Shevchenko wrote: > > > > On Mon, Aug 21, 2023 at 10:51:04AM +0200, Benjamin Tissoires wrote: > > > > > On Aug 21 2023, Andy Shevchenko wrote: ... > > > > > Long story short, I'm not able to test it right now (and I got quite > > > > > some backlog as you can imagine). IIRC the code was fine, so I think we > > > > > can just take the series as is, and work on the quirks (if any) later. > > > > > > > > Thank you! > > > > > > > > The thing that might be broken is interrupts handling. If that works, > > > > I'm pretty confident with the rest. > > > > > > I.o.w. first 5 patches to test is already 98% of guarantee that everything > > > is fine. > > > > Actually I applied you series locally, and applied Danny's patches on > > top, and I could run your series in qemu with the cp2112 as USB > > passthrough. > > > > Everything is working fine, so I can take this one just now. > > I've pushed the series to for-6.6/cp2112, but for some reasons, b4 > doesn't seem to believe the series is the one you submitted. > > Would you mind double checking on your side if everything is good? > > https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git/log/?h=for-6.6/cp2112 Everything is fine as far as I can tell. -- With Best Regards, Andy Shevchenko