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 DB733C636CC for ; Sat, 4 Feb 2023 14:11:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233933AbjBDOLb (ORCPT ); Sat, 4 Feb 2023 09:11:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231176AbjBDOL2 (ORCPT ); Sat, 4 Feb 2023 09:11:28 -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 0E5D936FC6; Sat, 4 Feb 2023 06:11:27 -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 AFB3EB80AEC; Sat, 4 Feb 2023 14:11:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3BABFC433D2; Sat, 4 Feb 2023 14:11:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675519885; bh=YGYa6txqsfytQDKTGYUZ5YOEdA9iIcyiwihgN0ebxgU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nbqwa+jGg5n66uzzN2lrfXeZu4D3tG1vm+o2Y/KpCLF4Bjshphhk7BOTJK7OztxWc cZtF/d+DqLm4T5mudmE0/1m65tu4MzB3iBEZgUM7glTlyQ7TSR6QJ5lAQ1X4GccbT4 3uXPg2RvHSvUXL2duDQQ5+KyEOb/xBXTU/MBBOCyG2hjS5E7piGW1ewZ8R0RW4lpOh g90W7FK8U0zwR4wXAbF5eAff3pNam8mpo5R0NJC5+e5F4sI+tjLFa8y4ghPItQ/En/ kwiN5gSVg2qur0ddxTtnmrNaFVYzaWRYm4vyAvRKW5djo3Xh6j2/a71fd0bVVrBzfe kmXKiBTlHY/Ew== Date: Sat, 4 Feb 2023 14:11:06 +0000 From: Lee Jones To: Corentin Labbe Cc: linus.walleij@linaro.org, pavel@ucw.cz, robh+dt@kernel.org, jacek.anaszewski@gmail.com, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, Rob Herring Subject: Re: [PATCH v5 1/2] dt-bindings: leds: common: add disk write/read and usb-host/usb-gadget Message-ID: References: <20230131140304.626779-1-clabbe@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230131140304.626779-1-clabbe@baylibre.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 31 Jan 2023, Corentin Labbe wrote: > The triggers enum misses 3 cases used by gemini DT. > usb-host was added via commit 0cfbd328d60f ("usb: Add LED triggers for USB activity") > so we add also as valid trigger usb-gadget which was added along in this > commit. > > disk-read/disk-write were added by commit d1ed7c558612 ("leds: Extends disk trigger for reads and writes") > Reviewed-by: Linus Walleij > Acked-by: Rob Herring > > Signed-off-by: Corentin Labbe Applied, thanks -- Lee Jones [李琼斯]