From: Stanimir Varbanov <svarbanov@mm-sol.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
Samuel Ortiz <sameo@linux.intel.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Pawel Moll <pawel.moll@arm.com>, Rob Herring <robh+dt@kernel.org>,
Kumar Gala <galak@codeaurora.org>,
Mark Rutland <mark.rutland@arm.com>,
Grant Likely <grant.likely@linaro.org>,
Courtney Cavin <courtney.cavin@sonymobile.com>,
Bjorn Andersson <bjorn.andersson@sonymobile.com>,
Josh Cartwright <joshc@codeaurora.org>
Subject: Re: [PATCH v2 1/4] mfd: pm8xxx-spmi: add support for Qualcomm SPMI PMICs
Date: Tue, 22 Jul 2014 14:51:53 +0300 [thread overview]
Message-ID: <53CE5059.4010107@mm-sol.com> (raw)
In-Reply-To: <20140722110341.GE8406@lee--X1>
On 07/22/2014 02:03 PM, Lee Jones wrote:
> On Thu, 17 Jul 2014, Stanimir Varbanov wrote:
>
>> From: Josh Cartwright <joshc@codeaurora.org>
>>
>> The Qualcomm SPMI PMIC chips are components used with the
>> Snapdragon 800 series SoC family. This driver exists
>> largely as a glue mfd component, it exists to be an owner
>> of an SPMI regmap for children devices described in
>> device tree.
>>
>> Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
>
> Needs to be signed off by the author.
>
>> ---
>> drivers/mfd/Kconfig | 16 +++++++++++
>> drivers/mfd/Makefile | 1 +
>> drivers/mfd/pm8xxx-spmi.c | 63 +++++++++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 80 insertions(+), 0 deletions(-)
>> create mode 100644 drivers/mfd/pm8xxx-spmi.c
>
> [...]
>
>> +++ b/drivers/mfd/pm8xxx-spmi.c
>> @@ -0,0 +1,63 @@
>> +/*
>> + * Copyright (c) 2014, The Linux Foundation. All rights reserved.
>> + *
>> + * This program is free software; you can redistribute it and/or modify
>> + * it under the terms of the GNU General Public License version 2 and
>> + * only version 2 as published by the Free Software Foundation.
>> + *
>> + * This program is distributed in the hope that it will be useful,
>> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
>> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
>> + * GNU General Public License for more details.
>> + */
>
> There should be a '\n' here.
OK.
>
>> +#include <linux/kernel.h>
>> +#include <linux/module.h>
>> +#include <linux/spmi.h>
>> +#include <linux/regmap.h>
>> +#include <linux/of_platform.h>
>
> [...]
>
>> +MODULE_DESCRIPTION("PM8XXX SPMI PMIC driver");
>> +MODULE_ALIAS("platform:" KBUILD_MODNAME);
I will change this to:
MODULE_ALIAS("spmi:pm8xxx-spmi");
>> +MODULE_AUTHOR("The Linux Foundation");
>
> The Linux Foundation did not write this patch.
OK, I will change the author or remove the tag completely.
>
>> +MODULE_LICENSE("GPL v2");
>
> Appart from that:
>
> Acked-by: Lee Jones <lee.jones@linaro.org>
>
Thanks. I will resend the whole patch set with your acks.
--
regards,
Stan
WARNING: multiple messages have this Message-ID (diff)
From: svarbanov@mm-sol.com (Stanimir Varbanov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/4] mfd: pm8xxx-spmi: add support for Qualcomm SPMI PMICs
Date: Tue, 22 Jul 2014 14:51:53 +0300 [thread overview]
Message-ID: <53CE5059.4010107@mm-sol.com> (raw)
In-Reply-To: <20140722110341.GE8406@lee--X1>
On 07/22/2014 02:03 PM, Lee Jones wrote:
> On Thu, 17 Jul 2014, Stanimir Varbanov wrote:
>
>> From: Josh Cartwright <joshc@codeaurora.org>
>>
>> The Qualcomm SPMI PMIC chips are components used with the
>> Snapdragon 800 series SoC family. This driver exists
>> largely as a glue mfd component, it exists to be an owner
>> of an SPMI regmap for children devices described in
>> device tree.
>>
>> Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
>
> Needs to be signed off by the author.
>
>> ---
>> drivers/mfd/Kconfig | 16 +++++++++++
>> drivers/mfd/Makefile | 1 +
>> drivers/mfd/pm8xxx-spmi.c | 63 +++++++++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 80 insertions(+), 0 deletions(-)
>> create mode 100644 drivers/mfd/pm8xxx-spmi.c
>
> [...]
>
>> +++ b/drivers/mfd/pm8xxx-spmi.c
>> @@ -0,0 +1,63 @@
>> +/*
>> + * Copyright (c) 2014, The Linux Foundation. All rights reserved.
>> + *
>> + * This program is free software; you can redistribute it and/or modify
>> + * it under the terms of the GNU General Public License version 2 and
>> + * only version 2 as published by the Free Software Foundation.
>> + *
>> + * This program is distributed in the hope that it will be useful,
>> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
>> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
>> + * GNU General Public License for more details.
>> + */
>
> There should be a '\n' here.
OK.
>
>> +#include <linux/kernel.h>
>> +#include <linux/module.h>
>> +#include <linux/spmi.h>
>> +#include <linux/regmap.h>
>> +#include <linux/of_platform.h>
>
> [...]
>
>> +MODULE_DESCRIPTION("PM8XXX SPMI PMIC driver");
>> +MODULE_ALIAS("platform:" KBUILD_MODNAME);
I will change this to:
MODULE_ALIAS("spmi:pm8xxx-spmi");
>> +MODULE_AUTHOR("The Linux Foundation");
>
> The Linux Foundation did not write this patch.
OK, I will change the author or remove the tag completely.
>
>> +MODULE_LICENSE("GPL v2");
>
> Appart from that:
>
> Acked-by: Lee Jones <lee.jones@linaro.org>
>
Thanks. I will resend the whole patch set with your acks.
--
regards,
Stan
next prev parent reply other threads:[~2014-07-22 11:51 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-17 16:17 [PATCH v2 0/4] Support for Qualcomm QPNP PMIC's Stanimir Varbanov
2014-07-17 16:17 ` Stanimir Varbanov
2014-07-17 16:17 ` [PATCH v2 1/4] mfd: pm8xxx-spmi: add support for Qualcomm SPMI PMICs Stanimir Varbanov
2014-07-17 16:17 ` Stanimir Varbanov
2014-07-22 11:03 ` Lee Jones
2014-07-22 11:03 ` Lee Jones
2014-07-22 11:51 ` Stanimir Varbanov [this message]
2014-07-22 11:51 ` Stanimir Varbanov
2014-07-17 16:17 ` [PATCH v2 2/4] mfd: pm8xxx-spmi: document DT bindings " Stanimir Varbanov
2014-07-17 16:17 ` Stanimir Varbanov
2014-07-17 16:17 ` [PATCH v2 3/4] ARM: DT: qcom: add pm8941 and pm8841 device nodes Stanimir Varbanov
2014-07-17 16:17 ` Stanimir Varbanov
2014-07-17 16:17 ` [PATCH v2 4/4] mfd: pm8921: rename pm8921-core driver Stanimir Varbanov
2014-07-17 16:17 ` Stanimir Varbanov
2014-07-18 13:15 ` Prakash Burla
2014-07-18 13:15 ` Prakash Burla
2014-07-18 13:15 ` Prakash Burla
2014-07-21 7:46 ` Lee Jones
2014-07-21 7:46 ` Lee Jones
[not found] ` <1405613855-27572-5-git-send-email-svarbanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2014-07-22 10:32 ` Lee Jones
2014-07-22 10:32 ` Lee Jones
2014-07-22 10:32 ` Lee Jones
2014-07-22 11:54 ` Stanimir Varbanov
2014-07-22 11:54 ` Stanimir Varbanov
2014-07-22 12:17 ` Lee Jones
2014-07-22 12:17 ` Lee Jones
2014-07-17 23:10 ` [PATCH v2 0/4] Support for Qualcomm QPNP PMIC's Stephen Boyd
2014-07-17 23:10 ` Stephen Boyd
2014-07-18 16:13 ` Stanimir Varbanov
2014-07-18 16:13 ` Stanimir Varbanov
2014-07-30 0:56 ` Grant Likely
2014-07-30 0:56 ` Grant Likely
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=53CE5059.4010107@mm-sol.com \
--to=svarbanov@mm-sol.com \
--cc=bjorn.andersson@sonymobile.com \
--cc=courtney.cavin@sonymobile.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=grant.likely@linaro.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=joshc@codeaurora.org \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=sameo@linux.intel.com \
/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.