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=-2.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 5C0F3C433E4 for ; Mon, 22 Mar 2021 17:04:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 49B98619AF for ; Mon, 22 Mar 2021 17:04:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231952AbhCVREM (ORCPT ); Mon, 22 Mar 2021 13:04:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231664AbhCVRDp (ORCPT ); Mon, 22 Mar 2021 13:03:45 -0400 Received: from mail-yb1-xb30.google.com (mail-yb1-xb30.google.com [IPv6:2607:f8b0:4864:20::b30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C2390C061756; Mon, 22 Mar 2021 10:03:44 -0700 (PDT) Received: by mail-yb1-xb30.google.com with SMTP id m3so7340585ybt.0; Mon, 22 Mar 2021 10:03:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ZOljc04t5W0SUG7srUbPvSgsB/FGIZayT6DVZGLWN+w=; b=exCPMSiK430a0FW4Meg32jeboSqL0KY5onrZn7kdcsnYhL+//3MXbtq6plUCPsCIpc 3CtAuVdmJrfpUuMOKNIW5NfsjMpgRTHwxRQ+WmgVrV9LKXWki9qW41ALRo80g4kbCj8q X527/5eVBLx4xs9b39g2GacrGKz3x7edcvE7R3otWOyyvpGbFZ0EuWC66TsX4hmqzD9B ppsYbB20l9ThMaQpjeHEqJDgJmVU4IG3O5rk6mCOZTIaTWE4IszsppmaqYlUhT16SfQK Ne45xB1Tgzr6hVXoynozItYEt9FG3n8GvCqGqc5XxSRL02q/BkfEzG3zl210fOZxc1WS ZymA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ZOljc04t5W0SUG7srUbPvSgsB/FGIZayT6DVZGLWN+w=; b=o3QACyBLKIfeDX+ulsZIWy7YwklyfNd3sjmmGjLl5BF0ZiNm0458HKBJKPfitr6HBb z6kRjaSaGPy1tuhGZjqJL/IvF3Egv5o2lCiVS567rbj3fCNJ7mVQD3MnyAX8F1+3TXix LVBaqUHvdwrmpdkBR64CeT0Edvf6tmbBsistpJKg07Tp0eRi4cfvFmvjM6zUSeMTWGzY e/Y+UcMif/DNJbTEBH6ga+1dIDZW2wcz4TJ1m5a/Cf1wX3Q7nsoiHSne5c7SWnUk8IWj 41Pf5DXGg5cIw39unJaLNuxQkqeQ5C3EIYJoIdpJwSucNJGonWMworaW5+DO15l4KeLE d2IQ== X-Gm-Message-State: AOAM533mZl0MNSHGLAtGKS7vQPsADNf4lnopkRetetiIjc4Jjlhxlr8t X1lE8XbCPPsc1hKHZ5OBYfwNhdHmhaUVsK4BEFc= X-Google-Smtp-Source: ABdhPJzXhhzm+9Km3ayepaExYQ/+mSazkf6ZWSZTXcZULZ9qdkRKq1tiyZI7pEJgOr/psRbhdunpq8Yj4+AyuxjBbZU= X-Received: by 2002:a25:d296:: with SMTP id j144mr643664ybg.33.1616432624083; Mon, 22 Mar 2021 10:03:44 -0700 (PDT) MIME-Version: 1.0 References: <20210322144848.1065067-1-geert@linux-m68k.org> In-Reply-To: <20210322144848.1065067-1-geert@linux-m68k.org> From: Miguel Ojeda Date: Mon, 22 Mar 2021 18:03:33 +0100 Message-ID: Subject: Re: [PATCH 00/17] auxdisplay: ht16k33: Add character display support To: Geert Uytterhoeven Cc: Robin van der Gracht , Rob Herring , Miguel Ojeda , Paul Burton , Greg Kroah-Hartman , devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 22, 2021 at 3:48 PM Geert Uytterhoeven wrote: > > Thanks for your comments! We could use this as a showcase on how to structure and present a patch series! ;-) Cheers, Miguel