[PATCH 0/2] mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TEST

Brian Masney posted 2 patches 1 month, 3 weeks ago
drivers/mmc/host/Kconfig       | 2 +-
drivers/mmc/host/sdhci-pic32.c | 5 +----
2 files changed, 2 insertions(+), 5 deletions(-)
[PATCH 0/2] mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TEST
Posted by Brian Masney 1 month, 3 weeks ago
While migrating a pic32 clk driver off of a legacy API, I mistakenly
broke one of the drivers, and the issue could have been caught with a
simple compile test. Now that the dependent patches have been merged
into Linus's tree via the MIPS tree, we can now enable COMPILE_TEST
for pic32 driver in this subsystem.

While changes are being made to this driver, let's also fix a single
outstanding checkpatch.pl error with this driver.

Signed-off-by: Brian Masney <bmasney@redhat.com>
---
Brian Masney (2):
      mmc: sdhci-pic32: add SPDX license identifier
      mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TEST

 drivers/mmc/host/Kconfig       | 2 +-
 drivers/mmc/host/sdhci-pic32.c | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260222-mmc-pic32-137b3eae8e66

Best regards,
-- 
Brian Masney <bmasney@redhat.com>
Re: [PATCH 0/2] mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TEST
Posted by Ulf Hansson 1 month, 3 weeks ago
On Mon, 23 Feb 2026 at 00:39, Brian Masney <bmasney@redhat.com> wrote:
>
> While migrating a pic32 clk driver off of a legacy API, I mistakenly
> broke one of the drivers, and the issue could have been caught with a
> simple compile test. Now that the dependent patches have been merged
> into Linus's tree via the MIPS tree, we can now enable COMPILE_TEST
> for pic32 driver in this subsystem.
>
> While changes are being made to this driver, let's also fix a single
> outstanding checkpatch.pl error with this driver.
>
> Signed-off-by: Brian Masney <bmasney@redhat.com>
> ---
> Brian Masney (2):
>       mmc: sdhci-pic32: add SPDX license identifier
>       mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TEST
>
>  drivers/mmc/host/Kconfig       | 2 +-
>  drivers/mmc/host/sdhci-pic32.c | 5 +----
>  2 files changed, 2 insertions(+), 5 deletions(-)
> ---
> base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
> change-id: 20260222-mmc-pic32-137b3eae8e66
>
> Best regards,
> --
> Brian Masney <bmasney@redhat.com>

The series applied for next, thanks!

Kind regards
Uffe