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 33B27C677F1 for ; Mon, 16 Jan 2023 10:48:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229571AbjAPKsw (ORCPT ); Mon, 16 Jan 2023 05:48:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229722AbjAPKst (ORCPT ); Mon, 16 Jan 2023 05:48:49 -0500 Received: from mail-pl1-x635.google.com (mail-pl1-x635.google.com [IPv6:2607:f8b0:4864:20::635]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C3B03166FF for ; Mon, 16 Jan 2023 02:48:48 -0800 (PST) Received: by mail-pl1-x635.google.com with SMTP id g23so14351520plq.12 for ; Mon, 16 Jan 2023 02:48:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=Y7yhGlWdBF5caMAAxe282zvA5kjaG8/cFPrVZfzXB7c=; b=IYI2UzZkjLnucurKH4EWx2fk9nKOlrdjK4CRgA5oIOFKOpgFgPmT/LkcHpquKaBFuH vQi1vMcOTNQ0ZqZzjvVuxasoF++YXZYlLSqnp3mZELNCzCzTLH9ESODtVKU1Vp4H2aeg 5hMpsHUrwXkeZ/Rc7rzcDLlhvGgnuvoEFdnUbYs5Z4qnRpIDYFWxF0Q6sBl+cKzQk7Lt 9YGGFTdwxAVyFJM33ohwSZTrXyK3B59jrg5F8RnzOhSbfFbo1Rwa93wT1rN4PsQneNCh +LEiN2k7Gg+lR/fhktMMJTu61CGMARbwXJ6ja5Kqpbu+v3FsjEEdh3Wp//OPBCNpkJw3 4wwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Y7yhGlWdBF5caMAAxe282zvA5kjaG8/cFPrVZfzXB7c=; b=2Syw9BtxcTrSGwZ0MqaEVDjOi37MVqojwnqh4n/cDuC2caNvKxwVDd+6zr1sgB4y3G dDlQTooxx+Y9uCSFpXlk1Yihnb5cmk1S+JiNmP43CK4Jyuu5//iT3MMf1dAMSwuI6016 OVNMAM0bL27FBdVkeajNmlJEPNBK7R7B33mPa/EYGCEqcg5zcrXhMum1bY0DcQdNGugC /m8AZmmC0nE0KB8nmjCfLMV0zIwf2fdeszufguNb59LYW5BrAhyv3EWwM8ie5o5tsIAd nva0gwtN9SytbiiKTGdh+BFAVeyyBHrOan2UUGTeuqClvGxH/5N+lWjc46lbIY8JELZZ tXgw== X-Gm-Message-State: AFqh2kqIr7y+dwZPjAkBw8t7nvRE7SvAMgxv3OX7QnY/dtenWyl0LsM9 tR5iUTMc9z3exu/PWfoeTRoYBfuq7pSJCtjMrB+Djg== X-Google-Smtp-Source: AMrXdXtzKlyD+333ZuB5DGkG+xbxyw1v4im/DLoHddsjaC5wj5TaZ9YZyn2QgdnZcjknO0Ko92jz/p88clKCJ0uNy0Q= X-Received: by 2002:a17:903:2cf:b0:192:9d79:d3db with SMTP id s15-20020a17090302cf00b001929d79d3dbmr858630plk.129.1673866128347; Mon, 16 Jan 2023 02:48:48 -0800 (PST) MIME-Version: 1.0 References: <20230105134622.254560-1-arnd@kernel.org> <20230105134622.254560-22-arnd@kernel.org> <694be013-6769-438f-b85d-e7cda1b0c4fd@app.fastmail.com> In-Reply-To: <694be013-6769-438f-b85d-e7cda1b0c4fd@app.fastmail.com> From: Ulf Hansson Date: Mon, 16 Jan 2023 11:48:12 +0100 Message-ID: Subject: Re: [PATCH 21/27] mmc: remove tmio_mmc driver To: Arnd Bergmann Cc: Arnd Bergmann , Robert Jarzmik , Daniel Mack , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Ian Molton , Wolfram Sang , "linux-mmc @ vger . kernel . org" , Linux-Renesas Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 5 Jan 2023 at 16:44, Arnd Bergmann wrote: > > On Thu, Jan 5, 2023, at 16:01, Ulf Hansson wrote: > > On Thu, 5 Jan 2023 at 14:47, Arnd Bergmann wrote: > >> > >> From: Arnd Bergmann > >> > >> With the TMIO MFD support gone, the corresponding MMC host driver can > >> be removed as well. The remaining tmio_mmc_core module however is still > >> used by both the Renesas and Socionext host drivers. > >> > >> Cc: Ian Molton > >> Cc: Ulf Hansson > >> Cc: Wolfram Sang > >> Cc: linux-mmc@vger.kernel.org > >> Cc: linux-renesas-soc@vger.kernel.org > >> Signed-off-by: Arnd Bergmann > > > > I intend to pick this up via my mmc tree, just awaiting an ack from Wolfram. > > Actually I think it would be easier to just take this through > my tree along with the rest of the series, unless you expect > conflicts with other patches. If conflicts, those should probably be easy to resolve, so please go ahead and take your own route. Acked-by: Ulf Hansson Kind regards Uffe 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 081D0C54EBE for ; Mon, 16 Jan 2023 10:50:09 +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:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=nfEoMIhpyoGhzr3dDn01o45ulRYTKQFn0TBJuwiPy04=; b=r+nXgYVBmX9OxX zoXtZFYPxAWMy9wR9sH44qcqyykJh/ZwFpTQPxIjYju/zsc/htd8VETQECHeXCOBHDc76y0nSaGII DdTi6IwSfVFjbHK/SuyJFEH7oPKiFrZDYXPrHfMxpx1UZr7lBinL49Av8HqHWiBhorUNywS+WY17J SkDxx0UsCgi8M2cIWUVsJA8OZx7dyCYx8lUr4L6iQGWBKcrFM1iEr7/v7k0/jguw407M9ZIc2Z5JS bMyTAsqF4EeEASpL/27/ynCvP28c+2sfbJOALJ4C1Yi/rWkPSmoex2t+UFEf8QQ7KuQ+PmimUFLNj oP4dY9BHm4fLYGnmCvsA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pHN2u-009l8w-Pu; Mon, 16 Jan 2023 10:48:56 +0000 Received: from mail-pj1-x1030.google.com ([2607:f8b0:4864:20::1030]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pHN2r-009l6x-NF for linux-arm-kernel@lists.infradead.org; Mon, 16 Jan 2023 10:48:55 +0000 Received: by mail-pj1-x1030.google.com with SMTP id dw9so27301771pjb.5 for ; Mon, 16 Jan 2023 02:48:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=Y7yhGlWdBF5caMAAxe282zvA5kjaG8/cFPrVZfzXB7c=; b=IYI2UzZkjLnucurKH4EWx2fk9nKOlrdjK4CRgA5oIOFKOpgFgPmT/LkcHpquKaBFuH vQi1vMcOTNQ0ZqZzjvVuxasoF++YXZYlLSqnp3mZELNCzCzTLH9ESODtVKU1Vp4H2aeg 5hMpsHUrwXkeZ/Rc7rzcDLlhvGgnuvoEFdnUbYs5Z4qnRpIDYFWxF0Q6sBl+cKzQk7Lt 9YGGFTdwxAVyFJM33ohwSZTrXyK3B59jrg5F8RnzOhSbfFbo1Rwa93wT1rN4PsQneNCh +LEiN2k7Gg+lR/fhktMMJTu61CGMARbwXJ6ja5Kqpbu+v3FsjEEdh3Wp//OPBCNpkJw3 4wwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Y7yhGlWdBF5caMAAxe282zvA5kjaG8/cFPrVZfzXB7c=; b=3tKsmP8J+id0zSEF2eKffLdj3i0i4pbMoTGvCJqjctpMclTgBQyDN1SPLa4f/m6zX2 WAI1F49kccU3qp7uqeKwuHsNE7Y8rKYli93+Olr7ne/6liPUtXZhZD2v64zdiwPIDy2y fBaUb9iA/xlQqeCO2nfZGyBafc7uVqncMQnpFJ+ZwScnPIZn+u/ULOtTF3cSqIcWuR3i S2maqJ0y8K/2svjnmIuOaqyENgEzNFdKB/wVMJgqG7tDirK7I3WVgnmmdaSzJUrj5eUi scYqy1SzR7IbJP2hz5a9+JxYEiPYtigzqe1XIGYoEY6IcTXNLaDOLVo4IXE+jc16fHPZ R5dw== X-Gm-Message-State: AFqh2koh4iyG5oY+0ye6xMM+OuUgMIWz+nhBuAT8HNtNBjS8Tw2yT73n eaOFB7BUsWthOjYRnq5fv8WnT4X6QWlsCQ5Vvx9CqA== X-Google-Smtp-Source: AMrXdXtzKlyD+333ZuB5DGkG+xbxyw1v4im/DLoHddsjaC5wj5TaZ9YZyn2QgdnZcjknO0Ko92jz/p88clKCJ0uNy0Q= X-Received: by 2002:a17:903:2cf:b0:192:9d79:d3db with SMTP id s15-20020a17090302cf00b001929d79d3dbmr858630plk.129.1673866128347; Mon, 16 Jan 2023 02:48:48 -0800 (PST) MIME-Version: 1.0 References: <20230105134622.254560-1-arnd@kernel.org> <20230105134622.254560-22-arnd@kernel.org> <694be013-6769-438f-b85d-e7cda1b0c4fd@app.fastmail.com> In-Reply-To: <694be013-6769-438f-b85d-e7cda1b0c4fd@app.fastmail.com> From: Ulf Hansson Date: Mon, 16 Jan 2023 11:48:12 +0100 Message-ID: Subject: Re: [PATCH 21/27] mmc: remove tmio_mmc driver To: Arnd Bergmann Cc: Arnd Bergmann , Robert Jarzmik , Daniel Mack , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Ian Molton , Wolfram Sang , "linux-mmc @ vger . kernel . org" , Linux-Renesas X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230116_024853_777893_1F1C4223 X-CRM114-Status: GOOD ( 15.00 ) 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 On Thu, 5 Jan 2023 at 16:44, Arnd Bergmann wrote: > > On Thu, Jan 5, 2023, at 16:01, Ulf Hansson wrote: > > On Thu, 5 Jan 2023 at 14:47, Arnd Bergmann wrote: > >> > >> From: Arnd Bergmann > >> > >> With the TMIO MFD support gone, the corresponding MMC host driver can > >> be removed as well. The remaining tmio_mmc_core module however is still > >> used by both the Renesas and Socionext host drivers. > >> > >> Cc: Ian Molton > >> Cc: Ulf Hansson > >> Cc: Wolfram Sang > >> Cc: linux-mmc@vger.kernel.org > >> Cc: linux-renesas-soc@vger.kernel.org > >> Signed-off-by: Arnd Bergmann > > > > I intend to pick this up via my mmc tree, just awaiting an ack from Wolfram. > > Actually I think it would be easier to just take this through > my tree along with the rest of the series, unless you expect > conflicts with other patches. If conflicts, those should probably be easy to resolve, so please go ahead and take your own route. Acked-by: Ulf Hansson Kind regards Uffe _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel