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 2068DC25B4E for ; Tue, 24 Jan 2023 11:29:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233995AbjAXL35 (ORCPT ); Tue, 24 Jan 2023 06:29:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234014AbjAXL3y (ORCPT ); Tue, 24 Jan 2023 06:29:54 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3410E2CC74; Tue, 24 Jan 2023 03:29:50 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D984AB8117A; Tue, 24 Jan 2023 11:29:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E994FC4339B; Tue, 24 Jan 2023 11:29:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674559787; bh=K6WhJx32HOAhLucQVv0jSk8TaQu1Hz44D32MMzWfv6E=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ZDZyjO8THnye25danif89e2Bf3ZrD88eBpK/eK0zUDPHdRtJaQEO+ENRWVfA2tomx ieu//Lj7nwqhe1HEnZ7YGlYbr2OR2yd4ITIpWWMhPuPKyxWNN6/sjsDVcOz174Se8G 0ltGkpQeBywWv7ntZbGG9zYmMS1kPcau2fDQRGwUGLRYE3/WdnBb9hgRz5OloXxdsn xtynHFOmVldk15WX1QGf0H85umvp1QVMXkChGuWQb9AUywzl2us3wWLK3BtCPFnxM9 GELyjlDP7ixhiGCvsAJRA0Re9iUCftcOPp+pgnUyIzoGeIREMZcPjPou2kms90lmvj GEO6jAEBYoYbw== Message-ID: <907da24c-1619-a75b-b6b6-66c8ae86df6d@kernel.org> Date: Tue, 24 Jan 2023 12:29:42 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.0 Subject: Re: [PATCH 2/3 v6] input: pwm-beeper: add feature to set volume level Content-Language: en-US To: Manuel Traut , linux-kernel@vger.kernel.org Cc: Dmitry Torokhov , Frieder Schrempf , linux-input@vger.kernel.org References: From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On 24/01/2023 12:13, Manuel Traut wrote: > This patch adds the documentation for the devicetree bindings to set > the volume levels. > > Signed-off-by: Frieder Schrempf > Acked-by: Rob Herring > --- One more: Use subject prefixes matching the subsystem (which you can get for example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory your patch is touching). Best regards, Krzysztof