On Fri, Apr 29, 2016 at 6:01 PM, Doug Anderson [off-list ref] wrote:
Hi,
On Fri, Apr 29, 2016 at 3:44 PM, Russell King - ARM Linux
[off-list ref] wrote:
quoted
My reply would be... why should MMC have special handling that no
other subsystem has?
No other subsystem?
* i2c allows numbering devices by alias
* rtc allows numbering devices by alias.
* serial allows numbering devices by alias.
* spi allows numbering devices by alias.
* watchdog allows numbering devices by alias.
...at least that's my impression doing a grep for of_alias_get_id(),
which I suggested earlier in this thread but apparently wasn't done.
IMO, we should remove most or all of these not add more. We shoud move
to identifying devices by other OS independent means. Peter already
pointed out why serial is a problem.
Rob