Re: [PATCH 2/3] leds-pca9633: Unique naming of the LEDs

2013-08-08 Thread Ricardo Ribalda Delgado
Hello Peter Thanks for your comment, I have added also the bus number to the name, and fix the commit message. I will wait for some more comments and then I will resend it again. Thanks! On Thu, Aug 8, 2013 at 11:45 AM, Peter Meerwald wrote: > Hello, > >> If there are more than one pca963x chi

Re: [PATCH 2/3] leds-pca9633: Unique naming of the LEDs

2013-08-08 Thread Peter Meerwald
Hello, > If there are more than one pca963x chips on the system and there are > some LEDs without platform_data names, the driver wont be able to > provide unique naming to them. > This patch adds the i2c adress to the name of the unnamed LEDs, making > them unique. there still could be pca963x

[PATCH 2/3] leds-pca9633: Unique naming of the LEDs

2013-08-08 Thread Ricardo Ribalda Delgado
If there are more than one pca963x chips on the system and there are some LEDs without platform_data names, the driver wont be able to provide unique naming to them. This will cause led_class_dev_register to fail, unregistering all the LEDs of the chip. This patch adds the i2c adress to the name