Re: [PATCH 9/9] ARM: dts: Model IPQ LPASS audio hardware

2014-11-19 Thread Courtney Cavin
On Wed, Nov 19, 2014 at 07:52:49PM +0100, Kenneth Westfield wrote: From: Kenneth Westfield kwest...@codeaurora.org Model the LPASS audio hardware for the IPQ806X. Change-Id: Ide1aa0d09c23d4496aa9c40e3c9878a968261f11 As Kumar mentioned, please exclude this. Signed-off-by: Kenneth

Re: [PATCH 4/9] ASoC: ipq806x: Add LPASS CPU DAI driver

2014-11-19 Thread Courtney Cavin
On Wed, Nov 19, 2014 at 07:52:44PM +0100, Kenneth Westfield wrote: From: Kenneth Westfield kwest...@codeaurora.org Add the CPU DAI driver for the QCOM LPASS SOC. Change-Id: I64ac4407dd32bb9a3066d4b7427292002eaf5d14 Signed-off-by: Kenneth Westfield kwest...@codeaurora.org Signed-off-by:

Re: [PATCH] mfd: qcom-spmi-pmic: Add support for more chips versions

2014-11-11 Thread Courtney Cavin
On Fri, Nov 07, 2014 at 04:40:52PM +0100, Ivan T. Ivanov wrote: On Fri, 2014-11-07 at 17:33 +0200, Ivan T. Ivanov wrote: On Thu, 2014-11-06 at 08:55 -0800, Bjorn Andersson wrote: On Wed, Nov 5, 2014 at 11:54 PM, Ivan T. Ivanov iiva...@mm-sol.com wrote: On Wed, 2014-11-05 at 17:36

Re: [PATCH v2] hwspinlock/msm: Add support for Qualcomm MSM HW Mutex block

2014-08-29 Thread Courtney Cavin
On Sat, Aug 30, 2014 at 01:14:23AM +0200, Bjorn Andersson wrote: From: Kumar Gala ga...@codeaurora.org Add driver for Qualcomm MSM Hardware Mutex block that exists on newer Qualcomm SoCs. Cc: Jeffrey Hugo jh...@codeaurora.org Cc: Eric Holmberg eholm...@codeaurora.org Cc: Courtney Cavin

Re: [PATCH v2] hwspinlock/msm: Add support for Qualcomm MSM HW Mutex block

2014-08-29 Thread Courtney Cavin
On Sat, Aug 30, 2014 at 02:14:07AM +0200, Stephen Boyd wrote: On 08/29/14 16:41, Courtney Cavin wrote: On Sat, Aug 30, 2014 at 01:14:23AM +0200, Bjorn Andersson wrote: From: Kumar Gala ga...@codeaurora.org Add driver for Qualcomm MSM Hardware Mutex block that exists on newer Qualcomm

Re: [PATCH 1/2] mfd: pm8x41: add support for Qualcomm 8x41 PMICs

2014-05-09 Thread Courtney Cavin
On Fri, May 09, 2014 at 02:45:30PM +0200, Ivan T. Ivanov wrote: [...] I'm thinking we should probably have a generic compatible entry as well, qcom,pmic-qpnp or similar. We should still specify in the binding that PMIC slaves specify a version-specific string as well as the

Re: [PATCH 1/2] mfd: pm8x41: add support for Qualcomm 8x41 PMICs

