All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pramod Gurav <pramod.gurav@smartplayin.com>
To: Lina Iyer <lina.iyer@linaro.org>
Cc: daniel.lezcano@linaro.org, lorenzo.pieralisi@arm.com,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, khilman@linaro.org,
	sboyd@codeaurora.org, galak@codeaurora.org,
	linux-pm@vger.kernel.org, msivasub@codeaurora.org
Subject: Re: [PATCH v5 2/7] qcom: spm: Add Subsystem Power Manager driver (SAW2)
Date: Mon, 08 Sep 2014 15:18:54 +0530	[thread overview]
Message-ID: <540D7B86.1000008@smartplayin.com> (raw)
In-Reply-To: <1409870132-16929-3-git-send-email-lina.iyer@linaro.org>

Hi Lina,

On Friday 05 September 2014 04:05 AM, Lina Iyer wrote:

>  drivers/soc/qcom/spm.c     | 192 +++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 262 insertions(+)
>  create mode 100644 drivers/soc/qcom/spm-drv.h
>  create mode 100644 drivers/soc/qcom/spm.c
> 
> diff --git a/drivers/soc/qcom/Makefile b/drivers/soc/qcom/Makefile
> index 70d52ed..20b329f 100644
> --- a/drivers/soc/qcom/Makefile
> +++ b/drivers/soc/qcom/Makefile
> @@ -1,3 +1,4 @@
>  obj-$(CONFIG_QCOM_GSBI)	+=	qcom_gsbi.o
> +obj-$(CONFIG_QCOM_PM)	+=	spm.o

CONFIG_QCOM_PM is missing in Kconfig hence this driver wont build. I see
it is added in patch #3. Please move it to this patch so that this
driver builds.

>  CFLAGS_scm.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1)
>  obj-$(CONFIG_QCOM_SCM) += scm.o scm-boot.o
> diff --git a/drivers/soc/qcom/spm-drv.h b/drivers/soc/qcom/spm-drv.h
> new file mode 100644
> index 0000000..e91df44

Thanks
Pramod

WARNING: multiple messages have this Message-ID (diff)
From: pramod.gurav@smartplayin.com (Pramod Gurav)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 2/7] qcom: spm: Add Subsystem Power Manager driver (SAW2)
Date: Mon, 08 Sep 2014 15:18:54 +0530	[thread overview]
Message-ID: <540D7B86.1000008@smartplayin.com> (raw)
In-Reply-To: <1409870132-16929-3-git-send-email-lina.iyer@linaro.org>

Hi Lina,

On Friday 05 September 2014 04:05 AM, Lina Iyer wrote:

>  drivers/soc/qcom/spm.c     | 192 +++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 262 insertions(+)
>  create mode 100644 drivers/soc/qcom/spm-drv.h
>  create mode 100644 drivers/soc/qcom/spm.c
> 
> diff --git a/drivers/soc/qcom/Makefile b/drivers/soc/qcom/Makefile
> index 70d52ed..20b329f 100644
> --- a/drivers/soc/qcom/Makefile
> +++ b/drivers/soc/qcom/Makefile
> @@ -1,3 +1,4 @@
>  obj-$(CONFIG_QCOM_GSBI)	+=	qcom_gsbi.o
> +obj-$(CONFIG_QCOM_PM)	+=	spm.o

CONFIG_QCOM_PM is missing in Kconfig hence this driver wont build. I see
it is added in patch #3. Please move it to this patch so that this
driver builds.

>  CFLAGS_scm.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1)
>  obj-$(CONFIG_QCOM_SCM) += scm.o scm-boot.o
> diff --git a/drivers/soc/qcom/spm-drv.h b/drivers/soc/qcom/spm-drv.h
> new file mode 100644
> index 0000000..e91df44

Thanks
Pramod

  reply	other threads:[~2014-09-08  9:45 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-04 22:35 [PATCH v5 0/7] QCOM 8074 cpuidle driver Lina Iyer
2014-09-04 22:35 ` Lina Iyer
2014-09-04 22:35 ` [PATCH v5 1/7] msm: scm: Add SCM warmboot flags for quad core targets Lina Iyer
2014-09-04 22:35   ` Lina Iyer
2014-09-04 22:35 ` [PATCH v5 2/7] qcom: spm: Add Subsystem Power Manager driver (SAW2) Lina Iyer
2014-09-04 22:35   ` Lina Iyer
2014-09-08  9:48   ` Pramod Gurav [this message]
2014-09-08  9:48     ` Pramod Gurav
2014-09-04 22:35 ` [PATCH v5 3/7] qcom: spm-devices: Add SPM device manager for the SoC Lina Iyer
2014-09-04 22:35   ` Lina Iyer
2014-09-04 22:35 ` [PATCH v5 4/7] arm: dts: qcom: Add SPM device bindings for 8974 Lina Iyer
2014-09-04 22:35   ` Lina Iyer
2014-09-04 22:35 ` [PATCH v5 5/7] qcom: msm-pm: Add cpu low power mode functions Lina Iyer
2014-09-04 22:35   ` Lina Iyer
2014-09-04 22:35 ` [PATCH v5 6/7] qcom: cpuidle: Add cpuidle driver for QCOM cpus Lina Iyer
2014-09-04 22:35   ` Lina Iyer
2014-09-04 22:35 ` [PATCH v5 7/7] arm: dts: qcom: Add idle states device nodes for 8974 Lina Iyer
2014-09-04 22:35   ` Lina Iyer
2014-09-05 19:58   ` Kevin Hilman
2014-09-05 19:58     ` Kevin Hilman
2014-09-05 19:59   ` Lina Iyer
2014-09-05 19:59     ` Lina Iyer
2014-09-11  6:59 ` [PATCH v5 0/7] QCOM 8074 cpuidle driver Pramod Gurav
2014-09-11  6:59   ` Pramod Gurav
2014-09-11 14:48   ` Lina Iyer
2014-09-11 14:48     ` Lina Iyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=540D7B86.1000008@smartplayin.com \
    --to=pramod.gurav@smartplayin.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=galak@codeaurora.org \
    --cc=khilman@linaro.org \
    --cc=lina.iyer@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=msivasub@codeaurora.org \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.