[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251108231253.1641927-1-martin.blumenstingl@googlemail.com>
Date: Sun, 9 Nov 2025 00:12:46 +0100
From: Martin Blumenstingl <martin.blumenstingl@...glemail.com>
To: linux-amlogic@...ts.infradead.org,
linux-mmc@...r.kernel.org
Cc: linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
ulf.hansson@...aro.org,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>
Subject: [PATCH v1 0/7] mmc: meson-mx-sdio: Various driver improvements
This series contains patches to improve / simplify the code of the
meson-mx-sdio driver by:
- using regmap for simplifying register access (patch 1)
- switching to modern clock functions/helpers (patches 2, 3) and
make the clock code not interfere when switching to
devm_mmc_alloc_host() (patch 3)
- making use of the devm_mmc_alloc_host (patch 4)
- using modern dev_err_probe() for better error handling (patch 5)
- indentation fix (patch 6)
- ignoring disabled mmc-slot device-tree nodes to allow describing
all slots in device-tree, even though the driver only uses the
first enabled slot (patch 7)
Binbin Zhou (1):
mmc: meson-mx-sdio: Use devm_mmc_alloc_host() helper
Martin Blumenstingl (6):
mmc: meson-mx-sdio: Switch to regmap for register access
mmc: meson-mx-sdio: Use devm_clk_get_enabled()
mmc: meson-mx-sdio: Refactor internal clock initialization
mmc: meson-mx-sdio: Use dev_err_probe() where appropriate
mmc: meson-mx-sdio: Fix indentation in meson_mx_mmc_irq_thread()
mmc: meson-mx-sdio: Ignore disabled "mmc-slot" child-nodes
drivers/mmc/host/Kconfig | 1 +
drivers/mmc/host/meson-mx-sdio.c | 339 +++++++++++++++----------------
2 files changed, 170 insertions(+), 170 deletions(-)
--
2.51.2
Powered by blists - more mailing lists