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 X-Spam-Level: X-Spam-Status: No, score=-5.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B51F5C4346E for ; Thu, 24 Sep 2020 06:48:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 78F7B235F7 for ; Thu, 24 Sep 2020 06:48:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600930122; bh=jBCz5LY8N9IUAfeiRv9iPCrY8XTkPMdC+ePT54L4hus=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=knhZlvCxwruH+Q0Iai7SokRlnIK+od3UOPr+OQ1Z332QTKeVCmmC8P7Pfia1n5SMP y8/y6CjCBG1RlEJ5t3/29uHZN87/FT6ysedFbtWrllW3cZBLzpZvRO8/O/ZQ3Z8T++ HA8OSoNMhqvo4btY24hSHUpEBskkTT3YgigkJIxY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726950AbgIXGsm (ORCPT ); Thu, 24 Sep 2020 02:48:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:53802 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726119AbgIXGsm (ORCPT ); Thu, 24 Sep 2020 02:48:42 -0400 Received: from localhost (unknown [84.241.198.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C910420708; Thu, 24 Sep 2020 06:48:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600930121; bh=jBCz5LY8N9IUAfeiRv9iPCrY8XTkPMdC+ePT54L4hus=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hS2Eq8O+EVxrHkBPgQTWfZykTFLAHV0mUNKvrxlV/zKqBQ2/+JwLoY3hQr7cHUP/t 7dD8xopWl+BAxJ4mfGcMsIEItktj6mlIYpWAOZ5QWS9B33k+TFmVs5hxYgK21KjsXa IWGigLHjYo6QMVpXyH0JggfkprldBNpIHQgnPyvE= Date: Thu, 24 Sep 2020 08:48:38 +0200 From: Greg Kroah-Hartman To: Maximilian Luz Cc: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Arnd Bergmann , Rob Herring , Jiri Slaby , =?utf-8?B?Qmxhxb4=?= Hrastnik , Dorian Stoll Subject: Re: [RFC PATCH 1/9] misc: Add Surface Aggregator subsystem Message-ID: <20200924064838.GB593984@kroah.com> References: <20200923151511.3842150-1-luzmaximilian@gmail.com> <20200923151511.3842150-2-luzmaximilian@gmail.com> <20200923165745.GA3732240@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Wed, Sep 23, 2020 at 10:34:23PM +0200, Maximilian Luz wrote: > In short: Concurrent execution of the counter functions works, as far as > I can tell at least, and, as you see by the long answer, I have to spend > some time and think about the duplicate-value problem (again). If you've > managed to read through this wall of text (sorry about that) and you > have any ideas/preferences, please let me know. No, this all answers my question really well, thanks, what you have now is fine, no need to change it. thanks, greg k-h