Re: [PATCH 06/12] ARM: DT: apq8064: add pci support in CM QS600

2015-02-23 Thread Srinivas Kandagatla
Hi Kumar, Sorry, I should have dropped this patch.. PCIE is still not in the mainline.. :-) Will fix it in next version. --srini On 23/02/15 11:31, Igor Grinberg wrote: Hi Srini, On 02/23/15 09:55, Srinivas Kandagatla wrote: From: Nicolas Dechesne nicolas.deche...@linaro.org This patch

Re: [PATCH 06/12] ARM: DT: apq8064: add pci support in CM QS600

2015-02-23 Thread Igor Grinberg
Hi Srini, On 02/23/15 09:55, Srinivas Kandagatla wrote: From: Nicolas Dechesne nicolas.deche...@linaro.org This patch adds PCIE support to APQ8064, tested with Ethernet on Compulab QS600 board. Signed-off-by: Nicolas Dechesne nicolas.deche...@linaro.org Thanks for submitting these! I

Re: [PATCH] drm: msm: Fix build when legacy fbdev support isn't set

2015-02-23 Thread Rob Clark
On Mon, Feb 23, 2015 at 5:29 AM, Archit Taneja arch...@codeaurora.org wrote: The DRM_KMS_FB_HELPER config is selected only when DRM_MSM_FBDEV config is selected. The driver accesses drm_fb_helper_* functions even when legacy fbdev support is disabled in msm. Wrap around these functions with

Re: [PATCH 1/2] regulator: core: Introduce set_load op

2015-02-23 Thread Mark Brown
On Wed, Feb 11, 2015 at 07:39:12PM -0800, Bjorn Andersson wrote: Expose the requested load directly to the regulator implementation for hardware that does not support the normal enum based set_mode(). Applied both, thanks! signature.asc Description: Digital signature

Re: [PATCH v3 3/4] scsi: ufs: add trace events and dump prints for debug

