On Wednesday 04 July 2012, Barry Song wrote:
From: Barry Song <redacted>
This patch adds lookup table for attaching a specific name and platform_data
pointer to devices like i2c, spi, uart and pinctrl as they get created by
of_platform_populate(). Ideally this table would not exist.
Signed-off-by: Barry Song <redacted>
Hi Barry,
I don't understand. Which subsystem relies on the short names here?
If it's about the pinctrl and clock parts, can't you just uses the
generate names like "b0050000.uart" directly?
Arnd