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 8DBE5C48260 for ; Tue, 13 Feb 2024 22:03:11 +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:Message-ID:Date:Subject:Cc :To: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=o1BqCjr2TQB7wO8A4g8sPGZwkYAXPfZjNMlHh7S1X+c=; b=yqsMfcgOvB++1u Nb4B8qEsWjWQXjRElA1uM99utLtPx1cORzUu1yfzO4wyE08pco4ZjBwLCZb7wpaGorkkCcjTdwIFc rGJRPyR6pG/UkCaya0YiHeyQlBLo0PkEPDnyIiUF25wnfw4t3KBYQYdfOSyrHdHHycl4j7M8OVyy5 JH9BeVTkQgSqMUGo/efwwdpQ6snVFPHNb2X+6aacm86cJ/+wqqypWqcSfyxYzXjfJjPojYv89BEah Xz9qvYYgg+3cNr0HTTBz2nw1vPHdDn3cCEgIOjlb9BSY5flhDtYd8LTFMB+dijpRIfjnpVGjRfNGR v9i26cz4hATLlouLAarw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1ra0rl-0000000Axs2-02tH; Tue, 13 Feb 2024 22:03:01 +0000 Received: from www.zeus03.de ([194.117.254.33] helo=mail.zeus03.de) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1ra0rh-0000000AxpW-16sA for linux-arm-kernel@lists.infradead.org; Tue, 13 Feb 2024 22:02:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; s=k1; bh=/NUhHNjae2O0Nh Aftu2aHYvtnNBPmBB2IpHF4VE84/M=; b=ZeB9Z/VIPSSUJj/7hZXT/YXiGy1Yhb z+mQGWo2ooLrKzjvwOM6mR9nUcrNlT6VzV28ZNqmjYVpsAQajuWne9rgHuYiQDpw Elwi2jVfUdpDMOkKBIVy3+vp55pHmia0HYp4E26GTTPKzM3j+N2eAoDNOWzi9D6Y u5sPoQv+gH8j4ylLeT1IrKmyyg8miimf+VW5kMv2ciQGy+ZMG9P2OM3s9/1iMQtZ OMTR+JjRFQETiHyO/XsxGzB9+P0CoEpnW+kwoqEQNaf+jmxts45xENuE9STzdUzF JLaPjT4D2xceu2HWfnWbkugeUkMnDJTY0dpq0S4t/bSckk3vWYwqhrLw== Received: (qmail 1211711 invoked from network); 13 Feb 2024 23:02:50 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 13 Feb 2024 23:02:50 +0100 X-UD-Smtp-Session: l3s3148p1@b3gljkoRvN8ujnsZ From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Lee Jones , Wolfram Sang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org Subject: [PATCH v2 0/6] mfd: tmio: simplify header and move to platform_data Date: Tue, 13 Feb 2024 23:02:19 +0100 Message-ID: <20240213220221.2380-8-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240213_140258_204191_C71B2801 X-CRM114-Status: UNSURE ( 9.59 ) 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: , 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 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. Based on 6.8-rc4, build bot is happy. Branch is here: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/sdhi/tmio-simplification (just missing Adrian's ack for SH which came just now) We agreed already that this should go in via MFD. Thanks! All the best! Wolfram Wolfram Sang (6): mfd: tmio: Remove obsolete platform_data mfd: tmio: Remove obsolete io accessors mmc: tmio/sdhi: Fix includes mfd: tmio: Update include files mfd: tmio: Sanitize comments mfd: tmio: Move header to platform_data MAINTAINERS | 2 +- arch/sh/boards/board-sh7757lcr.c | 2 +- arch/sh/boards/mach-ap325rxa/setup.c | 2 +- arch/sh/boards/mach-ecovec24/setup.c | 2 +- arch/sh/boards/mach-kfr2r09/setup.c | 2 +- arch/sh/boards/mach-migor/setup.c | 2 +- arch/sh/boards/mach-se/7724/setup.c | 2 +- drivers/mmc/host/renesas_sdhi_core.c | 2 +- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 5 +- drivers/mmc/host/renesas_sdhi_sys_dmac.c | 5 +- drivers/mmc/host/tmio_mmc_core.c | 3 +- drivers/mmc/host/uniphier-sd.c | 2 +- include/linux/mfd/tmio.h | 133 ------------------ include/linux/platform_data/tmio.h | 64 +++++++++ 14 files changed, 81 insertions(+), 147 deletions(-) delete mode 100644 include/linux/mfd/tmio.h create mode 100644 include/linux/platform_data/tmio.h -- 2.43.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel