Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1430505 > unrolled thread

[PATCH v2 1/5] mfd: pm8921: Add support for pm8018

Started byNeil Armstrong <narmstrong@baylibre.com>
First post2016-06-24 11:20 +0200
Last post2016-06-28 17:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 1/5] mfd: pm8921: Add support for pm8018 Neil Armstrong <narmstrong@baylibre.com> - 2016-06-24 11:20 +0200
    Re: [PATCH v2 1/5] mfd: pm8921: Add support for pm8018 Lee Jones <lee.jones@linaro.org> - 2016-06-28 17:20 +0200

#1430505 — [PATCH v2 1/5] mfd: pm8921: Add support for pm8018

FromNeil Armstrong <narmstrong@baylibre.com>
Date2016-06-24 11:20 +0200
Subject[PATCH v2 1/5] mfd: pm8921: Add support for pm8018
Message-ID<rNvrk-6dp-15@gated-at.bofh.it>
In order to support the Qualcomm MDM9615 PMIC, add support for the
pm8018 in pm8921 mfd driver.

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/mfd/pm8921-core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/pm8921-core.c b/drivers/mfd/pm8921-core.c
index 1b7ec08..0e3a2ea 100644
--- a/drivers/mfd/pm8921-core.c
+++ b/drivers/mfd/pm8921-core.c
@@ -309,6 +309,7 @@ static const struct regmap_config ssbi_regmap_config = {
 };
 
 static const struct of_device_id pm8921_id_table[] = {
+	{ .compatible = "qcom,pm8018", },
 	{ .compatible = "qcom,pm8058", },
 	{ .compatible = "qcom,pm8921", },
 	{ }
-- 
1.9.1

[toc] | [next] | [standalone]


#1433055

FromLee Jones <lee.jones@linaro.org>
Date2016-06-28 17:20 +0200
Message-ID<rP2XT-kK-11@gated-at.bofh.it>
In reply to#1430505
On Fri, 24 Jun 2016, Neil Armstrong wrote:

> In order to support the Qualcomm MDM9615 PMIC, add support for the
> pm8018 in pm8921 mfd driver.
> 
> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
>  drivers/mfd/pm8921-core.c | 1 +
>  1 file changed, 1 insertion(+)

For my own reference:
  Acked-by: Lee Jones <lee.jones@linaro.org>

> diff --git a/drivers/mfd/pm8921-core.c b/drivers/mfd/pm8921-core.c
> index 1b7ec08..0e3a2ea 100644
> --- a/drivers/mfd/pm8921-core.c
> +++ b/drivers/mfd/pm8921-core.c
> @@ -309,6 +309,7 @@ static const struct regmap_config ssbi_regmap_config = {
>  };
>  
>  static const struct of_device_id pm8921_id_table[] = {
> +	{ .compatible = "qcom,pm8018", },
>  	{ .compatible = "qcom,pm8058", },
>  	{ .compatible = "qcom,pm8921", },
>  	{ }

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web