Re: Shared regulator usage

2012-11-27 Thread Anirudh Ghayal
On 11/26/2012 7:17 PM, Mark Brown wrote: On Mon, Nov 26, 2012 at 05:13:37AM -0800, agha...@codeaurora.org wrote: For example: Consumer (A) cpu-freq sets the voltage range to {1.275v, 1.375v}. The regulator framework eventually sets the regulator to 1.275v. Consumer (B) recommends a lower the

Re: [PATCH] input: misc: Add support for pm8xxx based vibrator driver

2011-08-02 Thread Anirudh Ghayal
Hi Shubhrajyoti, Thanks for the review. On 8/2/2011 11:34 AM, Shubhrajyoti Datta wrote: Hi Amy, On Tue, Aug 2, 2011 at 9:43 AM, Anirudh Ghayal agha...@codeaurora.org mailto:agha...@codeaurora.org wrote: From: Amy Maloche amalo...@codeaurora.org mailto:amalo...@codeaurora.org Add

Re: [PATCH] input: misc: Add support for pm8xxx based vibrator driver

2011-08-02 Thread Anirudh Ghayal
Hi Dmitry, On 8/2/2011 12:11 PM, Dmitry Torokhov wrote: On Tue, Aug 02, 2011 at 11:57:13AM +0530, Anirudh Ghayal wrote: Yes should have been dev_err. Dmitry, would you like me to submit another patch for this? I can make the @work change as well. Or would you make this minor change as well

[PATCH] input: misc: Add support for pm8xxx based vibrator driver

2011-08-01 Thread Anirudh Ghayal
From: Amy Maloche amalo...@codeaurora.org Add support for pm8xx based vibrator to facilitate haptics. This module uses the ff-memless framework. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Amy Maloche amalo...@codeaurora.org Signed-off-by: Anirudh Ghayal agha...@codeaurora.org

Re: [Question] ehci_hcd: inclusion of multiple platform drivers

2011-06-17 Thread Anirudh Ghayal
Including linux-usb. On 6/17/2011 6:18 PM, mgau...@codeaurora.org wrote: Hi, I am working on an SOC where requirement is to include more than one host controller platform driver from ehci_hcd.c. Since, the current framework supports inclusion of just one platform driver, I was wondering if we

Re: [PATCH V4] drivers: rtc: Add support for Qualcomm PMIC8xxx RTC

2011-05-31 Thread Anirudh Ghayal
Hi Andrew, Can you please pull in this patch. Thank you, ~Anirudh On 5/27/2011 10:35 AM, Anirudh Ghayal wrote: Hi Samuel, Could you please pull this (PATCH V4) patch into the MFD tree? This is dependent on the pm8xxx mfd core. The ack and reviewed tags for V3 patch is at https

Re: [PATCH V4] drivers: rtc: Add support for Qualcomm PMIC8xxx RTC

2011-05-26 Thread Anirudh Ghayal
Hi Samuel, Could you please pull this (PATCH V4) patch into the MFD tree? This is dependent on the pm8xxx mfd core. The ack and reviewed tags for V3 patch is at https://patchwork.kernel.org/patch/755912/ Thank you, Anirudh On 5/27/2011 10:26 AM, Anirudh Ghayal wrote: This patch adds

Re: [PATCH V4] input: pm8xxx_keypad: Qualcomm pm8xxx keypad controller driver

2011-05-19 Thread Anirudh Ghayal
On 5/19/2011 1:03 PM, Dmitry Torokhov wrote: On Thu, May 19, 2011 at 10:54:04AM +0530, Anirudh Ghayal wrote: From: Trilok Sonits...@codeaurora.org Add Qualcomm PMIC8XXX based keypad controller driver supporting upto 18x8 matrix configuration. Signed-off-by: Trilok Sonits...@codeaurora.org

Re: [PATCH V4] input: pm8xxx_keypad: Qualcomm pm8xxx keypad controller driver

2011-05-18 Thread Anirudh Ghayal
to the MFD tree. Thank you, ~Anirudh On 5/19/2011 10:54 AM, Anirudh Ghayal wrote: From: Trilok Sonits...@codeaurora.org Add Qualcomm PMIC8XXX based keypad controller driver supporting upto 18x8 matrix configuration. Signed-off-by: Trilok Sonits...@codeaurora.org Signed-off-by: Anirudh

Re: [PATCH V3 2/2] input: pmic8xxx_pwrkey: Add support for power key

2011-05-17 Thread Anirudh Ghayal
Hi Samuel, Can you please pull this patch in your MFD tree. https://patchwork.kernel.org/patch/782212/. This patch depends on the pm8xxx MFD core. Thank you, ~Anirudh On 5/17/2011 12:06 PM, Dmitry Torokhov wrote: On Fri, May 13, 2011 at 03:17:51PM +0530, Anirudh Ghayal wrote: From: Trilok

[PATCH V3 1/2] input: pmic8xxx-keypad: Add row and column gpio configuration

2011-05-13 Thread Anirudh Ghayal
Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Anirudh Ghayal agha...@codeaurora.org --- drivers/input/keyboard/pmic8xxx-keypad.c | 58 ++ include/linux/input/pmic8xxx-keypad.h|2 + 2 files changed, 60 insertions(+), 0 deletions(-) diff --git

[PATCH V3 2/2] input: pmic8xxx_pwrkey: Add support for power key

2011-05-13 Thread Anirudh Ghayal
From: Trilok Soni ts...@codeaurora.org Add support for PMIC8XXX power key driven over dedicated KYPD_PWR_N pin. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Trilok Soni ts...@codeaurora.org Signed-off-by: Anirudh Ghayal agha...@codeaurora.org --- drivers/input/misc/Kconfig

[PATCH V2 3/3] input: pmic8xxx_pwrkey: Add support for power key

2011-05-04 Thread Anirudh Ghayal
From: Trilok Soni ts...@codeaurora.org Add support for PMIC8XXX power key driven over dedicated KYPD_PWR_N pin. It allows the user to specify the amount of time by which the power key reporting can be delayed. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Trilok Soni

Re: [rtc-linux] [PATCH 3/3] drivers: rtc: Add support for Qualcomm PMIC8xxx RTC

2011-04-01 Thread Anirudh Ghayal
Hi Wan, Thank you for reviewing this. I will submit a V2 patch with the changes. On 3/31/2011 10:18 PM, Wan ZongShun wrote: Hi Anirudh, Some advice below: 2011/3/27 Anirudh Ghayalagha...@codeaurora.org: PMIC8xxx is Qualcomm's power management IC. A 32-bit RTC is housed inside this PMIC. The

Re: [rtc-linux] Re: [PATCH 2/3] input: pmic8xxx_pwrkey: Add support for power key

