Re: [PATCH 0/3] ASoC: simple-card: remove platform data style

Kuninori Morimoto <[email protected]> Wed, 10 Jun 2026 01:02:10 +0000
Newsgroups org.kernel.vger.linux-sh,org.kernel.vger.linux-sound
Message-ID <[email protected]>
Hi Mark, Adrian

> I have posted twice the patches. Basically both removes "platform data style"
> from driver, but 1st patches removes SH code too. 2nd doesn't.
> 
> Sorry for my confusion, but I thought that 1st patches was rejected
> by Adrian. But it seems 1st patches were accepted.
> 
> I will post fixup patch, soon. It will roll back 1st to 2nd patches.

It is complicated, so let me summarize.

Simple Card Driver
	- Platform data style:
		- Removed
	- DT style:
		- Keep supporting

SH (Ecovec24/7724se)
	- Platform data style:
		- This is no longer working while this 10 years, because of
		  Simple-Card driver, but no such report before.
		- But it should be kept for a while untile it is converted
		  to DT-style.

"Platform data style" which SH is using is no longer working anyway.
So, its support was removed from Simple Card driver. This is OK.

But we would like to keep its code on SH side, until it switching to
"DT-style". I have posted roll back patch for this.

And, because "Platform data style" is no longer working anyway, not only
Simple-Card, but FSI driver also no need to keep "Platform data style"
support. I have posted it, too. It was included in 2nd patches.
FSI is still supporting "DT style".

Thank you for your help !!

Best regards
---
Kuninori Morimoto