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 D294FC3DA41 for ; Tue, 9 Jul 2024 09:34:03 +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:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=QZFw6hyuMYd5f5Z1wdkG6BsH5Prx076cpvq1V/Mt23g=; b=49pDcUQJVqlB6See0MandaJ5S6 cODLxXaCT4WvvMOUh+8dW2TgaVtUhE7hXTGdH+wlPuZEWCiV+OUqeuvkZznP6DrDfuxlsmWgKrtkq +fRS+bwXvrdiSScs3SW9uRIlx1pIA8+Exg2dNOVZl2vK3hnoXTdGAPsjvp9Ikyu6C9my+N/AGM3KC D0xXxKRFwXNGev8xUVsuZPzSKNPZKcbwhoFENt1fQ9OCFwYkrEojqYAsNcrzkVQFqbqbAS/HuMY1u kqdVZxNdHolAxjkgWTVFZtII3UQBje2Qw6S6VFpohDPhShBbzk+UaRCalGUeE6hoQ/H+05+GXuTnl xoegzpcg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sR7EP-00000006cwv-0Du5; Tue, 09 Jul 2024 09:33:53 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sR7EA-00000006cu6-0VnW for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2024 09:33:39 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 062116120B; Tue, 9 Jul 2024 09:33:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 353DCC3277B; Tue, 9 Jul 2024 09:33:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720517616; bh=OG0iT8EGH218BuMSqUrA0G08/WrtG0mn2OrXecjDaeo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P5HEUZ47WK9+RACJAlO1OWT7ISoJlbNy252GiK2GUEP6dOlepkIPwbX+3JIc+hS4+ OxRg1Qjid4tSWs4oR3SktBAYPvpCPiS6knMl3XXBiBMrcCQa8c3X+zGYfubdY2Krwk rseLLfmaVBu6s2lMZIjiVGjO7GlacPMrMn8wRzEhQHKeWhvok6EYnkUOaoNX5nPen5 41aBoBnaax4uu/KlaonMIjuUw2GlkZgsTPCZKtvjfITyrmfXXIy7aAIZc4Rvuwu7vp 8xe3FF0WctbzDHNxySE5E1t4uXDKRQEHecB/vU60O/BOxRPoHd64CIqen1JlZTJBBX 5L3O8BED5x6iw== Date: Tue, 9 Jul 2024 10:33:32 +0100 From: Lee Jones To: Geert Uytterhoeven Cc: Wolfram Sang , linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org Subject: Re: [PATCH v2 0/6] mfd: tmio: simplify header and move to platform_data Message-ID: <20240709093332.GD501857@google.com> References: <20240213220221.2380-8-wsa+renesas@sang-engineering.com> <170870160052.1698319.4712751560931025638.b4-ty@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240709_023338_248303_31AC38BC X-CRM114-Status: GOOD ( 17.16 ) 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 Sun, 07 Jul 2024, Geert Uytterhoeven wrote: > On Sun, Jul 7, 2024 at 7:41 AM Wolfram Sang > wrote: > > On Fri, Feb 23, 2024 at 03:20:00PM +0000, Lee Jones wrote: > > > 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: 58d6d15662e4039fab7d786f0426843befa77ad4 > > > [2/6] mfd: tmio: Remove obsolete io accessors > > > commit: e927d7bac109d8ca1729dda47a8dbc220efdb50e > > > [3/6] mmc: tmio/sdhi: Fix includes > > > commit: bed05c68aa8f078206143700cd37e42a0084155f > > > [4/6] mfd: tmio: Update include files > > > commit: 3ef94c41db82573dc1e1dd6c259aec8ef6caaaf3 > > > [5/6] mfd: tmio: Sanitize comments > > > commit: 2d417dda59123b9523a19ce75fea3fd1056c3b4c > > > [6/6] mfd: tmio: Move header to platform_data > > > commit: 858b29729c9d319b9cd1441646cc3af246d3c3f9 > > > > This series is not upstream yet? > > FTR, it entered linux-next in next-20240402, but disappeared after > next-20240510. That's very odd. I cannot explain that. I'll go apply it again. Sorry for this. -- Lee Jones [李琼斯]