2015-02-23 Thread Steven Rostedt
On Mon, 23 Feb 2015 09:15:15 - Dov Levenglick d...@codeaurora.org wrote: [ Cut's a 1000 lines of unneeded patch ] +#endif /* if !defined(_TRACE_UFS_H) || defined(TRACE_HEADER_MULTI_READ) */ + +/* This part must be outside protection */ +#include trace/define_trace.h -- Qualcomm

Re: [PATCH 07/12] ARM: DT: apq8064: Add usb host support to CM QS-600

2015-02-23 Thread Igor Grinberg
On 02/23/15 09:55, Srinivas Kandagatla wrote: From: Nicolas Dechesne nicolas.deche...@linaro.org This patch adds device tree nodes to support two usb hosts on Compulab QS600 board. Signed-off-by: Nicolas Dechesne nicolas.deche...@linaro.org Acked-by: Igor Grinberg

Re: [PATCH] spmi: pmic_arb: enable build on arm64 platforms

2015-02-23 Thread Ivan T. Ivanov
On Wed, 2015-02-04 at 19:46 +0100, Paul Bolle wrote: On Wed, 2015-02-04 at 17:27 +0200, Stanimir Varbanov wrote: On 02/04/2015 05:14 PM, Paul Bolle wrote: On Wed, 2015-02-04 at 17:05 +0200, Stanimir Varbanov wrote: On 02/03/2015 10:42 PM, Paul Bolle wrote: On Tue, 2015-02-03 at

Re: [PATCH 08/12] ARM: DT: apq8064: Add USB OTG support for CM QS-600

2015-02-23 Thread Igor Grinberg
On 02/23/15 09:55, Srinivas Kandagatla wrote: From: Nicolas Dechesne nicolas.deche...@linaro.org This patch adds USB OTG support on USB1 for Compulab QS-600 Board. Signed-off-by: Nicolas Dechesne nicolas.deche...@linaro.org Acked-by: Igor Grinberg grinb...@compulab.co.il ---

Re: [PATCH] drm: msm: Fix build when legacy fbdev support isn't set

2015-02-23 Thread Daniel Vetter
On Mon, Feb 23, 2015 at 08:33:36AM -0500, Rob Clark wrote: On Mon, Feb 23, 2015 at 5:29 AM, Archit Taneja arch...@codeaurora.org wrote: The DRM_KMS_FB_HELPER config is selected only when DRM_MSM_FBDEV config is selected. The driver accesses drm_fb_helper_* functions even when legacy fbdev

Re: [PATCH] drm: msm: Fix build when legacy fbdev support isn't set

2015-02-23 Thread Rob Clark
On Mon, Feb 23, 2015 at 9:09 AM, Daniel Vetter dan...@ffwll.ch wrote: On Mon, Feb 23, 2015 at 08:33:36AM -0500, Rob Clark wrote: On Mon, Feb 23, 2015 at 5:29 AM, Archit Taneja arch...@codeaurora.org wrote: The DRM_KMS_FB_HELPER config is selected only when DRM_MSM_FBDEV config is selected.

Re: [PATCH] drm: msm: Fix build when legacy fbdev support isn't set

2015-02-23 Thread Daniel Vetter
On Mon, Feb 23, 2015 at 10:03:21AM -0500, Rob Clark wrote: On Mon, Feb 23, 2015 at 9:09 AM, Daniel Vetter dan...@ffwll.ch wrote: On Mon, Feb 23, 2015 at 08:33:36AM -0500, Rob Clark wrote: On Mon, Feb 23, 2015 at 5:29 AM, Archit Taneja arch...@codeaurora.org wrote: The DRM_KMS_FB_HELPER

Re: [PATCH V4 2/2] spmi: pmic_arb: add support for hw version 2

2015-02-23 Thread Ivan T. Ivanov
Hi Gilad, On Thu, 2015-02-19 at 15:54 -0700, Gilad Avidov wrote: + +static u32 pmic_arb_fmt_cmd_v1(u8 opc, u8 sid, u16 addr, u8 bc) +{ + return (opc 27) | ((sid 0xf) 20) | (addr 4) | (bc 0x7); +} + +static u32 pmic_arb_fmt_cmd_v2(u8 opc, u8 sid, u16 addr, u8 bc) +{ +

[PATCH] drm: msm: Fix build when legacy fbdev support isn't set

2015-02-23 Thread Archit Taneja
The DRM_KMS_FB_HELPER config is selected only when DRM_MSM_FBDEV config is selected. The driver accesses drm_fb_helper_* functions even when legacy fbdev support is disabled in msm. Wrap around these functions with #ifdef checks to prevent build break. Signed-off-by: Archit Taneja

Re: [PATCH v5] thermal: Add QPNP PMIC temperature alarm driver

2015-02-23 Thread Eduardo Valentin
On Thu, Feb 05, 2015 at 07:12:56PM +0200, Ivan T. Ivanov wrote: Add support for the temperature alarm peripheral found inside Qualcomm plug-and-play (QPNP) PMIC chips. The temperature alarm peripheral outputs a pulse on an interrupt line whenever the thermal over temperature stage value

Re: [v2] thermal: Add qcom tsens thermal sensor driver

2015-02-23 Thread Eduardo Valentin
On Fri, Feb 06, 2015 at 09:26:34AM -0700, Lina Iyer wrote: On Thu, Feb 05 2015 at 13:43 -0700, Narendran Rajan wrote: TSENS supports reading temperature from multiple thermal sensors present in QCOM SOCs. TSENS HW is enabled only when the main sensor is requested. TSENS block is disabled if

[PATCH v3 0/4] Add ioctl and debug utilities to UFS driver

2015-02-23 Thread Gilad Broner
Changes from V2: Fixed comment for debugfs change: Added missing clean up to driver unload path and remove redundant macros. Dolev Raviv (1): scsi: ufs: add ioctl interface for query request Gilad Broner (1): scsi: ufs: add trace events and dump prints for debug Lee Susman (1): scsi: ufs:

[PATCH v3 4/4] scsi: ufs: inject errors to verify error handling

2015-02-23 Thread Gilad Broner
From: Sujit Reddy Thumma sthu...@codeaurora.org Use fault-injection framework to simulate error conditions in the controller and verify error handling mechanisms implemented in UFS host controller driver. This is used only during development and hence guarded by CONFIG_UFS_FAULT_INJECTION debug

[PATCH v3 2/4] scsi: ufs: add debugfs for ufs

2015-02-23 Thread Gilad Broner
From: Lee Susman lsus...@codeaurora.org Adding debugfs capability for ufshcd. debugfs attributes introduced in this patch: - View driver/controller runtime data - Command tag statistics for performance analisis - Dump device descriptor info - Track recoverable errors statistics during

[PATCH v3 3/4] scsi: ufs: add trace events and dump prints for debug

2015-02-23 Thread Gilad Broner
Add trace events to driver to allow monitoring and profilig of activities such as PM suspend/resume, hibernate enter/exit, clock gating and clock scaling up/down. In addition, add UFS host controller register dumps to provide detailed information in case of errors to assist in analysis of issues.

[PATCH v3 1/4] scsi: ufs: add ioctl interface for query request

2015-02-23 Thread Gilad Broner
From: Dolev Raviv dra...@codeaurora.org This patch exposes the ioctl interface for UFS driver via SCSI device ioctl interface. As of now UFS driver would provide the ioctl for query interface to connected UFS device. Signed-off-by: Dolev Raviv dra...@codeaurora.org Signed-off-by: Noa Rubens

Re: [PATCH v3 4/4] scsi: ufs: inject errors to verify error handling

2015-02-23 Thread Dov Levenglick
From: Sujit Reddy Thumma sthu...@codeaurora.org Use fault-injection framework to simulate error conditions in the controller and verify error handling mechanisms implemented in UFS host controller driver. This is used only during development and hence guarded by CONFIG_UFS_FAULT_INJECTION

Re: [PATCH v3 0/4] Add ioctl and debug utilities to UFS driver

2015-02-23 Thread Dov Levenglick
Changes from V2: Fixed comment for debugfs change: Added missing clean up to driver unload path and remove redundant macros. Dolev Raviv (1): scsi: ufs: add ioctl interface for query request Gilad Broner (1): scsi: ufs: add trace events and dump prints for debug Lee Susman (1):

Re: [PATCH v3 2/4] scsi: ufs: add debugfs for ufs

2015-02-23 Thread Dov Levenglick
From: Lee Susman lsus...@codeaurora.org Adding debugfs capability for ufshcd. debugfs attributes introduced in this patch: - View driver/controller runtime data - Command tag statistics for performance analisis - Dump device descriptor info - Track recoverable errors statistics during

Re: [PATCH v3 3/4] scsi: ufs: add trace events and dump prints for debug

2015-02-23 Thread Dov Levenglick
Add trace events to driver to allow monitoring and profilig of activities such as PM suspend/resume, hibernate enter/exit, clock gating and clock scaling up/down. In addition, add UFS host controller register dumps to provide detailed information in case of errors to assist in analysis of

Re: [PATCH v3 1/4] scsi: ufs: add ioctl interface for query request

2015-02-23 Thread Dov Levenglick
From: Dolev Raviv dra...@codeaurora.org This patch exposes the ioctl interface for UFS driver via SCSI device ioctl interface. As of now UFS driver would provide the ioctl for query interface to connected UFS device. Signed-off-by: Dolev Raviv dra...@codeaurora.org Signed-off-by: Noa

Re: [PATCH V4 2/2] spmi: pmic_arb: add support for hw version 2

2015-02-23 Thread Ivan T. Ivanov
Hi Gilad, On Thu, 2015-02-19 at 15:54 -0700, Gilad Avidov wrote: Qualcomm PMIC Arbiter version-2 changes from version-1 are: - Some different register offsets. - New channel register space, one per PMIC peripheral (ppid). All tx traffic uses these channels. - New observer register space.

Re: [PATCH v1] clk: qcom: Add MSM8916 Global Clock Controller support

2015-02-23 Thread Archit Taneja
Hi, On 02/07/2015 12:28 AM, Georgi Djakov wrote: This is preliminary and not fully tested patch which adds support for the global clock controller found on the MSM8916 based devices. It allows the various device drivers to probe and control their clocks and resets. Signed-off-by: Georgi Djakov

[v3 2/2] ARM: qcom: dts: Add tsens thermal data

2015-02-23 Thread Narendran Rajan
This patch adds dtsi file to contain thermal data for tsens sensors present in qcom A family chipsets (msm8660, ipq8064 etc). The data enables cooling with CPUfreq cooling device at 60C and thermal shutdown at 100C This thermal data can be resued across qcom A family chipsets Signed-off-by:

[v3 0/2] thermal: Add qcom tsens thermal sensor driver

2015-02-23 Thread Narendran Rajan
This version of patch incorporates review comments from community (mainly Lina Iyer) Main changes compared to v1 are the following: - Added thermal dtsi patch to the series - Minor code cleanup The scope of this driver is limited to QCOM A family chipsets. The register layout of tsens hardware

[v3 1/2] thermal: Add qcom tsens thermal sensor driver

2015-02-23 Thread Narendran Rajan
TSENS supports reading temperature from multiple thermal sensors present in QCOM SOCs. TSENS HW is enabled only when the main sensor is requested. TSENS block is disabled if the main senors is disabled irrespective of any other sensors that are being enabled The driver needs calibration data

Re: [PATCH v5] thermal: Add QPNP PMIC temperature alarm driver

2015-02-23 Thread Ivan T. Ivanov
On Mon, 2015-02-23 at 16:51 -0400, Eduardo Valentin wrote: On Thu, Feb 05, 2015 at 07:12:56PM +0200, Ivan T. Ivanov wrote: Add support for the temperature alarm peripheral found inside Qualcomm plug-and-play (QPNP) PMIC chips. The temperature alarm peripheral outputs a pulse on an