Re: [PATCH RFC] leds: pca9685: Remove leds-pca9685 driver

2014-04-06 Thread Maximilian Güntner
2014-04-06 12:40 GMT+02:00 Axel Lin : > 2014-04-06 17:30 GMT+08:00 Steffen Trumtrar : >> Hi! Hello, >> This confused me for a second, as there was no driver to replace when I wrote >> the pwm-pca9685 driver and I thought I missed something. But it seems I >> didn't >> and the pwm-pca9685 is actu

Re: [PATCH v3] leds: Added driver for the NXP PCA9685 I2C chip

2013-10-17 Thread Maximilian Güntner
Hello Bryan, thank you for applying the patch so quickly. Maximilian 2013/10/18 Bryan Wu : > On Wed, Oct 16, 2013 at 6:09 PM, Maximilian Güntner > wrote: >> The NXP PCA9685 supports 16 channels/leds using a 12-bit PWM (4095 >> levels of brightness) >> This driver supp

[PATCH v3] leds: Added driver for the NXP PCA9685 I2C chip

2013-10-16 Thread Maximilian Güntner
The NXP PCA9685 supports 16 channels/leds using a 12-bit PWM (4095 levels of brightness) This driver supports configuration using platform_data. Signed-off-by: Maximilian Güntner --- v3: fixed warnings when running make C=1 CF=-D__CHECK_ENDIAN__: * replaced u16* by __le16* v2

[PATCH v2] leds: Added driver for the NXP PCA9685 I2C chip

2013-10-14 Thread Maximilian Güntner
The NXP PCA9685 supports 16 channels/leds using a 12-bit PWM (4095 levels of brightness) This driver supports configuration using platform_data. Signed-off-by: Maximilian Güntner --- v2: addresses Bryan Wu's comments: * removed/added some empty lines addresses Peter Meerw

Re: [PATCH] leds: Added driver for the NXP PCA9685 I2C chip

2013-10-14 Thread Maximilian Güntner
On Monday 14 October 2013 15:08:15 Bryan Wu wrote: > On Mon, Oct 14, 2013 at 10:31 AM, Maximilian Güntner > > wrote: > > The NXP PCA9685 supports 16 channels/leds using a 12-bit PWM (4095 > > levels of brightness) > > This driver supports configuration using platform

Re: [PATCH] leds: Added driver for the NXP PCA9685 I2C chip

2013-10-14 Thread Maximilian Güntner
On Tuesday 15 October 2013 00:38:13 Peter Meerwald wrote: > > The NXP PCA9685 supports 16 channels/leds using a 12-bit PWM (4095 > > levels of brightness) > > This driver supports configuration using platform_data. > > some nitpicking inline Thank you for your comments. > chip fixed. > >> + * Dri

[PATCH] leds: Added driver for the NXP PCA9685 I2C chip

2013-10-14 Thread Maximilian Güntner
The NXP PCA9685 supports 16 channels/leds using a 12-bit PWM (4095 levels of brightness) This driver supports configuration using platform_data. Signed-off-by: Maximilian Güntner --- drivers/leds/Kconfig | 10 ++ drivers/leds/Makefile | 1 + drivers