From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 08F2C3314BF; Fri, 26 Jun 2026 08:21:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782462073; cv=none; b=jz3jSntru49kmBBCB56wg7HKzWW74zbaT+rxu2VUqGcB83B65UXX0uI8sphA/RP8wCfDFvrtVanjCByl/++8EwfNHy49RJqQDeBFWvOKOL1XCpeC3/9SZC5cyxrwhRQsfjXEnMaewWZa8reINlgDe7a83y9ImYfLms8gxVl4j2M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782462073; c=relaxed/simple; bh=fQ5QPBIlRXuwWqdYdV9ssqCWmUSDxWbJSPaWIIOFzKg=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=S7Fq+JK67prEqBIO9wgewR3DAh6jkJDUVAQQIpxWvQLPgmudUibUYyiVWLWqPo+O6JYgXFzUILM+6W3IXUTLkJJnkzVrv5pboKZHTCFHztetnuThtfsoXq5Ragqwy4rpqFHO0aRduiWpdCVDxhF9Rf58MddZQYC7HoU9BuUjT8Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oEW0CG/9; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oEW0CG/9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1993C1F00A3A; Fri, 26 Jun 2026 08:21:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782462070; bh=mKdovRIrKfyxu635TzziBG37YLmIxh49GjmLAgAIHUg=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=oEW0CG/94G+fLSDLCrwsou32pQbWB6aRMjW87zHUXlLuzZy/K+I1NDQCu52QeCv+N 0TPRnMW9bKrWxlzErKoh6Ecg83BOIz34dfafwUDpyS4WrAIzV9XM9DaMzJmeazcnfe gUXg2/NLVqviD9vIVFfepRpzSJ8k4Nn7zXmbkbKknP3/7bUrWk6ngWdpkmPqFQAU0z I5gzfoLdLWMLSFKa5DFSxK35JX+mSj0pTwSe4jpHtdfI5zxX7n7EX7oYXx7eVo+Q8E lmzcE1dniK06SAVV710pZ1FtvT+xV0UEHP2v9FGQvH7XiEITgiIpEdibHF3Xr4Hjoy cbujCc5RGAtIQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 5697639389E8; Fri, 26 Jun 2026 08:20:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v1 0/6] power: Use named initializers for platform_device_id arrays From: patchwork-bot+linux-riscv@kernel.org Message-Id: <178246205698.3816447.10450599511697138681.git-patchwork-notify@kernel.org> Date: Fri, 26 Jun 2026 08:20:56 +0000 References: In-Reply-To: To: =?utf-8?q?Uwe_Kleine-K=C3=B6nig_=28The_Capable_Hub=29_=3Cu=2Ekleine-koenig?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org, =?utf-8?q?=40baylibre=2Ecom=3E?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org Cc: linux-riscv@lists.infradead.org, sre@kernel.org, visitorckw@gmail.com, bleung@chromium.org, groeck@chromium.org, linux@weissschuh.net, krzk@kernel.org, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, hansg@kernel.org, m.szyprowski@samsung.com, sebastian.krzyszkowiak@puri.sm, kernel@puri.sm, dlan@kernel.org, andreas@kemnade.info, mazziesaccount@gmail.com, sven@kernel.org, j@jannau.net, neal@gompa.dev, amitsd@google.com, samkay014@gmail.com, spacemit@lists.linux.dev, asahi@lists.linux.dev, imx@lists.linux.dev, wens@kernel.org Hello: This patch was applied to riscv/linux.git (fixes) by Sebastian Reichel : On Fri, 29 May 2026 12:18:15 +0200 you wrote: > Hello, > > this series targets to use named initializers for platform_device_id > arrays. In general these are better readable for humans and more robust > to changes in the respective struct definition. > > This robustness is needed as I want to do > > [...] Here is the summary with links: - [v1,4/6] power: Use named initializers for platform_device_id arrays https://git.kernel.org/riscv/c/e28f7498dd81 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html 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 71057CDE012 for ; Fri, 26 Jun 2026 08:21:22 +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:Cc:To:In-Reply-To:References:Date: Message-Id:From:Subject:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mzK1c752wqWCsflyX3iEVMX/EppipYzXCJ7fHl6qooE=; b=j5E16miBPWuCJu KbplGgLQOkxaKpBAd2cCyM14v0ENYLJ7kHB711Of8YNYBprUhh5w+JQy0SikbC2hPwiP5+EKgIGRW /wEME0quC3OYFJWRdoOXraRQjYeR3NhlOPxMNxZlHdbvSPPgOUe9HWnJBuOysWRuoDpZ34VF/HFih zJuzvphfDyKnbj+lb0lsk0PcVhEdvYrTNClLUihztk0lfkHR9Mx9LfGVchmwm+WgGQwqrxThSXhD3 w93UJNtwzq+ENjsjG5Bh1g0KviNzInmJpVtRzFs6NIGtEvM803yNI8c75VfTd4/mAV00/AFVWDEQA hEf3JCUHAL4DHc57i2PQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wd1oH-0000000An2g-1aiy; Fri, 26 Jun 2026 08:21:13 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wd1oF-0000000An0H-1hx5; Fri, 26 Jun 2026 08:21:11 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 6FE59600AE; Fri, 26 Jun 2026 08:21:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1993C1F00A3A; Fri, 26 Jun 2026 08:21:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782462070; bh=mKdovRIrKfyxu635TzziBG37YLmIxh49GjmLAgAIHUg=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=oEW0CG/94G+fLSDLCrwsou32pQbWB6aRMjW87zHUXlLuzZy/K+I1NDQCu52QeCv+N 0TPRnMW9bKrWxlzErKoh6Ecg83BOIz34dfafwUDpyS4WrAIzV9XM9DaMzJmeazcnfe gUXg2/NLVqviD9vIVFfepRpzSJ8k4Nn7zXmbkbKknP3/7bUrWk6ngWdpkmPqFQAU0z I5gzfoLdLWMLSFKa5DFSxK35JX+mSj0pTwSe4jpHtdfI5zxX7n7EX7oYXx7eVo+Q8E lmzcE1dniK06SAVV710pZ1FtvT+xV0UEHP2v9FGQvH7XiEITgiIpEdibHF3Xr4Hjoy cbujCc5RGAtIQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 5697639389E8; Fri, 26 Jun 2026 08:20:58 +0000 (UTC) MIME-Version: 1.0 Subject: Re: [PATCH v1 0/6] power: Use named initializers for platform_device_id arrays From: patchwork-bot+linux-riscv@kernel.org Message-Id: <178246205698.3816447.10450599511697138681.git-patchwork-notify@kernel.org> Date: Fri, 26 Jun 2026 08:20:56 +0000 References: In-Reply-To: To: =?utf-8?q?Uwe_Kleine-K=C3=B6nig_=28The_Capable_Hub=29_=3Cu=2Ekleine-koenig?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org, =?utf-8?q?=40baylibre=2Ecom=3E?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org Cc: linux-riscv@lists.infradead.org, sre@kernel.org, visitorckw@gmail.com, bleung@chromium.org, groeck@chromium.org, linux@weissschuh.net, krzk@kernel.org, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, hansg@kernel.org, m.szyprowski@samsung.com, sebastian.krzyszkowiak@puri.sm, kernel@puri.sm, dlan@kernel.org, andreas@kemnade.info, mazziesaccount@gmail.com, sven@kernel.org, j@jannau.net, neal@gompa.dev, amitsd@google.com, samkay014@gmail.com, spacemit@lists.linux.dev, asahi@lists.linux.dev, imx@lists.linux.dev, wens@kernel.org X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hello: This patch was applied to riscv/linux.git (fixes) by Sebastian Reichel : On Fri, 29 May 2026 12:18:15 +0200 you wrote: > Hello, > > this series targets to use named initializers for platform_device_id > arrays. In general these are better readable for humans and more robust > to changes in the respective struct definition. > > This robustness is needed as I want to do > > [...] Here is the summary with links: - [v1,4/6] power: Use named initializers for platform_device_id arrays https://git.kernel.org/riscv/c/e28f7498dd81 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv