Re: [PATCH] PCAP touchscreen driver (for 2.6.32)

2009-06-29 Thread Dmitry Torokhov
Hi Daniel, On Sat, Jun 27, 2009 at 02:02:18PM -0300, Daniel Ribeiro wrote: Touchscreen driver for PCAP2 PMIC. Signed-off-by: Daniel Ribeiro drw...@gmail.com --- drivers/input/touchscreen/Kconfig |9 ++ drivers/input/touchscreen/Makefile |1 +

Re: [PATCH 1/2] MMC/pxamci: workaround regulator framework bugs

2009-06-29 Thread Mark Brown
On Mon, Jun 29, 2009 at 11:00:38AM +0800, Eric Miao wrote: This looks to be running into the same issue as clocks - where for power savings the clocks are assumed to be off as many as possible, leaving only those essential ones enabled, yet the assumption of the boot loader does this

Re: [PATCH] PCAP misc input driver (for 2.6.32)

2009-06-29 Thread Mark Brown
On Sat, Jun 27, 2009 at 02:09:52PM -0300, Daniel Ribeiro wrote: This is a driver for misc input events for the PCAP2 PMIC, it handles the power button, headphone insertion/removal and the headphone button. Depending on the power management capabilities of the CODEC it may be better to support

Re: [PATCH] PCAP misc input driver (for 2.6.32)

2009-06-29 Thread Ilya Petrov
2009/6/29 Mark Brown broo...@opensource.wolfsonmicro.com: Depending on the power management capabilities of the CODEC it may be better to support at laest the headphone insert/removal via the audio driver as a jack to allow automatic management of the power for the relevant paths within the

Re: [PATCH] PCAP misc input driver (for 2.6.32)

2009-06-29 Thread Mark Brown
On Mon, Jun 29, 2009 at 07:27:24PM +0300, Ilya Petrov wrote: 2009/6/29 Mark Brown broo...@opensource.wolfsonmicro.com: Depending on the power management capabilities of the CODEC it may be better to support at laest the headphone insert/removal via the audio driver as a jack to allow

Re: [PATCH] PCAP misc input driver (for 2.6.32)

2009-06-29 Thread Daniel Ribeiro
Em Dom, 2009-06-28 às 23:14 -0700, Dmitry Torokhov escreveu: drivers/input/keyboard/Kconfig |7 ++ drivers/input/keyboard/Makefile|1 + drivers/input/keyboard/pcap_keys.c | 152 3 files changed, 160 insertions(+), 0 deletions(-)