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=-3.8 required=3.0 tests=BAYES_00, 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 18121C433DB for ; Wed, 24 Mar 2021 06:16:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B9756619FB for ; Wed, 24 Mar 2021 06:16:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233194AbhCXGP5 (ORCPT ); Wed, 24 Mar 2021 02:15:57 -0400 Received: from mail.thorsis.com ([92.198.35.195]:60892 "EHLO mail.thorsis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233182AbhCXGP5 (ORCPT ); Wed, 24 Mar 2021 02:15:57 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 9AA3D3242; Wed, 24 Mar 2021 07:15:55 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.thorsis.com Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tl2f0L7LG2pZ; Wed, 24 Mar 2021 07:15:55 +0100 (CET) Received: by mail.thorsis.com (Postfix, from userid 109) id C67403374; Wed, 24 Mar 2021 07:15:53 +0100 (CET) Date: Wed, 24 Mar 2021 07:15:47 +0100 (CET) From: Alexander Dahl To: Hermes Zhang , Pavel Machek , Dan Murphy , Rob Herring Cc: kernel , "linux-leds@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Message-ID: <395366948.12083.1616566547773@seven.thorsis.com> In-Reply-To: References: <20210324024844.15796-1-chenhui.zhang@axis.com> <558944059.12080.1616565502073@seven.thorsis.com> Subject: RE: [PATCH v3] dt-binding: leds: Document leds-multi-gpio bindings Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-Originating-Client: open-xchange-appsuite Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello, > Hermes Zhang hat am 24.03.2021 07:04 geschrieben: > > > > > > > > Notes: > > > Add maxItems > > > > What about the other part of the series? I think you should send both > > patches together with an introduction message on both. If you only change > > one patch for a new version spin of the series, just send the other one > > unchanged. > > > > (It makes no sense to merge the binding as long as the driver is not merged, > > otherwise you would end up with a binding without driver. So keeping them > > together should help reviewers and maintainers.) > > > > Hi Alexander, > > The other part is here: https://lore.kernel.org/patchwork/patch/1399875/, so do you mean I need to combine these two as one commit? Or is there anyway to link them together? Thanks. Two commits. For sending more than one patch in a series call `git format-patch` with the option --cover-letter. Please have a look at documentation on `git format-patch` and `git send-email` again. You can see how it looks if you look out for other patch series on the from the past, especially those with subjects like "[PATCH 0/x] ...". An e-mail client supporting threaded view helps a lot. > I'm first time to commit a new driver, sorry for that. Thanks for trying. No need to be sorry, the tools are hard and expectations are high. In the end it's all about efficiency. Have a nice day Alex