[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240217100200.1494980-1-martin.blumenstingl@googlemail.com>
Date: Sat, 17 Feb 2024 11:01:58 +0100
From: Martin Blumenstingl <martin.blumenstingl@...glemail.com>
To: linux-amlogic@...ts.infradead.org,
linux-mmc@...r.kernel.org,
ulf.hansson@...aro.org
Cc: linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>
Subject: [PATCH v1 0/2] mmc: meson-mx-sdhc: two small cleanups
Hello Ulf,
here are two small cleanups for the meson-mx-sdhc driver.
The first one is resolves a TODO comment from when the driver was
originally introduced where devm_clk_hw_get_clk() was not available
yet. Nowadays it is and we can and should use it.
The second one removes an incorrect .card_hw_reset callback from the
driver's mmc_host_ops. This part has never been correct as we're
resetting the host controller, not the card. It didn't seem to cause
any issues so far, which is why I don't think that it's -stable
material.
Martin Blumenstingl (2):
mmc: meson-mx-sdhc: Use devm_clk_hw_get_clk() for clock retrieval
mmc: meson-mx-sdhc: Remove .card_hw_reset callback
drivers/mmc/host/meson-mx-sdhc-clkc.c | 43 ++++++++++++++-------------
drivers/mmc/host/meson-mx-sdhc-mmc.c | 13 ++++----
2 files changed, 28 insertions(+), 28 deletions(-)
--
2.43.2
Powered by blists - more mailing lists