Re: [U-Boot] [PATCH v2 3/9] dm: led: Rename struct led_uclass_plat

2017-04-15 Thread Simon Glass
On 12 April 2017 at 02:51, Ziping Chen wrote: > > > 2017-04-11 1:34 GMT+08:00 Simon Glass : >> >> These structures are normally named with 'uc' instead of 'uclass'. Change >> this one for consistency. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None >> >> drivers/led/led-uclass.

Re: [U-Boot] [PATCH v2 3/9] dm: led: Rename struct led_uclass_plat

2017-04-12 Thread Ziping Chen
2017-04-11 1:34 GMT+08:00 Simon Glass : > These structures are normally named with 'uc' instead of 'uclass'. Change > this one for consistency. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/led/led-uclass.c | 4 ++-- > drivers/led/led_gpio.c | 4 ++-- > include/led.h

[U-Boot] [PATCH v2 3/9] dm: led: Rename struct led_uclass_plat

2017-04-10 Thread Simon Glass
These structures are normally named with 'uc' instead of 'uclass'. Change this one for consistency. Signed-off-by: Simon Glass --- Changes in v2: None drivers/led/led-uclass.c | 4 ++-- drivers/led/led_gpio.c | 4 ++-- include/led.h| 4 ++-- 3 files changed, 6 insertions(+), 6 de