* Tony Lindgren tony@atomide.com [170327 08:45]:
My guess is that the alias names for Pyra should be something like this instead:
"sdio1", "sdio2", "micro-sd"
Basically something that describes where the slots are on Pyra.
Actually thinking about it, I think this too was shot down as wrong use of aliases but I could be wrong. So it might be worth checking with Rob.
We do have the slot_name supported in platform_data, so that's probably the way to go until there's some Linux generic solution. See what n8x0 does for "internal" and "external" slot names in nokia_n900_legacy_init().
Trying to think of alternatives, we could possibly patch omap_hsmmc.c to produce readable dev_name(). But that probably requires address to name mapping table for various SoCs and that's not liked either.
But yeah ideally there would be some Linux generic solution for using sane device specific names and not care about the instance numbering.
Regards,
Tony