Re: [PATCH] xilinx: drivers: Use '_' instead of '-' in driver name

2020-09-23 Thread Michal Simek
po 24. 8. 2020 v 14:15 odesílatel Michal Simek napsal: > > The most of drivers are using '_' instead of '-' in driver name. That's why > sync up these names to be aligned. It looks quite bad to see both in use. > It is visible via dm tree command. > > Signed-off-by: Michal Simek > --- > > Simon:

Re: [PATCH] xilinx: drivers: Use '_' instead of '-' in driver name

2020-08-25 Thread Simon Glass
On Mon, 24 Aug 2020 at 06:15, Michal Simek wrote: > > The most of drivers are using '_' instead of '-' in driver name. That's why > sync up these names to be aligned. It looks quite bad to see both in use. > It is visible via dm tree command. > > Signed-off-by: Michal Simek > --- > > Simon: Not s

[PATCH] xilinx: drivers: Use '_' instead of '-' in driver name

2020-08-24 Thread Michal Simek
The most of drivers are using '_' instead of '-' in driver name. That's why sync up these names to be aligned. It looks quite bad to see both in use. It is visible via dm tree command. Signed-off-by: Michal Simek --- Simon: Not sure what's the standard here but I have done some greps and it look