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 D45ECECAAA1 for ; Sun, 23 Oct 2022 16:34:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229756AbiJWQeu (ORCPT ); Sun, 23 Oct 2022 12:34:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230125AbiJWQes (ORCPT ); Sun, 23 Oct 2022 12:34:48 -0400 Received: from mout-y-111.mailbox.org (mout-y-111.mailbox.org [IPv6:2001:67c:2050:103:465::111]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6A8F22B26; Sun, 23 Oct 2022 09:34:42 -0700 (PDT) Received: from smtp102.mailbox.org (unknown [91.198.250.119]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-y-111.mailbox.org (Postfix) with ESMTPS id 4MwP1J3cHLz9sZZ; Sun, 23 Oct 2022 18:34:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=noorman.info; s=MBO0001; t=1666542868; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VTlByM7X0a7TGoECHCtYIhOyKZuzkGCKgtZ/y3W75rs=; b=oUU7bQEEbPDGCE41tFrPcWAUZbdxkQV2PhLsTAGe++RlpUCQr4jKPG93Bb4fZzo2Sm3ivk oTuOaKO/JCpG0y3r6gz6bARdwtGmgHjuI+RPi6lYYk6zKMTbevzHoNSMb7Decz9rKsxAwm fC9EcHMnoO8uOOj0UB6tVjVFTedCppszC6yq0h7e7AddcXJ3SPCMBj3hYdOcbvhvf2GFyl 68izRtfS4ChwUskCcmHnMVMahGYbsxM76rPxjsZsy9zo5afIdTcDMbTh4sqEhlfsRhdWUW alkG20STwbjZs4RwuPLLbn1kpu3M8Af9FXRKkRB0oIj5UJRUCDEuLHyKK6tvSQ== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sun, 23 Oct 2022 18:34:27 +0200 Message-Id: Cc: "Dmitry Torokhov" , "Henrik Rydberg" , "Luca Weiss" , , Subject: Re: [PATCH v4 2/3] Input: add driver for Himax hx83112b touchscreen devices From: "Job Noorman" To: "Jeff LaBundy" References: <20221017100409.189293-1-job@noorman.info> <20221017100409.189293-3-job@noorman.info> In-Reply-To: X-Rspamd-Queue-Id: 4MwP1J3cHLz9sZZ Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Hi Jeff, On Sat Oct 22, 2022 at 6:25 AM CEST, Jeff LaBundy wrote: > Hi Job, > > Great work so far, just a few remaining comments. Thanks a lot for your second round of comments! Everything has been addressed in v5. Best regards, Job