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=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 5ABBAC433F5 for ; Sat, 4 Sep 2021 05:57:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3E131610A1 for ; Sat, 4 Sep 2021 05:57:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231874AbhIDF6s (ORCPT ); Sat, 4 Sep 2021 01:58:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:57740 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229741AbhIDF6r (ORCPT ); Sat, 4 Sep 2021 01:58:47 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 63B2D60FDC; Sat, 4 Sep 2021 05:57:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1630735066; bh=nD1U32S6Fzmo+zWbyEBE9TDhzXdf4QJPCcjsoZxAAz4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Qe7yXkuDBoCngCTKE6eimmDfTVsxiZur5cpgfXcGFgi7oren5PBYjsvJmGRXmmSs3 1NFBUsEjpLlvVvLu0szXiogdxqRHKDT12jOG44fCcpebLnGoCaPPqmC7x846phff3L ydAcssnRfBEXdHPWkJcd7nxS3loLFVv1QDbu2W5s= Date: Sat, 4 Sep 2021 07:57:44 +0200 From: Greg KH To: Ian Pilcher Cc: axboe@kernel.dk, pavel@ucw.cz, linux-leds@vger.kernel.org, linux-block@vger.kernel.org, linux@vger.kernel.org, kabel@kernel.org Subject: Re: [PATCH 15/18] ledtrig-blkdev: Add sysfs attributes to [un]link LEDs & devices Message-ID: References: <20210903204548.2745354-1-arequipeno@gmail.com> <20210903204548.2745354-16-arequipeno@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210903204548.2745354-16-arequipeno@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Fri, Sep 03, 2021 at 03:45:45PM -0500, Ian Pilcher wrote: > /sys/class/leds//add_blkdev - to create device/LED associations > > /sys/class/leds//delete_blkdev to remove device/LED associations > > For both attributes, accept multiple device names separated by whitespace > > Signed-off-by: Ian Pilcher > --- > drivers/leds/trigger/ledtrig-blkdev.c | 48 +++++++++++++++++++++++++++ > 1 file changed, 48 insertions(+) Where are the Documentation/ABI/ updates for these new sysfs files? thanks, greg k-h