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 18BCEC433F5 for ; Wed, 15 Dec 2021 14:49:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243266AbhLOOt1 (ORCPT ); Wed, 15 Dec 2021 09:49:27 -0500 Received: from marcansoft.com ([212.63.210.85]:36252 "EHLO mail.marcansoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229878AbhLOOtX (ORCPT ); Wed, 15 Dec 2021 09:49:23 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: marcan@marcan.st) by mail.marcansoft.com (Postfix) with ESMTPSA id 88DE1419BC; Wed, 15 Dec 2021 14:49:21 +0000 (UTC) From: Hector Martin Subject: [GIT PULL] Apple SoC PMGR driver updates for 5.17 (v2) To: SoC Team Cc: Linux ARM , LKML Message-ID: <660f6f7f-0857-b54c-c415-79bcb93f0e02@marcan.st> Date: Wed, 15 Dec 2021 23:49:19 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: es-ES Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi SoC folks, Please merge these additional fixes for the PMGR driver for 5.17. This just adds a new feature needed for DCP devices, and disables module builds which were broken anyway (and didn't make much sense; thanks to the kernel test robot for catching that one!) -Hector The following changes since commit 6df9d38f9146e83b473f0c9e57fb5fdf3fcc93e2: soc: apple: Add driver for Apple PMGR power state controls (2021-12-07 13:13:13 +0900) are available in the Git repository at: https://github.com/AsahiLinux/linux.git tags/asahi-soc-pmgr-5.17-v2 for you to fetch changes up to 8e136c5ea43ae08c5d672deb1c3f494782a4392a: soc: apple: apple-pmgr-pwrstate: Do not build as a module (2021-12-15 20:36:05 +0900) ---------------------------------------------------------------- Apple SoC PMGR driver updates for 5.17 * Adds an auto-PM feature that is necessary for a single device * Disables module builds, which were broken anyway ---------------------------------------------------------------- Hector Martin (2): soc: apple: apple-pmgr-pwrstate: Add auto-PM min level support soc: apple: apple-pmgr-pwrstate: Do not build as a module drivers/soc/apple/Kconfig | 2 +- drivers/soc/apple/apple-pmgr-pwrstate.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A7F93C433EF for ; Wed, 15 Dec 2021 14:50:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Date:Message-ID:Cc:To: Subject:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=VE0OziL+tsGCZ3GB3AksfLWabUCSKYXg8kGLaVI2dxs=; b=AYgulFuUmmIGkR LjZYkHTIO7BYLn3pzaVc8Amh5j4H+wtwfvv08eWkLyYJxjbty/B6ASOL0D70oGqZPjabP5I5R0tz7 S3fPy8AYheApxMh4g1ISl62IkS/rXyOgIUu7FYQBGS7jtD8hybkOp8DqZb3JuG5E6qfdekRHpOn72 SzTmBSolVXjvpuo0n1+8t9B5DnRxOxS4l+6operiBOBAhHIwlWNcP28jkaXb+24SzL0VQVamSayzC wMHXa8pQOUKkwRskPNKhEiZKfUsTRNLuVTneMZceZFy+78wz3hm4DDuYJ1cb9xACH7gIKElLqgztu FAY6kRxGbrGKyrgkFluw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxVb1-001C8g-4u; Wed, 15 Dec 2021 14:49:31 +0000 Received: from marcansoft.com ([212.63.210.85] helo=mail.marcansoft.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxVax-001C7J-2s for linux-arm-kernel@lists.infradead.org; Wed, 15 Dec 2021 14:49:29 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: marcan@marcan.st) by mail.marcansoft.com (Postfix) with ESMTPSA id 88DE1419BC; Wed, 15 Dec 2021 14:49:21 +0000 (UTC) From: Hector Martin Subject: [GIT PULL] Apple SoC PMGR driver updates for 5.17 (v2) To: SoC Team Cc: Linux ARM , LKML Message-ID: <660f6f7f-0857-b54c-c415-79bcb93f0e02@marcan.st> Date: Wed, 15 Dec 2021 23:49:19 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 Content-Language: es-ES X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211215_064927_333311_AD062043 X-CRM114-Status: GOOD ( 10.03 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi SoC folks, Please merge these additional fixes for the PMGR driver for 5.17. This just adds a new feature needed for DCP devices, and disables module builds which were broken anyway (and didn't make much sense; thanks to the kernel test robot for catching that one!) -Hector The following changes since commit 6df9d38f9146e83b473f0c9e57fb5fdf3fcc93e2: soc: apple: Add driver for Apple PMGR power state controls (2021-12-07 13:13:13 +0900) are available in the Git repository at: https://github.com/AsahiLinux/linux.git tags/asahi-soc-pmgr-5.17-v2 for you to fetch changes up to 8e136c5ea43ae08c5d672deb1c3f494782a4392a: soc: apple: apple-pmgr-pwrstate: Do not build as a module (2021-12-15 20:36:05 +0900) ---------------------------------------------------------------- Apple SoC PMGR driver updates for 5.17 * Adds an auto-PM feature that is necessary for a single device * Disables module builds, which were broken anyway ---------------------------------------------------------------- Hector Martin (2): soc: apple: apple-pmgr-pwrstate: Add auto-PM min level support soc: apple: apple-pmgr-pwrstate: Do not build as a module drivers/soc/apple/Kconfig | 2 +- drivers/soc/apple/apple-pmgr-pwrstate.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel