From patchwork Thu Apr 11 15:44:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 13626171 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F4070205E11; Thu, 11 Apr 2024 15:44:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712850258; cv=none; b=QIkOX68C4DAFoHovVL86I0mXGYN8eDJG3zp0b9ihBQG3IzScZFVRKbjhBaia+w+21mOVcaWy7cquRGjjvCGWAeymo2i2HkWTnGVGXKVs8xMsMwf4eLAtjDDCah/155zhSUFyG4CNGL4tfMuyqsbzZuBFsohJ1MK+OTWzcs91Tsc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712850258; c=relaxed/simple; bh=e1dvSCg1omiFQogVZpulW6Xvv0upb7nj/qFDuBgjDAM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nWrRl3B2rRNU1Y7LVc5zrR8/8gJwluEXarCLKljvtjcdDdd0f4xUSoeKOg0M5CNMYd9M4zhbQUndu5QeeJV+I9qpdF23WxEICOk3c+oMePYYLvejmjUzo7gEYeNuFOeOLl7TdZpkGFqv8n/GEfdotQPHMgkxzsexWOcjFufssio= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kbZ8w1WN; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kbZ8w1WN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DBC88C072AA; Thu, 11 Apr 2024 15:44:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712850257; bh=e1dvSCg1omiFQogVZpulW6Xvv0upb7nj/qFDuBgjDAM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kbZ8w1WNmdaJATT3ZsRE6gEYKmsANWdKfvQFyHYcLQbngKRMqNHZyGVn44Ritnne5 RrrIdNFBqXjPCvN8l4I19ujQkKrwbzfnWAaTjtPueu5BF0VmSM+5gtHV1ScRFUFpLE 7UI+8sD6a9xT5L+Cttqa9TEFUFSjxh7/9+JpZ95pEAdedHiyIahKHj1GieC9vX+Rp0 zc9Z1N9wilo5RsgYoUr8tZdcqbY7QbE+H26rXHrhfUT+bWD6oJ+T7HFvCFzCNV4UzF ug/lnkVqJaJsyv1SOeGFqGrtGWSfE83PEk8GhMcf+B80O3/bLxMJ5eU8AegsUUeaCT PcWZxVVtdqUxQ== Date: Thu, 11 Apr 2024 16:44:13 +0100 From: Lee Jones To: Heiner Kallweit Cc: Thomas Bogendoerfer , Pavel Machek , Jaroslav Kysela , Takashi Iwai , "linux-leds@vger.kernel.org" , linux-sound@vger.kernel.org, linux-mips@vger.kernel.org Subject: [GIT PULL] Immutable branch between MFD, MIPS and Sound due for the v6.10 merge window Message-ID: <20240411154413.GG2399047@google.com> References: <3918a80c-b885-40f6-a96e-bcd4c53ff448@gmail.com> Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <3918a80c-b885-40f6-a96e-bcd4c53ff448@gmail.com> Enjoy! The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git ib-leds-mips-sound-v6.10 for you to fetch changes up to ab2ab9e69ef9734b875ce6d43fe3f9f90135daae: leds: trigger: audio: Remove this trigger (2024-03-28 10:40:24 +0000) ---------------------------------------------------------------- Immutable branch between MFD, MIPS and Sound due for the v6.10 merge window ---------------------------------------------------------------- Heiner Kallweit (3): leds: trigger: Store brightness set by led_trigger_event() ALSA: control-led: Integrate mute led trigger leds: trigger: audio: Remove this trigger arch/mips/configs/ci20_defconfig | 1 - drivers/leds/led-triggers.c | 6 ++-- drivers/leds/trigger/Kconfig | 7 ---- drivers/leds/trigger/Makefile | 1 - drivers/leds/trigger/ledtrig-audio.c | 67 ------------------------------------ include/linux/leds.h | 29 ++++++++-------- sound/core/Kconfig | 1 - sound/core/control_led.c | 20 +++++++++-- 8 files changed, 36 insertions(+), 96 deletions(-) delete mode 100644 drivers/leds/trigger/ledtrig-audio.c