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 DE0C1C433EF for ; Mon, 11 Apr 2022 03:33:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240392AbiDKDgE (ORCPT ); Sun, 10 Apr 2022 23:36:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238812AbiDKDgD (ORCPT ); Sun, 10 Apr 2022 23:36:03 -0400 Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 322322AC57 for ; Sun, 10 Apr 2022 20:33:51 -0700 (PDT) Received: by mail-pj1-x1031.google.com with SMTP id c12-20020a17090a020c00b001cba1ebb20cso714256pjc.0 for ; Sun, 10 Apr 2022 20:33:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=ReP3a8cEKT8nv+Y7WWH4UmOJoBGVyEgvolBr0WXkxmc=; b=rjskXEqlsI0fiwe8xupYXDdBkdDmZt98SobZd8jfWI81Kv+NFeWVMk2YvdKmWuYmTB pNp9Zy1+8TtnCX7wNRYnHM+kzyb12JTcLgKRCUiimiuWFGYgPcWOz8twiT1nc9w9EZOx +T+cu24SiKy3qLc9SYbPUUVmARBKwK4+JNNph9RWXKF324owIcFzc49Jj1rw6FbD/AaC IDZHx9V9l9ZBUzjQUjj0jq2wNZkUfSQBHYrhZxwJ4QDSvTW84+k6RtV6CXBO8fYBwhqe ULiyUROXIx2xsBbqfJrK5kePkUnvVaKUyqm0lDGl9v/6xip2mrTFTzrXDykF+26uVlrb HUKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ReP3a8cEKT8nv+Y7WWH4UmOJoBGVyEgvolBr0WXkxmc=; b=HTc/jDY+EpdomRrzRyzc0GZjWWje9ZoUDyx0cyq46tTVLHfBTIpcxlzlGolnvh2ZrA wzNlhWWh0XAE1cQvxqmavs/QzuqHsUt4xCxY0xlqc/MKVL8/U8X7wEQkVGjhDE9PA8M6 SAtm8pzLnYB40uGkxOgDElMCZXdYUUnCS3HqmO2d49pRcK+Tprm7l7Nhm6qL1YIoamyb eA5wPVsDbltIkN1I+zF2McEWkQ325uv71Pk9QFAa3fZIHs0bQLCXcXAm2ed3COOMkoBV TMX7ThrrROOFUG3hFyk9Mw3Odr9iptblInaQF+TBPorq5foR9RVC5aYp0R3wU1q8Tf1F yLfg== X-Gm-Message-State: AOAM5307JU1pYsnZ2XlGTmIG5y3ncKINK6y/dppq9a6iq2RrY5bvo6fy GRzlsG0kDNRRNT7lZgMOXl32zKttG+MzRw== X-Google-Smtp-Source: ABdhPJz4LXNwXg8egDX2jKsYyyTAADvKFoNZUDqvS6rDVtTGCWbaTPw9sTQl6zudRf6mluH74TR23w== X-Received: by 2002:a17:90a:5146:b0:1ca:75b8:7765 with SMTP id k6-20020a17090a514600b001ca75b87765mr34442339pjm.86.1649648030589; Sun, 10 Apr 2022 20:33:50 -0700 (PDT) Received: from localhost ([223.184.83.228]) by smtp.gmail.com with ESMTPSA id y3-20020a17090a8b0300b001c735089cc2sm18166543pjn.54.2022.04.10.20.33.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 10 Apr 2022 20:33:49 -0700 (PDT) Date: Mon, 11 Apr 2022 09:03:48 +0530 From: Viresh Kumar To: Linus Walleij , Bartosz Golaszewski Cc: Vincent Guittot , linux-gpio@vger.kernel.org, Kent Gibson , Miguel Ojeda , Wedson Almeida Filho , Alex =?utf-8?Q?Benn=C3=A9e?= , stratos-dev@op-lists.linaro.org Subject: Re: [PATCH V2 0/4] libgpiod: Add Rust bindings Message-ID: <20220411033348.khqukcu7xczytd6y@vireshk-i7> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716-391-311a52 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On 02-12-21, 16:52, Viresh Kumar wrote: > Hi Bartosz, > > This patch adds rust bindings for libgpiod v2.0, this is already partially > tested with the virtio rust backend I am developing, which uses these to talk to > the host kernel. > > This is based of the next/post-libgpiod-2.0 branch. > > I will be adding testing infrastructure later on, once other bindings are > converted to use gpiosim. Hi Bartosz, I can see a lots of patches related to V2 version making there way into libgpiod, but it is a bit hard for me to follow them currently. Just wanted to request you, if you can ping me once the API is stable enough and most of the V2 changes you planned are merged, so I can rebase my stuff over those and send for review. Thanks. -- viresh