Re: Bug: shared usb dt document is incorrect

2015-07-29 Thread Tim Bird
On 07/28/2015 07:54 PM, Rob Herring wrote: On Tue, Jul 28, 2015 at 8:06 PM, Tim Bird tim.b...@sonymobile.com wrote: Antoine and Rob, I was just doing some testing with USB on a Qualcomm SoC. I followed the instructions in the binding document:

Re: [PATCH v3 1/3] ARM: dts: qcom: Add binding for the qcom coincell charger

2015-07-29 Thread Tim Bird
Greg, At this point I've got Reviewed-by from Rob on the binding and dts bits, and Reviewed-by from Andy Gross on the complete patch series (v3). I believe I've addressed all issues raised. Can you please add this (v3) to drivers/misc? Let me know if you want me to re-send anything. Thanks

Re: [PATCH v2 2/5] mtd: nand: Qualcomm NAND controller driver

2015-07-29 Thread Stephen Boyd
On 07/29, Archit Taneja wrote: On 07/29/2015 07:18 AM, Stephen Boyd wrote: On 07/27/2015 09:34 PM, Archit Taneja wrote: Hi, On 07/25/2015 06:21 AM, Stephen Boyd wrote: On 07/21/2015 03:34 AM, Archit Taneja wrote: + int size) +{Looks like a +struct desc_info *desc; +

Re: [PATCH v3 1/5] soc: qcom: Add device tree binding for Shared Memory Device

2015-07-29 Thread Andy Gross
On Mon, Jul 27, 2015 at 08:20:29PM -0700, Bjorn Andersson wrote: Add device tree binding documentation for the Qualcomm Shared Memory Device, used for communication between the various CPUs in the Qualcomm SoCs. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- Applied,

Re: [PATCH v3] usb: chipidea: Use extcon framework for VBUS and ID detect

2015-07-29 Thread Tim Bird
On Tue, Jun 2, 2015 at 6:14 AM, Ivan T. Ivanov ivan.iva...@linaro.org wrote: On recent Qualcomm platforms VBUS and ID lines are not routed to USB PHY LINK controller. Use extcon framework to receive connect and disconnect ID and VBUS notification. Signed-off-by: Ivan T. Ivanov

Re: [PATCH v3 1/3] ARM: dts: qcom: Add binding for the qcom coincell charger

2015-07-29 Thread Greg Kroah-Hartman
On Wed, Jul 29, 2015 at 11:12:30AM -0700, Tim Bird wrote: Greg, At this point I've got Reviewed-by from Rob on the binding and dts bits, and Reviewed-by from Andy Gross on the complete patch series (v3). I believe I've addressed all issues raised. Can you please add this (v3) to

Re: [PATCH] lib: Make _find_next_bit helper function inline

2015-07-29 Thread Cassidy Burden
I changed the test module to now set the entire array to all 0/1s and only flip a few bits. There appears to be a performance benefit, but it's only 2-3% better (if that). If the main benefit of the original patch was to save space then inlining definitely doesn't seem worth the small gains in

[pull] drm/msm: fixes for 4.2

2015-07-29 Thread Rob Clark
Fix for nasty crash on mdp4 in disable path, fix for dma-buf export, smb leak on mdp5 which could result in intermittent modeset fails, and don't let interrupted system call disturb atomic commit once we are past the point of no return. BR, -R The following changes since commit

Re: [PATCH 1/2] drm/doc: Add hflip/vflip property descriptions in msm

2015-07-29 Thread jilaiw
Thanks for this information, Daniel. I will change it to use rotation prop in next patch. On Mon, Jul 27, 2015 at 06:57:33PM -0400, Jilai Wang wrote: Add plane properties hflip/vflip which are used in MDP driver to flip the input horizontally/vertically. Signed-off-by: Jilai Wang

Re: [PATCH v1 7/7] ARM: dts: ifc6410: add inforce LVDS panel support

2015-07-29 Thread Stephen Boyd
On 07/28/2015 05:54 AM, Srinivas Kandagatla wrote: + + panel_3p3v: panel_3p3v { + compatible = regulator-fixed; + pinctrl-0 = disp_en_gpios; + pinctrl-names = default; + regulator-min-microvolt

Re: Bug: shared usb dt document is incorrect

2015-07-29 Thread Rob Herring
On Wed, Jul 29, 2015 at 12:29 PM, Tim Bird tim.b...@sonymobile.com wrote: On 07/28/2015 07:54 PM, Rob Herring wrote: On Tue, Jul 28, 2015 at 8:06 PM, Tim Bird tim.b...@sonymobile.com wrote: Antoine and Rob, I was just doing some testing with USB on a Qualcomm SoC. I followed the

Re: [PATCH v3 4/5] soc: qcom: Driver for the Qualcomm RPM over SMD

2015-07-29 Thread Andy Gross
On Mon, Jul 27, 2015 at 08:20:32PM -0700, Bjorn Andersson wrote: Driver for the Resource Power Manager (RPM) found in Qualcomm 8974 based devices. The driver exposes resources that child drivers can operate on; to implementing regulator, clock and bus frequency drivers. Signed-off-by: Bjorn

Re: [PATCH v3 2/5] soc: qcom: Add Shared Memory Driver

2015-07-29 Thread Andy Gross
On Mon, Jul 27, 2015 at 08:20:30PM -0700, Bjorn Andersson wrote: This adds the Qualcomm Shared Memory Driver (SMD) providing communication channels to remote processors, ontop of SMEM. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- Applied, thanks! -- Qualcomm

Re: [PATCH v3 3/5] devicetree: soc: Add Qualcomm SMD based RPM DT binding

2015-07-29 Thread Andy Gross
On Mon, Jul 27, 2015 at 08:20:31PM -0700, Bjorn Andersson wrote: Add binding documentation for the Qualcomm Resource Power Manager (RPM) using shared memory (Qualcomm SMD) as transport mechanism. This is found in 8974 and newer based devices. The binding currently describes the rpm itself

Re: [PATCH v1 1/7] ARM: dts: ifc6410: Add pwrseq support for WLAN

2015-07-29 Thread Stephen Boyd
On 07/28/2015 05:53 AM, Srinivas Kandagatla wrote: + + sdcc4_pwrseq:pwrseq { Missing space here between label and node name. + compatible = mmc-pwrseq-simple; + reset-gpios = pm8921_gpio 43 GPIO_ACTIVE_LOW; + }; + Also

Re: [PATCH] backlight: pm8941-wled: Add default-brightness property

2015-07-29 Thread Bjorn Andersson
On Fri 24 Jul 08:29 PDT 2015, Rob Herring wrote: On Thu, Jul 23, 2015 at 2:52 PM, Bjorn Andersson bjorn.anders...@sonymobile.com wrote: Add the possibility of specifying the default brightness in DT. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- This depends on

Re: [PATCH v6 04/13] clk: qcom: gdsc: Manage clocks with !CONFIG_PM

2015-07-29 Thread Rajendra Nayak
On 07/29, Rajendra Nayak wrote: On 07/29/2015 06:34 AM, Stephen Boyd wrote: Sorry, I read the thread and I tried to understand what was going on but I'm still lost. Can you clarify further in the commit text somehow? So I can add this in the commit text, if it seems fine The use of

Re: [PATCH v9 0/9] Add simple NVMEM Framework via regmap.

2015-07-29 Thread Srinivas Kandagatla
On 29/07/15 09:49, Rajendra Nayak wrote: On 07/27/2015 04:42 PM, Srinivas Kandagatla wrote: Hi Greg/Kevin, This patchset adds a new simple NVMEM framework to kernel, and it is tested with various drivers like QCOM thermal sensors, QCOM cpr driver, begal bone cape manager and few more on the

Re: [PATCH v9 0/9] Add simple NVMEM Framework via regmap.

2015-07-29 Thread Rajendra Nayak
On 07/27/2015 04:42 PM, Srinivas Kandagatla wrote: Hi Greg/Kevin, This patchset adds a new simple NVMEM framework to kernel, and it is tested with various drivers like QCOM thermal sensors, QCOM cpr driver, begal bone cape manager and few more on the way. Can you please consider this as 4.3

Re: [PATCH v1 1/7] ARM: dts: ifc6410: Add pwrseq support for WLAN

2015-07-29 Thread Bjorn Andersson
On Tue 28 Jul 05:53 PDT 2015, Srinivas Kandagatla wrote: This patch adds pwrseq for WLAN which resets the WLAN just before the SDIO bus is up. Does this mean that we have the !power-of-2 patch in mmc on the way? Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org ---

Re: [PATCH v6 04/13] clk: qcom: gdsc: Manage clocks with !CONFIG_PM

2015-07-29 Thread Stephen Boyd
On 07/29, Rajendra Nayak wrote: On 07/29/2015 06:34 AM, Stephen Boyd wrote: Sorry, I read the thread and I tried to understand what was going on but I'm still lost. Can you clarify further in the commit text somehow? So I can add this in the commit text, if it seems fine The use of

Re: [PATCH v1 3/7] ARM: dts: apq8064-ifc6410: add heart-beat led support.

2015-07-29 Thread Srinivas Kandagatla
On 28/07/15 18:36, Andreas Färber wrote: Am 28.07.2015 um 14:54 schrieb Srinivas Kandagatla: This patch adds heart-beat led support on IFC6410. Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org --- arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 22 ++ 1

Re: [PATCH v1 7/7] ARM: dts: ifc6410: add inforce LVDS panel support

2015-07-29 Thread Srinivas Kandagatla
On 29/07/15 06:39, Archit Taneja wrote: Hi Srini, On 07/28/2015 06:24 PM, Srinivas Kandagatla wrote: This patch adds LVDS panel for IFC6410. Signed-off-by: Rob Clark robdcl...@gmail.com [Rob Clark: WIP patch] Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org ---

Re: [PATCH] lib: Make _find_next_bit helper function inline

2015-07-29 Thread Alexey Klimov
On Вт., 2015-07-28 at 14:45 -0700, Andrew Morton wrote: On Wed, 29 Jul 2015 00:23:18 +0300 Yury yury.no...@gmail.com wrote: But I think, before/after for x86 is needed as well. That would be nice. And why don't you consider '__always_inline__'? Simple inline is only a hint and