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 DDFBEC4167B for ; Thu, 30 Nov 2023 14:02:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345752AbjK3OCs (ORCPT ); Thu, 30 Nov 2023 09:02:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345768AbjK3OCq (ORCPT ); Thu, 30 Nov 2023 09:02:46 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C51A10E3 for ; Thu, 30 Nov 2023 06:02:51 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 61191C433C9; Thu, 30 Nov 2023 14:02:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701352970; bh=0HfzENfinj2Ja46P/LCKGr17zbnVTr1k9b/TXJfjupU=; h=Date:From:To:Cc:Subject:From; b=XDilvnhgVzh8VzxVTvN6EQh1mm0c91Gi/vMaMi8yYMhcMFmPMEcjBK3fOyQLSZ6jg 3igYPTMONabeTxlbnCZIuXNXqxSP5ika8ZN0sSiTZ/7HUUSczOcBKoBG8Mjd59tft8 70qZ7R4kPA++ZioLOoolQDSHZgKc2dM096mMc6g3Qto2SgDnCcpGac0MD9p1GplYja DdQgVAJYAzaM90l2X3OwIq0JCLDeuBfHzj211jh9fxzeYGR6u0R8ezbsxV5R+D1YDQ RvsNt/2UUz39fBnaeiXOC3n23vSTaNgZfQZZbuNB4teu2I/tphycmVvcaiwWNctl+i tCtjZZBhb58jQ== Date: Thu, 30 Nov 2023 14:02:46 +0000 From: Lee Jones To: Linus Torvalds Cc: Lee Jones , Linux Kernel Mailing List , Pavel Machek , Takashi Iwai Subject: [GIT PULL] LEDs fixes for v6.7 Message-ID: <20231130140246.GK1470173@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Good afternoon Linus, The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git tags/leds-fixes-6.7 for you to fetch changes up to 8f2244c9af245ff72185c0473827125ee6b2d1a5: leds: class: Don't expose color sysfs entry (2023-11-22 11:46:03 +0000) ---------------------------------------------------------------- - Core Frameworks - Remove duplicate sysfs entry 'color' from LEDs class ---------------------------------------------------------------- Takashi Iwai (1): leds: class: Don't expose color sysfs entry Documentation/ABI/testing/sysfs-class-led | 9 --------- drivers/leds/led-class.c | 14 -------------- 2 files changed, 23 deletions(-) -- Lee Jones [李琼斯]