From patchwork Thu Apr 25 17:08:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 13643592 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 21662C10F15 for ; Thu, 25 Apr 2024 17:09:28 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject: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=LVUIpzlNuAAx63ggjYmRehV82xzHlU/9Ft8/yJ8oXeM=; b=K0WWzdU0n1i1jZ FjH7WT1L1A+P3FLYkt/J+zjryfcIL3sNDfzUTJ2UtBFBt3JYvQAoH+2nlEu348eFVoCabrQ2iynOS CXRZT8tHtCtx2Az72nix7EYjl1+NZn5T84vU3TaRk9tHxKMgS8sPUZTIISv+/p7Xb06bvH+BSli1h 3V3GiBlonsQIyRQ1UCcC+EsXa2/92uFSAqKluulHp8XajY2+CLcpFWX4nvhO9ypyHciNWsCpV0lBZ z+I0VBrX9/UhLPZYneJjGRMW3eVBGEI4kd453ff66YjW552WU+v7QRA0UKNXGiBlvcbSt3L5gFgwx 7rZJu3jPpHufM7tjP59g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s02b0-00000009W9x-2AMk; Thu, 25 Apr 2024 17:09:18 +0000 Received: from mgamail.intel.com ([192.198.163.12]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s02ap-00000009W5S-3Bq5 for linux-arm-kernel@lists.infradead.org; Thu, 25 Apr 2024 17:09:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1714064948; x=1745600948; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=LUmBuiTPCpuoP9GA3Fh0URX/lzsRO0Lx/ToLVC7HoAM=; b=GF2lNbaTx1ywigt5G8TX3p1eCe6LV8A/g0WoocjirGmtwklzCPmJ2ItX AsPTBLoKIS53f3McPbJGiYpJhcDAZMRHCraZmfyRKLFGsvVsHErXXxWG6 yBePtBLnPtwv4VdYmcPtkBUuvT4iBBTs6lH7vFvBmJtN+KR2p3hm14Igv NP4ak2lY5wF1yZmFujiKLfdIg8T+QnKKg7XB0XUabZ0X7k01FRL83rDj9 I/wld+xF9lfYSuzpYp6ur8lBUp4E2Ifu9ZqDamNJlRyVzY6OSmBshQAc2 +a6Va7m5rQZfKa2XFI16znJ3D2hkUgNFnSSpQOZRnRURYm4IDtIwhNeKW Q==; X-CSE-ConnectionGUID: YM9iMf6cR9SjSvtRnwsr4w== X-CSE-MsgGUID: o/7z5Yo6TtG+CteaYCY52g== X-IronPort-AV: E=McAfee;i="6600,9927,11055"; a="13554452" X-IronPort-AV: E=Sophos;i="6.07,230,1708416000"; d="scan'208";a="13554452" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by fmvoesa106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2024 10:09:05 -0700 X-CSE-ConnectionGUID: UcbMNhXLSkGenNFAfdS2QA== X-CSE-MsgGUID: 7vPWFdT8RT2VDXptYaxVLA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,230,1708416000"; d="scan'208";a="29595991" Received: from black.fi.intel.com ([10.237.72.28]) by fmviesa005.fm.intel.com with ESMTP; 25 Apr 2024 10:09:02 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 6FFA5136; Thu, 25 Apr 2024 20:09:01 +0300 (EEST) From: Andy Shevchenko To: Andy Shevchenko , linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] mmc: atmel-mci: Get rid of leftovers and clean up Date: Thu, 25 Apr 2024 20:08:43 +0300 Message-ID: <20240425170900.3767990-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.43.0.rc1.1336.g36b5255a03ac MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240425_100907_902103_FEE60B73 X-CRM114-Status: UNSURE ( 8.28 ) 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: , Cc: Aubin Constans , Ulf Hansson , Alexandre Belloni , Claudiu Beznea Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org I used to have some patches against the driver, but it appears that part of it has been applied (in different form as done by someone else). However, there is still room to improve, hence this spring cleanup series. In v2: - dropped applied patches - fixed kernel-doc issue (LKP) Andy Shevchenko (2): mmc: atmel-mci: Incapsulate used to be a platform data into host structure mmc: atmel-mci: Switch to use dev_err_probe() drivers/mmc/host/atmel-mci.c | 72 ++++++++++++++---------------------- 1 file changed, 28 insertions(+), 44 deletions(-)