Re: [PATCH 0/1] input: keyboard: add qci keyboard driver

2010-09-01 Thread Dmitry Torokhov
On Tue, Aug 31, 2010 at 04:54:47PM -0400, Neil Leeder wrote: On 8/30/2010 5:55 PM, Dmitry Torokhov wrote: And still you are using only one GPIO in your driver? While WPCE775x does seem to have matrix keypad support I think that you are using one of the 3 PS/2 ports, like your touchpad does.

[PATCH 0/5] Add MSM USB Device Controller support

2010-09-01 Thread Pavankumar Kondeti
This patch series adds basic support for USB device controller found in MSM family of SOCs. This driver is already being used in Android devices. This driver is tested with Android(ADB + Mass storage, RNDIS), ethernet, and file storage gadgets. All the USBCV Ch9 Tests and usbtest test cases are

[PATCH 2/5] USB: msm72k_udc: Add debugfs support

2010-09-01 Thread Pavankumar Kondeti
Provide debugfs files for reading endpoint registers and associated requests info, re-enumeration and resetting the hardware. This patch was originally developed by Google and is available at http://android.git.kernel.org/?p=kernel/experimental.git. CC: Mike Lockwood lockw...@android.com CC:

[PATCH 5/5] USB: msm72k_udc: Add charging notification support

2010-09-01 Thread Pavankumar Kondeti
Provide Host PC (after configured), Wall charger notifications. Typically Battery/Charger driver is subscribed to these notifications and responsible for notifying user space and drawing the current. This patch was originally developed by Google and is available at

[PATCH 4/5] USB: msm72k_udc: Add Test Mode support

2010-09-01 Thread Pavankumar Kondeti
Implement the test modes mentioned in 7.1.20 section of USB 2.0 specification. High-speed capable devices must support these test modes to facilitate compliance testing. Signed-off-by: Pavankumar Kondeti pkond...@codeaurora.org Signed-off-by: Vamsi Krishna vskri...@codeaurora.org ---

Re: [PATCH 1/5] USB: Add MSM USB Device Controller driver

2010-09-01 Thread Alan Stern
On Wed, 1 Sep 2010, Pavankumar Kondeti wrote: This patch adds the basic support for the USB Device Controller on Qualcomm MSM family of SOCs. The controller supports upto 16 endpoints including the default endpoint (ep0). All the data transfers are driven by DMA. VBUS line is also

Re: [PATCH] pm_qos: Add system bus performance parameter

2010-09-01 Thread mark gross
On Tue, Aug 31, 2010 at 03:38:04PM -0700, Saravana Kannan wrote: mark gross wrote: On Mon, Aug 30, 2010 at 11:56:54AM -0700, Kevin Hilman Any specific reason PM QoS doesn't support a summation comparitor? PM_QoS could do a summation, but keep in mind it pm_qos not qos. pm_qos is a best

Re: [PATCH 1/5] USB: Add MSM USB Device Controller driver

2010-09-01 Thread pkondeti
On Wed, 1 Sep 2010, Pavankumar Kondeti wrote: This patch adds the basic support for the USB Device Controller on Qualcomm MSM family of SOCs. The controller supports upto 16 endpoints including the default endpoint (ep0). All the data transfers are driven by DMA. VBUS line is also

Re: [PATCH 1/5] USB: Add MSM USB Device Controller driver

2010-09-01 Thread Brian Swetland
On Wed, Sep 1, 2010 at 2:06 AM, Pavankumar Kondeti pkond...@codeaurora.org wrote: This patch adds the basic support for the USB Device Controller on Qualcomm MSM family of SOCs.  The controller supports upto 16 endpoints including the default endpoint (ep0).  All the data transfers are driven

RE: [PATCH 1/2] msm: Install the Google-Android gpio driver.

2010-09-01 Thread Daniel Walker
On Wed, 2010-09-01 at 13:59 -0500, H Hartley Sweeten wrote: On Monday, August 30, 2010 5:18 PM, Gregory Bean wrote: Subject: [PATCH 1/2] msm: Install the Google-Android gpio driver. From: Arve Hjønnevåg a...@android.com As part of the ongoing effort to converge on a common code base,

Re: [PATCH 1/2] msm: Install the Google-Android gpio driver.

2010-09-01 Thread Ryan Mallon
On 09/02/2010 09:13 AM, Daniel Walker wrote: On Wed, 2010-09-01 at 13:59 -0500, H Hartley Sweeten wrote: On Monday, August 30, 2010 5:18 PM, Gregory Bean wrote: Subject: [PATCH 1/2] msm: Install the Google-Android gpio driver. From: Arve Hjønnevåg a...@android.com As part of the ongoing

Re: [PATCH 1/4] platform: Use drv-driver.bus instead of assuming platform_bus_type

2010-09-01 Thread Greg KH
On Wed, Aug 18, 2010 at 12:53:12PM -0700, Patrick Pannuto wrote: On 08/18/2010 12:44 PM, Greg KH wrote: On Wed, Aug 18, 2010 at 12:15:40PM -0700, Patrick Pannuto wrote: In theory (although not *yet* in practice), a driver being passed to platform_driver_probe might have driver.bus set to

Re: [PATCH 0/5] Add MSM USB Device Controller support

2010-09-01 Thread David Lanzendörfer
Hi I tried your patchset with https://www.codeaurora.org/gitweb/quic/kernel/?p=dwalker/linux-msm.git;a=shortlog;h=refs/heads/for-next But somehow, usb networking doesnt seem to come up? O_o I'm sure, if you have tested it, the mistake has to be on my side. Could I try /your/ kernel config? (With

[PATCH 1/2 v2] msm: Install the Google-Android gpio driver.

2010-09-01 Thread Gregory Bean
As part of the ongoing effort to converge on a common code base, adopt the Google-Android msmgpio driver, as it has a stronger pedigree than the previous submission from codeaurora. Based on work by folks at Google, including Brian Swetland and Arve Hjønnevåg. Cc: Arve Hjønnevåg a...@android.com

Re: [PATCH] msm: Featurize gpiomux.

2010-09-01 Thread Gregory Bean
On Wed, 2010-09-01 at 16:26 -0700, Gregory Bean wrote: Featurize gpiomux so that systems like 7x00 which do not wish to use it do not have to be saddled with the configuration tables. What happens without this? Not much, until the gpiolib hooks come along (see my next two patches), and

Re: [PATCH] pm_qos: Add system bus performance parameter

2010-09-01 Thread Saravana Kannan
mark gross wrote: On Tue, Aug 31, 2010 at 03:38:04PM -0700, Saravana Kannan wrote: mark gross wrote: On Mon, Aug 30, 2010 at 11:56:54AM -0700, Kevin Hilman Any specific reason PM QoS doesn't support a summation comparitor? PM_QoS could do a summation, but keep in mind it pm_qos not qos.

Re: [PATCH 0/5] Add MSM USB Device Controller support

2010-09-01 Thread Pavan Kondeti
On Thu, Sep 02, 2010 at 12:52:43AM +0200, David Lanzendörfer wrote: Hi I tried your patchset with https://www.codeaurora.org/gitweb/quic/kernel/?p=dwalker/linux-msm.git;a=shortlog;h=refs/heads/for-next But somehow, usb networking doesnt seem to come up? O_o I'm sure, if you have tested it,