2014-04-25 Thread Courtney Cavin
On Sat, Apr 26, 2014 at 02:28:06AM +0200, Frank Rowand wrote: On 4/23/2014 6:19 AM, Ivan T. Ivanov wrote: [...] +static int pm8x41_probe(struct spmi_device *sdev) +{ + struct regmap *regmap; + + regmap = devm_regmap_init_spmi_ext(sdev, pm8x41_regmap_config); + if (IS_ERR(regmap)) {

Re: [PATCH 1/2] mfd: pm8x41: add support for Qualcomm 8x41 PMICs

2014-04-23 Thread Courtney Cavin
regmap for children devices described in device tree. Signed-off-by: Josh Cartwright jo...@codeaurora.org Signed-off-by: Courtney Cavin courtney.ca...@sonymobile.com --- drivers/mfd/Kconfig | 13 +++ drivers/mfd/Makefile | 1 + drivers/mfd/pm8x41.c | 63

Re: [PATCH 1/2] mfd: pm8x41: add support for Qualcomm 8x41 PMICs

2014-04-23 Thread Courtney Cavin
On Wed, Apr 23, 2014 at 03:19:28PM +0200, Ivan T. Ivanov wrote: Hi, On Tue, 2014-04-22 at 17:31 -0700, Courtney Cavin wrote: From: Josh Cartwright jo...@codeaurora.org The Qualcomm 8941 and 8841 PMICs are components used with the Snapdragon 800 series SoC family. This driver exists

Re: [PATCH 1/2] mfd: pm8x41: add support for Qualcomm 8x41 PMICs

2014-04-23 Thread Courtney Cavin
On Wed, Apr 23, 2014 at 10:34:32PM +0200, Ivan T. Ivanov wrote: On Wed, 2014-04-23 at 11:16 -0700, Courtney Cavin wrote: On Wed, Apr 23, 2014 at 03:19:28PM +0200, Ivan T. Ivanov wrote: Hi, On Tue, 2014-04-22 at 17:31 -0700, Courtney Cavin wrote: From: Josh Cartwright jo

Re: [PATCH 1/2] mfd: pm8x41: add support for Qualcomm 8x41 PMICs

2014-04-23 Thread Courtney Cavin
On Wed, Apr 23, 2014 at 11:46:26PM +0200, Josh Cartwright wrote: On Tue, Apr 22, 2014 at 05:31:49PM -0700, Courtney Cavin wrote: From: Josh Cartwright jo...@codeaurora.org The Qualcomm 8941 and 8841 PMICs are components used with the Snapdragon 800 series SoC family. This driver exists

[PATCH 2/2] mfd: pm8x41: document device tree bindings

2014-04-22 Thread Courtney Cavin
From: Josh Cartwright jo...@codeaurora.org Document the bindings used to describe the Qualcomm 8x41 PMICs. Signed-off-by: Josh Cartwright jo...@codeaurora.org Signed-off-by: Courtney Cavin courtney.ca...@sonymobile.com --- Documentation/devicetree/bindings/mfd/pm8x41.txt | 34

[PATCH 1/2] mfd: pm8x41: add support for Qualcomm 8x41 PMICs

2014-04-22 Thread Courtney Cavin
-by: Josh Cartwright jo...@codeaurora.org Signed-off-by: Courtney Cavin courtney.ca...@sonymobile.com --- drivers/mfd/Kconfig | 13 +++ drivers/mfd/Makefile | 1 + drivers/mfd/pm8x41.c | 63 3 files changed, 77 insertions(+) create mode

Re: [PATCH 1/9] crypto: qce: Add core driver implementation

2014-04-08 Thread Courtney Cavin
On Tue, Apr 08, 2014 at 06:26:44PM +0200, Stanimir Varbanov wrote: On 04/04/2014 02:38 AM, Courtney Cavin wrote: On Thu, Apr 03, 2014 at 06:17:58PM +0200, Stanimir Varbanov wrote: This adds core driver files. The core part is implementing a platform driver probe and remove callbaks

Re: [PATCH] thermal: add generic IIO channel thermal sensor driver

2014-03-14 Thread Courtney Cavin
On Thu, Feb 27, 2014 at 07:53:34AM +0100, Zhang Rui wrote: On Wed, 2014-02-05 at 17:43 -0800, Courtney Cavin wrote: This driver is a generic method for using IIO ADC channels as thermal sensors. Signed-off-by: Courtney Cavin courtney.ca...@sonymobile.com Eduardo, what do you think

Re: [PATCH v2 1/3] usb: chipidea: msm: Add device tree binding information

2014-02-19 Thread Courtney Cavin
On Wed, Feb 19, 2014 at 04:43:22PM +0100, Ivan T. Ivanov wrote: Hi, On Tue, 2014-02-18 at 13:26 -0800, Courtney Cavin wrote: On Tue, Feb 18, 2014 at 02:21:19PM +0100, Ivan T. Ivanov wrote: From: Ivan T. Ivanov iiva...@mm-sol.com Document device tree binding information

Re: [PATCH v2 1/3] usb: chipidea: msm: Add device tree binding information

2014-02-18 Thread Courtney Cavin
On Tue, Feb 18, 2014 at 02:21:19PM +0100, Ivan T. Ivanov wrote: From: Ivan T. Ivanov iiva...@mm-sol.com Document device tree binding information as required by the Qualcomm USB controller. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- .../devicetree/bindings/usb/msm-hsusb.txt

Re: [PATCH v2 2/3] usb: chipidea: msm: Add device tree support

2014-02-18 Thread Courtney Cavin
On Tue, Feb 18, 2014 at 07:31:55PM +0100, Sergei Shtylyov wrote: On 02/18/2014 08:14 PM, Ivan T. Ivanov wrote: From: Ivan T. Ivanov iiva...@mm-sol.com Allows controller to be specified via device tree. Pass PHY phandle specified in DT to core driver. Signed-off-by: Ivan T. Ivanov

Re: [RFC 1/6] mailbox: add core framework

2014-02-10 Thread Courtney Cavin
On Mon, Feb 10, 2014 at 03:11:00PM +0100, Arnd Bergmann wrote: On Friday 07 February 2014 16:50:14 Courtney Cavin wrote: The mailbox drivers are fragmented, and some implement their own core. Unify the drivers and implement common functionality in a framework. Signed-off-by: Courtney

Re: [RFC 3/6] mailbox: pl320: migrate to mbox framework

2014-02-10 Thread Courtney Cavin
On Mon, Feb 10, 2014 at 07:28:54PM +0100, Rob Herring wrote: On Fri, Feb 7, 2014 at 6:50 PM, Courtney Cavin courtney.ca...@sonymobile.com wrote: We don't remove the legacy methods here, but we mark them as deprecated in the hopes that people with the ability to properly test modifications

Re: [RFC 1/6] mailbox: add core framework

2014-02-10 Thread Courtney Cavin
On Mon, Feb 10, 2014 at 08:09:34PM +0100, Josh Cartwright wrote: On Mon, Feb 10, 2014 at 11:52:05AM -0600, Rob Herring wrote: On Mon, Feb 10, 2014 at 8:11 AM, Arnd Bergmann a...@arndb.de wrote: On Friday 07 February 2014 16:50:14 Courtney Cavin wrote: [..] +int mbox_channel_notify(struct

Re: [PATCH 2/2] spi: Add Qualcomm QUP SPI controller support

2014-02-10 Thread Courtney Cavin
On Mon, Feb 10, 2014 at 08:41:44PM +0100, Ivan T. Ivanov wrote: Hi, On Mon, 2014-02-10 at 11:47 -0600, Andy Gross wrote: On Mon, Feb 10, 2014 at 06:55:02PM +0200, Ivan T. Ivanov wrote: [] Bail here? I don't know. What will be the consequences if controller

Re: [RFC 1/6] mailbox: add core framework

2014-02-10 Thread Courtney Cavin
On Mon, Feb 10, 2014 at 09:45:07PM +0100, Rob Herring wrote: On Mon, Feb 10, 2014 at 1:59 PM, Courtney Cavin courtney.ca...@sonymobile.com wrote: On Mon, Feb 10, 2014 at 08:09:34PM +0100, Josh Cartwright wrote: On Mon, Feb 10, 2014 at 11:52:05AM -0600, Rob Herring wrote: On Mon, Feb 10

[RFC 0/6] mailbox: add common framework and port drivers

2014-02-07 Thread Courtney Cavin
of action, and I'm open to suggestions. -Courtney Courtney Cavin (6): mailbox: add core framework mailbox: document bindings mailbox: pl320: migrate to mbox framework mailbox: omap: remove omap-specific framework mailbox: omap1: move to common mbox framework mailbox: omap2+: move to common

[RFC 1/6] mailbox: add core framework

2014-02-07 Thread Courtney Cavin
The mailbox drivers are fragmented, and some implement their own core. Unify the drivers and implement common functionality in a framework. Signed-off-by: Courtney Cavin courtney.ca...@sonymobile.com --- drivers/mailbox/Makefile | 1 + drivers/mailbox/core.c | 573

[RFC 2/6] mailbox: document bindings

2014-02-07 Thread Courtney Cavin
Signed-off-by: Courtney Cavin courtney.ca...@sonymobile.com --- .../devicetree/bindings/mailbox/mailbox.txt| 44 ++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/mailbox/mailbox.txt diff --git a/Documentation/devicetree

[RFC 5/6] mailbox: omap1: move to common mbox framework

2014-02-07 Thread Courtney Cavin
Signed-off-by: Courtney Cavin courtney.ca...@sonymobile.com --- drivers/mailbox/Kconfig | 1 - drivers/mailbox/mailbox-omap1.c | 153 +++- 2 files changed, 73 insertions(+), 81 deletions(-) diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox

[RFC 3/6] mailbox: pl320: migrate to mbox framework

2014-02-07 Thread Courtney Cavin
We don't remove the legacy methods here, but we mark them as deprecated in the hopes that people with the ability to properly test modifications can adapt its users. Signed-off-by: Courtney Cavin courtney.ca...@sonymobile.com --- drivers/mailbox/pl320-ipc.c | 258

[RFC 6/6] mailbox: omap2+: move to common mbox framework

2014-02-07 Thread Courtney Cavin
Signed-off-by: Courtney Cavin courtney.ca...@sonymobile.com --- drivers/mailbox/Kconfig | 1 - drivers/mailbox/mailbox-omap2.c | 315 +--- 2 files changed, 132 insertions(+), 184 deletions(-) diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox

[RFC 4/6] mailbox: omap: remove omap-specific framework

2014-02-07 Thread Courtney Cavin
This framework is no longer needed, and the users should move over to the new common framework. Mark the existing implementations as broken, and deprecate the api, as a stop-gap. Signed-off-by: Courtney Cavin courtney.ca...@sonymobile.com --- drivers/mailbox/Kconfig| 19 +- drivers

Re: [PATCH v7 2/2] mmc: sdhci-msm: Initial support for MSM chipsets

2014-01-31 Thread Courtney Cavin
On Thu, Jan 30, 2014 at 06:21:11PM +0100, Georgi Djakov wrote: Hi, Apologies for the delayed reply. On 12/09/2013 07:00 PM, Courtney Cavin wrote: On Wed, Nov 06, 2013 at 04:56:45PM +0100, Georgi Djakov wrote: This platform driver adds the initial support of Secure Digital Host

Re: [PATCH v4 5/6] spmi: document the PMIC arbiter SPMI bindings

2014-01-14 Thread Courtney Cavin
On Tue, Jan 14, 2014 at 07:41:39PM +0100, Josh Cartwright wrote: Signed-off-by: Josh Cartwright jo...@codeaurora.org --- .../bindings/spmi/qcom,spmi-pmic-arb.txt | 46 ++ 1 file changed, 46 insertions(+) create mode 100644

Re: [PATCH v7 2/2] mmc: sdhci-msm: Initial support for MSM chipsets

2013-12-09 Thread Courtney Cavin
On Wed, Nov 06, 2013 at 04:56:45PM +0100, Georgi Djakov wrote: This platform driver adds the initial support of Secure Digital Host Controller Interface compliant controller found in Qualcomm MSM chipsets. Signed-off-by: Georgi Djakov gdja...@mm-sol.com [...] +static int