Re: [PATCH 1/2] pwm: Add stubs for pwm operations

2011-05-26 Thread Mohan Pallaka
Hi Russell, please let me know if this patch looks okay for you. Thanks, Mohan. On 5/24/2011 4:34 PM, Mohan Pallaka wrote: Ping. Hi Russell, please take sometime to review this patch. Thanks, Mohan. On 5/21/2011 8:00 PM, Mohan Pallaka wrote: On 5/20/2011 10:29 AM, Mohan Pallaka wrote

Re: [PATCH 1/2] pwm: Add stubs for pwm operations

2011-05-21 Thread Mohan Pallaka
On 5/20/2011 10:29 AM, Mohan Pallaka wrote: Chip drivers that support both pwm and non-pwm modes would encounter compilation errors if the platform doesn't have support for pwm, even though the chip is programmed to work in non-pwm mode. Add stubs for pwm functions to avoid compilation errors

[PATCH 1/2] pwm: Add stubs for pwm operations

2011-05-18 Thread Mohan Pallaka
: Iec4c55fce253bda809947672be82a7bd14bcd663 Signed-off-by: Mohan Pallaka mpall...@codeaurora.org --- include/linux/pwm.h | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/include/linux/pwm.h b/include/linux/pwm.h index 7c77575..a3cb33f 100644 --- a/include/linux/pwm.h

[PATCH 2/2] input: misc: Add support for isa1200 chip

2011-05-17 Thread Mohan Pallaka
modes. Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Mohan Pallaka mpall...@codeaurora.org --- drivers/input/misc/Kconfig| 12 + drivers/input/misc/Makefile |1 + drivers/input/misc/isa1200.c | 442 + include/linux/input

Re: [PATCH 1/2] pwm: Add __weak attributed functions for pwm operations

2011-05-16 Thread Mohan Pallaka
On 5/15/2011 4:28 PM, Russell King - ARM Linux wrote: On Sun, May 15, 2011 at 01:00:31AM -0700, Dmitry Torokhov wrote: On Fri, May 13, 2011 at 06:13:21PM +0530, Mohan Pallaka wrote: For chip drivers that support both pwm and non-pwm modes would encounter compilation errors if the platform

[PATCH 1/2] pwm: Add __weak attributed functions for pwm operations

2011-05-13 Thread Mohan Pallaka
: Ia507bf659d4d67d71f135012e7d919aca6c45c6c Signed-off-by: Mohan Pallaka mpall...@codeaurora.org --- include/linux/pwm.h | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/include/linux/pwm.h b/include/linux/pwm.h index 7c77575..e0c8c3f 100644 --- a/include/linux/pwm.h +++ b

Re: [PATCH 2/2] input: misc: Add support for isa1200 chip

2011-04-14 Thread Mohan Pallaka
Hi Dmitry, I've addressed your comments from previous revision. Please review and let me know if you have comments. Thanks, Mohan. On 4/13/2011 5:55 PM, Mohan Pallaka wrote: From: Kyungmin Park kyungmin.p...@samsung.com isa1200 chip can be used to generate vibrations to indicate silent

[PATCH 0/2] Support for isa1200 haptic chip

2011-04-13 Thread Mohan Pallaka
support PWM. This driver is based on Park's isa1200 driver that uses haptic class. Kyungmin Park (1): input: misc: Add support for isa1200 chip Mohan Pallaka (1): pwm: Add __weak attributed functions for pwm operations drivers/input/misc/Kconfig| 12 + drivers/input/misc/Makefile |1

[PATCH 1/2] pwm: Add __weak attributed functions for pwm operations

2011-04-13 Thread Mohan Pallaka
: Ia507bf659d4d67d71f135012e7d919aca6c45c6c Signed-off-by: Mohan Pallaka mpall...@codeaurora.org --- include/linux/pwm.h | 21 - 1 files changed, 16 insertions(+), 5 deletions(-) diff --git a/include/linux/pwm.h b/include/linux/pwm.h index 7c77575..3a8c3df 100644 --- a/include/linux

[PATCH 2/2] input: misc: Add support for isa1200 chip

2011-04-13 Thread Mohan Pallaka
modes. Change-Id: If253c71e833e629431a35864e33824d8d6dadb35 Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Mohan Pallaka mpall...@codeaurora.org --- drivers/input/misc/Kconfig| 12 + drivers/input/misc/Makefile |1 + drivers/input/misc/isa1200.c | 442

Re: [PATCH 2/2] input: misc: Add support for isa1200 chip

2011-03-10 Thread Mohan Pallaka
On 3/7/2011 4:39 PM, Mohan Pallaka wrote: From: Kyungmin Park kyungmin.p...@samsung.com isa1200 chip can be used to generate vibrations to indicate silent alerts, providing gaming haptic actions or vibrations in response to touches. It can operate in two modes, pwm generation and pwm input