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-24 Thread Mohan Pallaka
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: Chip drivers that support both pwm and non-pwm modes would encounter compilation errors if the platform doesn't have su

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 e

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

2011-05-19 Thread Mohan Pallaka
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 in these scenarios. Signed-off-by:

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

2011-05-18 Thread Mohan Pallaka
ge-Id: Iec4c55fce253bda809947672be82a7bd14bcd663 Signed-off-by: Mohan Pallaka --- 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 +++ b/include/

[PATCH 0/2] Support for isa1200 haptic chip

2011-05-17 Thread Mohan Pallaka
7;t support PWM. Adding pwm stubs will avoid compilation errors in those cases. 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 stubs for pwm operations drivers/input/mi

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

2011-05-17 Thread Mohan Pallaka
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 in these scenarios. Signed-off-by:

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

2011-05-17 Thread Mohan Pallaka
ned-off-by: Kyungmin Park Signed-off-by: Mohan Pallaka --- drivers/input/misc/Kconfig| 12 + drivers/input/misc/Makefile |1 + drivers/input/misc/isa1200.c | 442 + include/linux/input/isa1200.h | 46 + 4 files changed, 501 insertions(+), 0

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 2/2] input: misc: Add support for isa1200 chip

2011-05-13 Thread Mohan Pallaka
Change-Id: If253c71e833e629431a35864e33824d8d6dadb35 Signed-off-by: Kyungmin Park Signed-off-by: Mohan Pallaka --- drivers/input/misc/Kconfig| 12 + drivers/input/misc/Makefile |1 + drivers/input/misc/isa1200.c | 442 + include/linux/input/isa120

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

2011-05-13 Thread Mohan Pallaka
ge-Id: Ia507bf659d4d67d71f135012e7d919aca6c45c6c Signed-off-by: Mohan Pallaka --- 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/include/linux/

[PATCH 0/2] Support for isa1200 haptic chip

2011-05-13 Thread Mohan Pallaka
st doesn't 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/mi

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

2011-04-29 Thread Mohan Pallaka
Ping. Hi Dmitry, Please review this patch. Regards, Mohan. On 4/14/2011 12:24 PM, Mohan Pallaka wrote: > Hi Dmitry, > > I've addressed your comments from previous revision. Please review and let me > know if you have comments. > > Thanks, > Mohan. > > On

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

2011-04-13 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 > > isa1200 chip can be used to generate vibrations to indicate > silent

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

2011-04-13 Thread Mohan Pallaka
Change-Id: If253c71e833e629431a35864e33824d8d6dadb35 Signed-off-by: Kyungmin Park Signed-off-by: Mohan Pallaka --- drivers/input/misc/Kconfig| 12 + drivers/input/misc/Makefile |1 + drivers/input/misc/isa1200.c | 442 + include/linux/input/isa120

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

2011-04-13 Thread Mohan Pallaka
ge-Id: Ia507bf659d4d67d71f135012e7d919aca6c45c6c Signed-off-by: Mohan Pallaka --- 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/pwm.h +++ b/include/

[PATCH 0/2] Support for isa1200 haptic chip

2011-04-13 Thread Mohan Pallaka
st doesn't 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/mi

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 > > 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 p