[PATCH] arc: remove num-slots from arc platforms

Jaehoon Chung jh80.chung at samsung.com
Wed Jul 5 02:58:47 PDT 2017


Hi Alexey,

On 07/05/2017 06:23 PM, Alexey Brodkin wrote:
> Hi Jaehoon,
> 
> On Wed, 2017-07-05 at 18:13 +0900, Jaehoon Chung wrote:
>> Hi Alexey,
>>
>> On 07/05/2017 06:05 PM, Alexey Brodkin wrote:
>>>
>>> Hi Shawn,
>>>
>>> On Wed, 2017-07-05 at 15:10 +0800, Shawn Lin wrote:
>>>>
>>>> dwmmc driver deprecated num-slots and plan to get rid
>>>> of it finally. Just move a step to cleanup it from DT.
>>>
>>> Hm, that's interesting.
>>> In our upcoming devboard (HSDK, see
>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.infradead.org_pipermail_linux-2Dsnps-2Darc_2017-2DJuly_002667.html&d=DwICaQ&c=DPL6_X_6Jk
>>> XFx7AXWqB0tg&r=lqdeeSSEes0GFDDl656eViXO7breS55ytWkhpk5R81I&m=b7bMsqUn3obLZnR09LeBC0q6AouAgBH_cIlb0VcM43U&s=yMZ4dGcco3uL5H1m51kiI8d2sF6MCA_IdFwT326
>>> IOGk&e= )
>>> we do use 2 slots of DW MobileStorage controller (even though it's not yet
>>> mentioned in its .dts).
>>
>> I didn't see about multiple slot for dwmmc controller.
> 
> I was about to add a second SD-card slot to hsdk.dts
> once we have a peripheral attached to it working.

Sorry, Have we discuss about this?

> 
>>> So the question is if multi-slot support gets removed from dwmmc driver or
>>> it's just a .dts option gets obsoleted. In latter case I'm wondering how to
>>> enable a second slot in dwmmc driver (will it just auto-probe it etc)?
>>
>> In dwmmc controller, already removed the multiple slot concept.
> 
> Too bad for us as the second slot is attached to SDIO peripheral we really need.
> What was a reason to get rid of multi-slot support on DW MMC?

After merged dwmmc in mainline, we were keeping the slot concept.
During 6 years, we didn't see the use-case about multi-slots..
In all dts files, num-slots were used to "1" like "by-default".
It was meaningless value.

when we kept the multiple slot concept, it's complex to handle the driver.
e,g) if upstream some patch, it has to check "cur_slot" and "slot" ..because dwmmc controller was doing context switch for slot.
	Sometime slot was not assigned..occurred the panic or NULL pointer dereference error.

If there is no advantage for maintaining it, then i felt that the removing multiple slot is better than keeping.
Then we can focus on one slot..and maintenance is more easier...
And as i know, MMC subsystem doesn't consider the multiple slot.

That's why i have removed it.

Best Regards,
Jaehoon Chung

> 
> -Alexey
> 




More information about the linux-snps-arc mailing list