Re: [PATCH 1/2] i2c: qup: Add device tree bindings information

2013-09-25 Thread Wolfram Sang
I agree with Kumar on removing this. If we decide it is something worth keeping, logic to support it doesn't belong in the QUP driver, but in the i2c core. I don't have strong objection here, will remove aliases support. When resubmitting, please test against v3.12-rcX.

Re: [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-25 Thread Kumar Gala
On Sep 23, 2013, at 10:13 PM, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org ---

Re: [PATCH v2 1/1] usb: gadget: f_fs: Add support for SuperSpeed Mode

2013-09-25 Thread Felipe Balbi
Hi, (please avoid top-posting) On Tue, Sep 24, 2013 at 03:00:20PM +0530, Manu Gautam wrote: Hi Felipe, I wanted to mention one point with respect to this patch: Below changes in the functionfs.h to add ss_count (super speed descriptors count) in desc_header (which is passed from userspace)

Re: [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-25 Thread Rohit Vaswani
On 9/25/2013 12:49 PM, Kumar Gala wrote: On Sep 23, 2013, at 10:13 PM, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani

Re: [PATCH 1/2] i2c: qup: Add device tree bindings information

2013-09-25 Thread Ivan T. Ivanov
Hi, On Wed, 2013-09-25 at 18:06 +0200, Wolfram Sang wrote: I agree with Kumar on removing this. If we decide it is something worth keeping, logic to support it doesn't belong in the QUP driver, but in the i2c core. I don't have strong objection here, will remove aliases support.