Message ID | 20220210140745.1059087-1-brgl@bgdev.pl |
---|---|
Headers | show
Return-Path: <linux-gpio-owner@kernel.org> 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 C37F9C433FE for <linux-gpio@archiver.kernel.org>; Thu, 10 Feb 2022 14:08:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238327AbiBJOIE (ORCPT <rfc822;linux-gpio@archiver.kernel.org>); Thu, 10 Feb 2022 09:08:04 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:59378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242611AbiBJOH7 (ORCPT <rfc822;linux-gpio@vger.kernel.org>); Thu, 10 Feb 2022 09:07:59 -0500 Received: from mail-wr1-x42c.google.com (mail-wr1-x42c.google.com [IPv6:2a00:1450:4864:20::42c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 09D44F9 for <linux-gpio@vger.kernel.org>; Thu, 10 Feb 2022 06:07:58 -0800 (PST) Received: by mail-wr1-x42c.google.com with SMTP id s18so9794050wrv.7 for <linux-gpio@vger.kernel.org>; Thu, 10 Feb 2022 06:07:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Zq9siRtDb5B8cQQAy0BH/Mx229PYbUkJaokgjnfUf4g=; b=Osi5DI003duahcYRcZJjy7ygChprqNaioZgrM1Pf+0i1evyQOI64zZ2MEyO1IliGqT etg0HNWAxkwKdxgr4drBm8nGjeAyK3yHpCflWT9LS07QKx1vGiA/z/Nrd2XtoP1Qj/yE 98g5MNQnoL99gatqT5MVkT+hATM9FWaemIMVLMyFcoE7DFcPjIF/KGHrdv4R4U0Li9Av hiqDKyW110XP+7Ry3MHBKHK0Y1oXzKks42lYTM2Y067NfvszcWDSpsK/lrD4zzHnPBwk ubdabk8Th2+g6mKSfauUEu7B22dx9k/uimLWKEdHEVOujRgNXZoncyMTfme+/M9Lp+82 wNsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Zq9siRtDb5B8cQQAy0BH/Mx229PYbUkJaokgjnfUf4g=; b=EX34Ln4xOxVsoJu7X9EW7IGanKnOQoEIuQEoqFUx0TSDgS/xNfcR7UD128V9Ix8Dqr FJny5YwqC+iRyUZUNvExTz1WCkxiDCjQ0o8tQMzRAvQL4CRXKhuLgonYpbTkvDrGv916 5k22uXnXIbcuguVR7p2VZSCJAUD1CzUFWDJW9l7gQuNEYGs3oqcm6bLFsZcS4psYDZb8 E9kHtzES/Pmxm4ohu4/hylrpjXIMm9jEQ7VccjKVVQ25VFp2f9M4qCkyypO56hseJCpY FTLBj/vDfJyH4YrTB78nePAEdDaV/95+Q9RoFEN4vCDObzuo/SnPucwRtPtqc4D81Dqy GAew== X-Gm-Message-State: AOAM530YXccHDh4DVS9F4fLlPqMQQHftupj0G8wRSIT+3EQfN4uLXFh/ jigZj2Jh9dI9CgSAA3ugrknGiQ== X-Google-Smtp-Source: ABdhPJztIlu3MkkA+ka+3SDQLmCCic7UbFrc/1+sxV3yAaVwXxqgFuTp5kdwmeYqcgiu8Z81oEgXuQ== X-Received: by 2002:a05:6000:c1:: with SMTP id q1mr6348983wrx.479.1644502076545; Thu, 10 Feb 2022 06:07:56 -0800 (PST) Received: from debian-brgl.home ([2a01:cb1d:334:ac00:7d50:ff5:f5c1:e225]) by smtp.gmail.com with ESMTPSA id i3sm18322879wrq.72.2022.02.10.06.07.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Feb 2022 06:07:56 -0800 (PST) From: Bartosz Golaszewski <brgl@bgdev.pl> To: Kent Gibson <warthog618@gmail.com>, Linus Walleij <linus.walleij@linaro.org>, Andy Shevchenko <andriy.shevchenko@linux.intel.com>, Viresh Kumar <viresh.kumar@linaro.org> Cc: linux-gpio@vger.kernel.org, Bartosz Golaszewski <brgl@bgdev.pl> Subject: [libgpiod v2][PATCH 0/4] libgpiod v2: rewrite tests for the C library Date: Thu, 10 Feb 2022 15:07:41 +0100 Message-Id: <20220210140745.1059087-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-gpio.vger.kernel.org> X-Mailing-List: linux-gpio@vger.kernel.org |
Series |
libgpiod v2: rewrite tests for the C library
|
expand
|