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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 9ADAEC56202 for ; Fri, 20 Nov 2020 12:37:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1EDE622227 for ; Fri, 20 Nov 2020 12:37:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=pqgruber.com header.i=@pqgruber.com header.b="cNBVhPNp" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727855AbgKTMg6 (ORCPT ); Fri, 20 Nov 2020 07:36:58 -0500 Received: from mail.pqgruber.com ([52.59.78.55]:37640 "EHLO mail.pqgruber.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727796AbgKTMg5 (ORCPT ); Fri, 20 Nov 2020 07:36:57 -0500 Received: from workstation.tuxnet (213-47-165-233.cable.dynamic.surfer.at [213.47.165.233]) by mail.pqgruber.com (Postfix) with ESMTPSA id 6CE09C63E52; Fri, 20 Nov 2020 13:36:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pqgruber.com; s=mail; t=1605875815; bh=9tOCTUI7Zh2N5axz5xwyKVnUDCfX4RwFIIoyYcs6dKU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cNBVhPNpUNk4ZfhlX/S5GJf69/zvxTQxl8WQeTKmiMykJfkQ4D48jJPj8o8P0v1e9 PqzyhrLp7oBgwxunuu2BhFYGWeOnTsTGJFfeQaEHjHU8FMcq5Yhv0iGqeHybNUxMbl yo/MFJQnRZFIs3vw9h9YV9X9nnXIRhWKVmbWItoI= Date: Fri, 20 Nov 2020 13:36:54 +0100 From: Clemens Gruber To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Thierry Reding , Lee Jones , linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: pwm: pca9685: Add staggered-outputs property Message-ID: References: <20201118174515.278067-1-clemens.gruber@pqgruber.com> <20201120082150.kyihkhphph7wosfz@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201120082150.kyihkhphph7wosfz@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, On Fri, Nov 20, 2020 at 09:21:50AM +0100, Uwe Kleine-König wrote: > On Wed, Nov 18, 2020 at 06:45:15PM +0100, Clemens Gruber wrote: > > The pca9685 driver supports a new staggered-outputs property for reduced > > current surges and EMI. This adds documentation for the new DT property. > > Maybe point out the commit that added this support here? The pca9685 driver patch was not yet accepted and there will be a v2. Should I wait until the support is in Linus' tree and only then send a dt-bindings documentation patch, mentioning the commit? Best regards, Clemens