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 B587EC2BD09 for ; Tue, 9 Jul 2024 09:41:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-Id:Subject:References:In-Reply-To:Cc: To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=r4RdnXirlLm9qPGq7Nr0QYVsbNI2GdqsxN7kmGSRt8o=; b=s7EXmNZByjHWwy2KL53f6GjeoA 3z9FFJcrEt6Y0ZA+IIr1N9UT/00V9nmnWOR7fAc1g0ui4efjS3c4maTEc7EnLda4Cz7QHKTS/hC/8 flF2apcfZt6wLJoGpUR1HB4WrLDqJ/XCe7zWOY9f168aX2xSk4l5/+CLJmgroiMOZ1cUgk5F4aAxV L1w7jZMDspv12b9q/d+agKGZDLOisxnbXxAOpcIcy8iwk/ufwgkLu8M/LGznQT7E++HcHzVf1Pdr7 74YUIn8pxH4zRlGUYS0tB8zNT8rqDsINTkylAU0VyvnlI/0uB7DCX15rzRCMCSC/k1WQfosqJnNc1 iHPuVovA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sR7LT-00000006eQy-1yef; Tue, 09 Jul 2024 09:41:11 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sR7LD-00000006eMO-07id for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2024 09:40:56 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 4431CCE0A58; Tue, 9 Jul 2024 09:40:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1AE75C3277B; Tue, 9 Jul 2024 09:40:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720518052; bh=ExuwZ0w0YA7YNtd4eMY8YetiULSv4XdpsMet/W+M/pM=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=ceFVZXVeLFosmZBfkrmFR9YA8FCqvqaHEOfdiLPLvzb1jDua2Wp/tTTG2SUniuijl TYuJSoz6SOYwwVkbwpgRh8yNxQ/CK0hJAhSl4JSoZLtMhtNyRH9FXwBYP/mfE0+WMX Z9Hwk52YLol/1rbHrjDq9gLz7hbWj4F/ype42E3mIP0eZoH4rM5lHFbwVjfgcSWLww 4UyOJslV9IYkT/3opPQej7Dr0Ps8h4QyaEAq3iYGkkak2OjGDrRAZr5G+/Q+5Y+d5e lklcsasJcMBQTQ2pOaX4iP6BS7fryNoeUHHyJKXbFzn9SIIsAJ69wWaWeGou3PJ0WT oPSyqLZUs/bFA== From: Lee Jones To: linux-renesas-soc@vger.kernel.org, Wolfram Sang Cc: Lee Jones , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org In-Reply-To: <20240213220221.2380-8-wsa+renesas@sang-engineering.com> References: <20240213220221.2380-8-wsa+renesas@sang-engineering.com> Subject: Re: [PATCH v2 0/6] mfd: tmio: simplify header and move to platform_data Message-Id: <172051805084.1217090.8146208079593611090.b4-ty@kernel.org> Date: Tue, 09 Jul 2024 10:40:50 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Mailer: b4 0.13.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240709_024055_274137_5AD52B41 X-CRM114-Status: UNSURE ( 9.62 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 13 Feb 2024 23:02:19 +0100, Wolfram Sang wrote: > Changes since v1: > > * rebased to rc4 > * collected all needed acks (Thanks!) > * capitalized first letter in commit subject > > The MFD parts of the TMIO have been removed by Arnd, so that only the > SD/MMC related functionality is left. Remove the outdated remains in the > public header file and then move it to platform_data as the data is now > specific for the SD/MMC part. > > [...] Applied, thanks! [1/6] mfd: tmio: Remove obsolete platform_data commit: ef6dfcbcbbf7d9a414feb44aa093d2d8592a2e20 [2/6] mfd: tmio: Remove obsolete io accessors commit: 6bec678b9872271ce2e0879c360ad7a1a524c7fa [3/6] mmc: tmio/sdhi: Fix includes commit: 4377aef83d0db25efc928a633ee80698b8520c8e [4/6] mfd: tmio: Update include files commit: d411ccbe103d665a31861987e2f1b36944ab63f2 [5/6] mfd: tmio: Sanitize comments commit: 763135b819ad3e3e0301b66094d50923e64092a7 [6/6] mfd: tmio: Move header to platform_data commit: 70b46487b1558eb25ea6e533c905131b10596dc0 -- Lee Jones [李琼斯]