8 Aug
2013
8 Aug
'13
12:31 p.m.
On Thu, Aug 08, 2013 at 01:13:02PM +0530, Padma Venkat wrote:
If legacy platforms not required to change then I need to introduce a new samsung_i2s_dai_data structure which holds only dai_type for non-dt platforms. If I change legacy platforms it breaks the older platforms now. Is it okay adding a samsung_i2s_dai_data structure for non-dt platforms which will be removed later?
This is totally fine and looks much nicer - you're not creating DT style names in the platform bus, nor making names that are so long that we need to expand the maximum length of a plaform device name (which isn't awesome).