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 9E89DC3DA78 for ; Sat, 14 Jan 2023 11:15:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229674AbjANLPD (ORCPT ); Sat, 14 Jan 2023 06:15:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229489AbjANLPC (ORCPT ); Sat, 14 Jan 2023 06:15:02 -0500 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92C19558F for ; Sat, 14 Jan 2023 03:15:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673694901; x=1705230901; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=MxHnOre7fPfOdFWaa9a14yxWMjc/j7aBw0LJAW15kQk=; b=YJlqzy8svinNyrf7gNIK+opcKHH6A/uVuYXmXkAk5SQx6hAHS2PFUB+1 bMUXWmcXLDnPh4jXnyKfMA4S/InSvB5sFn1X0mvTH9pN+c5JA430Lu0ss bsUGFT2uJYnPIP/zsxCNCYWpcghGQLT1RxbhJwYRSVztlSPASP85naINm U2ryqvA8n8gE5nSabn6oo4EtgbjLDw0P2hsB2cL56tC317FKsJ5Fa0H8K XSLU4VENZG5V+ylZkkL2B2XVfCWtlzZlenRtl46ajh1aPwQpXT468wYNE epV4lZ8/WWLDJSiLLTpgdO7764pMDwJGB/R04mfcGHf6ZcVKdFZK6r3kH w==; X-IronPort-AV: E=McAfee;i="6500,9779,10589"; a="325439003" X-IronPort-AV: E=Sophos;i="5.97,216,1669104000"; d="scan'208";a="325439003" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2023 03:15:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10589"; a="658480217" X-IronPort-AV: E=Sophos;i="5.97,216,1669104000"; d="scan'208";a="658480217" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga002.jf.intel.com with ESMTP; 14 Jan 2023 03:14:59 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pGeUz-0097fL-1w; Sat, 14 Jan 2023 13:14:57 +0200 Date: Sat, 14 Jan 2023 13:14:57 +0200 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Kent Gibson , Linus Walleij , Viresh Kumar , linux-gpio@vger.kernel.org, Bartosz Golaszewski Subject: Re: [libgpiod][PATCH 01/16] README: update for libgpiod v2 Message-ID: References: <20230113215210.616812-1-brgl@bgdev.pl> <20230113215210.616812-2-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230113215210.616812-2-brgl@bgdev.pl> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Jan 13, 2023 at 10:51:55PM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Certain parts of the README file still refer to concepts removed from > libgpiod v2. Update whatever needs updating. ... > The minimum kernel version required to run the tests can be checked in the > tests/gpiod-test.c source file (it's subject to change if new features are > -added to the kernel). The tests work together with the gpio-mockup kernel > -module which must be enabled. NOTE: the module must not be built-in. A helper > -library - libgpiomockup - is included to enable straightforward interaction > -with the module. > +added to the kernel). The tests work together with the gpio-sim kernel which Mistakenly removed word 'module' ? > +must either be built-in or available for loading using kmod. A helper > +library - libgpiosim - is included to enable straightforward interaction with > +the module. ... > -Both C++ and Python bindings also include their own test-suites. Both reuse the > -libgpiomockup library to avoid code duplication when interacting with > -gpio-mockup. > +C++, Rust and Python bindings also include their own test-suites. Both reuse the "Both" out of three? > +libgpiosim library to avoid code duplication when interacting with gpio-sim. -- With Best Regards, Andy Shevchenko