On Mon, 2016-03-14 at 16:06 +0000, Mark Brown wrote:
On Mon, Mar 14, 2016 at 08:19:27AM +0000, Liam Girdwood wrote:
On Mon, 2016-03-14 at 08:17 +0000, Lu, Han wrote:
a) shortname is current machine driver name i.e. "byt-rt5640" b) longname is DMI boardname + 1 i.e. "Minnowboard Max: byt-rt5640" c) driver name is platform driver name i.e. "baytrail-pcm-audio"
I don't understand why we wouldn't use the machine driver name as the driver name.
I'm fine with that too. What about :-
1) Shortname is board/machine name. This can come from DMI or device tree. e.g. "Asus T100"
2) Long name is 1 + driver name + optional firmware name. (I've just added the FW name here too as we can have potentially > 1 FW per driver - BYT is an example) e.g. "Asus T00: byt-rt5640: IntSST1.bin".
3) Driver name is driver_name. e.g. "byt-rt5640"
(The string name combinations above are not from a real machine but just for example.)
Liam