2011-04-01 Thread Anirudh Ghayal
Hi Stephen, Thanks for reviewing. I will submit a V2 patch with the changes. On 3/29/2011 2:27 AM, Stephen Boyd wrote: On 3/26/2011 9:52 AM, Anirudh Ghayal wrote: +static void pmic8xxx_pwrkey_timer(unsigned long handle) +{ + unsigned long flags; + struct pmic8xxx_pwrkey *pwrkey

[PATCH 2/3] input: pmic8xxx_pwrkey: Add support for power key

2011-03-26 Thread Anirudh Ghayal
From: Trilok Soni ts...@codeaurora.org Add support for PMIC8XXX power key driven over dedicated KYPD_PWR_N pin. It allows the user to specify the amount of time by which the power key reporting can be delayed. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Trilok Soni

[PATCH 3/3] drivers: rtc: Add support for Qualcomm PMIC8xxx RTC

2011-03-26 Thread Anirudh Ghayal
PMIC8xxx is Qualcomm's power management IC. A 32-bit RTC is housed inside this PMIC. The RTC driver uses SSBI to communicate with the RTC module. Cc: Alessandro Zummo a.zu...@towertech.it Cc: Lars-Peter Clausen l...@metafoo.de Signed-off-by: Anirudh Ghayal agha...@codeaurora.org --- drivers/rtc

[RFC v2 PATCH 0/7] Qualcomm PMIC8058 sub-device drivers

2011-02-01 Thread Anirudh Ghayal
driver Anirudh Ghayal (2): input: pmic8058-othc: Add support for PM8058 based OTHC drivers: rtc: Add support for Qualcomm PMIC8058 RTC Trilok Soni (4): matrix_keypad: Increase the max limit of rows and columns input: pm8058_keypad: Qualcomm PMIC8058 keypad controller driver led: pmic8058

[RFC v2 PATCH 1/7] matrix_keypad: Increase the max limit of rows and columns

2011-02-01 Thread Anirudh Ghayal
From: Trilok Soni ts...@codeaurora.org Some keyboard controller have support for more than 16 columns and rows. Moving this value to 32. Cc: Eric Miao eric.y.m...@gmail.com Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Trilok Soni ts...@codeaurora.org --- Changes from v1: Moved

[RFC v2 PATCH 2/7] input: pm8058_keypad: Qualcomm PMIC8058 keypad controller driver

2011-02-01 Thread Anirudh Ghayal
From: Trilok Soni ts...@codeaurora.org Add Qualcomm PMIC8058 based keypad controller driver supporting upto 18x8 matrix configuration. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Trilok Soni ts...@codeaurora.org --- Changes from v1: Addressed review comments from Dmitry. Race

[RFC v2 PATCH 3/7] led: pmic8058: Add PMIC8058 leds driver

2011-02-01 Thread Anirudh Ghayal
From: Trilok Soni ts...@codeaurora.org Add support for Qualcomm PMIC8058 keyboard backlight, flash and low current leds. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Cc: Lars-Peter Clausen l...@metafoo.de Signed-off-by: Trilok Soni ts...@codeaurora.org --- Changes from v1: Addressed review

[RFC v2 PATCH 4/7] input: pmic8058_pwrkey: Add support for power key

2011-02-01 Thread Anirudh Ghayal
From: Trilok Soni ts...@codeaurora.org Add support for PMIC8058 power key driven over dedicated KYPD_PWR_N pin. It allows the user to specify the amount of time by which the power key reporting can be delayed. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Trilok Soni

[RFC v2 PATCH 5/7] input: pmic8058-othc: Add support for PM8058 based OTHC

2011-02-01 Thread Anirudh Ghayal
shubhrajy...@ti.com Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Anirudh Ghayal agha...@codeaurora.org --- Addressed review comments from Dimitry. removed IRQF_ONESHOT, const pdata. drivers/input/misc/Kconfig |9 + drivers/input/misc/Makefile |1 + drivers

[RFC v2 PATCH 6/7] drivers: rtc: Add support for Qualcomm PMIC8058 RTC

2011-02-01 Thread Anirudh Ghayal
PMIC8058 is Qualcomm's power management IC. A 32-bit RTC is housed inside this PMIC. The RTC driver uses SSBI to communicate with the RTC module. Cc: Alessandro Zummo a.zu...@towertech.it Cc: Lars-Peter Clausen l...@metafoo.de Signed-off-by: Anirudh Ghayal agha...@codeaurora.org --- Changes from

[RFC v2 PATCH 7/7] input: misc: Add support for PM8058 based vibrator driver

2011-02-01 Thread Anirudh Ghayal
From: Amy Maloche amalo...@codeaurora.org Add support for pmic8058 based vibrator to facilitate haptics. Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Mohan Pallaka mpall...@codeaurora.org --- drivers/input/misc/Kconfig | 12 ++ drivers/input/misc/Makefile

Re: [rtc-linux] Re: [RFC v1 PATCH 2/6] input: pm8058_keypad: Qualcomm PMIC8058 keypad controller driver

2011-01-06 Thread Anirudh Ghayal
Hi Dimitry, On 12/6/2010 11:44 PM, Dmitry Torokhov wrote: Hi Trilok, On Wed, Nov 10, 2010 at 06:17:57PM +0530, Trilok Soni wrote: Add Qualcomm PMIC8058 based keypad controller driver supporting upto 18x8 matrix configuration. Looks very good, just a couple of small things: +

Re: [RFC v1 PATCH 5/6] input: pmic8058-othc: Add support for PM8058 based OTHC

2010-12-07 Thread Anirudh Ghayal
Hi Dimitry, Thanks for your comments. On 12/7/2010 3:34 PM, Dmitry Torokhov wrote: Hi Trilok, On Wed, Nov 10, 2010 at 06:18:00PM +0530, Trilok Soni wrote: From: Anirudh Ghayalagha...@codeaurora.org One-touch headset controller is a hardware module in Qualcomm's PMIC8058. It supports headset